diff options
author | Elliott Hughes <enh@google.com> | 2013-10-30 21:37:56 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-10-30 21:37:56 +0000 |
commit | d0d0b52da375bfa85947a4257198791f615f18a8 (patch) | |
tree | 80ccee6c52b1aabfabefdfdf0f118309113decd2 | |
parent | 47a73363fcdb88811eedbe484720fb08dc30a995 (diff) | |
parent | b5b97f20a8225e6aad593b2d8f8eb6c0ac34cefe (diff) | |
download | android_bionic-d0d0b52da375bfa85947a4257198791f615f18a8.tar.gz android_bionic-d0d0b52da375bfa85947a4257198791f615f18a8.tar.bz2 android_bionic-d0d0b52da375bfa85947a4257198791f615f18a8.zip |
Merge "Remove an obsolete ARM gdb hack."
-rw-r--r-- | libc/Android.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libc/Android.mk b/libc/Android.mk index df9805ae5..116e08f19 100644 --- a/libc/Android.mk +++ b/libc/Android.mk @@ -414,23 +414,6 @@ libc_upstream_netbsd_src_files := \ upstream-netbsd/libc/string/strxfrm.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 += \ bionic/pthread-atfork.c \ bionic/pthread-rwlocks.c \ @@ -442,9 +425,6 @@ libc_static_common_src_files += \ bionic/pthread_create.cpp \ bionic/pthread_key.cpp \ -endif # arm - - # Architecture specific source files go here # ========================================================= ifeq ($(TARGET_ARCH),arm) |