summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-18 13:45:07 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-18 13:45:07 +0000
commit985e908eb8211b381f370560c4fefbcfc80ceab4 (patch)
tree363558f4b8a85266419b576806ec1fe5c7f8bcae /libgcc
parent84cc84ec7a2fd40393bad8b660bc6146ee78e1a9 (diff)
downloadgcc-985e908eb8211b381f370560c4fefbcfc80ceab4.tar.gz
libgcc/
* config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177854 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config/arm/bpabi-lib.h6
2 files changed, 4 insertions, 6 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 61aa4e3acc7..828f2c2e8f2 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
+
+ * config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.
+
2011-08-17 Richard Sandiford <richard.sandiford@linaro.org>
PR target/50090
diff --git a/libgcc/config/arm/bpabi-lib.h b/libgcc/config/arm/bpabi-lib.h
index 26183b39202..ebb177540de 100644
--- a/libgcc/config/arm/bpabi-lib.h
+++ b/libgcc/config/arm/bpabi-lib.h
@@ -20,12 +20,6 @@
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
-#if defined (__thumb__)
-#define RENAME_LIBRARY_SET ".thumb_set"
-#else
-#define RENAME_LIBRARY_SET ".set"
-#endif
-
/* Make __aeabi_AEABI_NAME an alias for __GCC_NAME. */
#define RENAME_LIBRARY(GCC_NAME, AEABI_NAME) \
typeof (__##GCC_NAME) __aeabi_##AEABI_NAME \