Commit 985e908e authored by rsandifo's avatar rsandifo
Browse files

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
parent 84cc84ec
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
......
......@@ -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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment