* commit 'b0b2e29d4eb252a6136348491b6ed85e3da42216': Remove an obsolete ARM gdb hack.
This commit is contained in:
commit
9685cc4967
@ -415,23 +415,6 @@ libc_upstream_netbsd_src_files := \
|
|||||||
upstream-netbsd/libc/string/strxfrm.c \
|
upstream-netbsd/libc/string/strxfrm.c \
|
||||||
upstream-netbsd/libc/unistd/killpg.c \
|
upstream-netbsd/libc/unistd/killpg.c \
|
||||||
|
|
||||||
# These files need to be arm so that gdbserver
|
|
||||||
# can set breakpoints in them without messing
|
|
||||||
# up any thumb code.
|
|
||||||
# TODO: is this actually necessary?
|
|
||||||
ifeq ($(TARGET_ARCH),arm)
|
|
||||||
libc_common_src_files += \
|
|
||||||
bionic/pthread-atfork.c.arm \
|
|
||||||
bionic/pthread-rwlocks.c.arm \
|
|
||||||
bionic/pthread-timers.c.arm \
|
|
||||||
bionic/ptrace.c.arm \
|
|
||||||
|
|
||||||
libc_static_common_src_files += \
|
|
||||||
bionic/pthread.c.arm \
|
|
||||||
bionic/pthread_create.cpp.arm \
|
|
||||||
bionic/pthread_key.cpp.arm \
|
|
||||||
|
|
||||||
else
|
|
||||||
libc_common_src_files += \
|
libc_common_src_files += \
|
||||||
bionic/pthread-atfork.c \
|
bionic/pthread-atfork.c \
|
||||||
bionic/pthread-rwlocks.c \
|
bionic/pthread-rwlocks.c \
|
||||||
@ -443,9 +426,6 @@ libc_static_common_src_files += \
|
|||||||
bionic/pthread_create.cpp \
|
bionic/pthread_create.cpp \
|
||||||
bionic/pthread_key.cpp \
|
bionic/pthread_key.cpp \
|
||||||
|
|
||||||
endif # arm
|
|
||||||
|
|
||||||
|
|
||||||
# Architecture specific source files go here
|
# Architecture specific source files go here
|
||||||
# =========================================================
|
# =========================================================
|
||||||
ifeq ($(TARGET_ARCH),arm)
|
ifeq ($(TARGET_ARCH),arm)
|
||||||
|
Loading…
Reference in New Issue
Block a user