Merge "Remove an obsolete ARM gdb hack."
This commit is contained in:
commit
d0d0b52da3
@ -414,23 +414,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 \
|
||||||
@ -442,9 +425,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