diff options
| author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-24 10:14:08 +0000 |
|---|---|---|
| committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-24 10:14:08 +0000 |
| commit | f92be414fecf5afaa09fffa778879b0a95c2e56f (patch) | |
| tree | 584e81dd4d6aed1d318720aa8326ba8c0acfb501 /gcc | |
| parent | bd9718496464a86074a40553fd7e914b2f8485f7 (diff) | |
| download | ppe42-gcc-f92be414fecf5afaa09fffa778879b0a95c2e56f.tar.gz ppe42-gcc-f92be414fecf5afaa09fffa778879b0a95c2e56f.zip | |
Oops - forgot to commit the change to config.gcc when checking in this patch:
2004-11-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* config.gcc: Use t-slibgcc-elf to build libgcc_s.so on
m32r*linux.
* config/m32r/t-linux (SHLIB_MAPFILES): Override to use
m32r/libgcc-glibc.ver.
* config/m32r/libgcc-glibc.ver: Add New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91143 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config.gcc | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4ca7cf5996b..0e96f077a4a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -304,6 +304,11 @@ (idx_find_step): Replace uses of EXEC_BINARY with calls to fold_binary_to_constant. +2004-11-22 Nick Clifton <nickc@redhat.com> + + * sbitmap.c (sbitmap_union_of_preds): Remove redundant + initialisation of 'e'. + 2004-11-22 Roger Sayle <roger@eyesopen.com> * config/i386/i386.h (TARGET_USE_FANCY_MATH_387): New macro. diff --git a/gcc/config.gcc b/gcc/config.gcc index 0bb21954aed..39355737e25 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1229,7 +1229,7 @@ m32r-*-linux*) tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" # We override the tmake_file for linux -- why? - tmake_file="m32r/t-linux" + tmake_file="t-slibgcc-elf-ver m32r/t-linux" gnu_ld=yes use_fixproto=yes if test x$enable_threads = xyes; then @@ -1240,7 +1240,7 @@ m32rle-*-linux*) tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} m32r/linux.h" extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" # We override the tmake_file for linux -- why? - tmake_file="m32r/t-linux" + tmake_file="t-slibgcc-elf-ver m32r/t-linux" gnu_ld=yes use_fixproto=yes if test x$enable_threads = xyes; then |

