bpabi-lib.h (RENAME_LIBRARY_SET): Delete.

libgcc/
	* config/arm/bpabi-lib.h (RENAME_LIBRARY_SET): Delete.

From-SVN: r177854
This commit is contained in:
Richard Sandiford 2011-08-18 13:45:07 +00:00 committed by Richard Sandiford
parent 6b8045e1bb
commit c55b374bd5
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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 \