diff options
author | Richard Sandiford <richard@codesourcery.com> | 2006-10-29 11:13:14 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2006-10-29 11:13:14 +0000 |
commit | 4551169f831b3b41c5ab40d5c8c94d22e479a41c (patch) | |
tree | bf8f66085211cfd059a02f06010d2a8b21c8d8da /gcc/ChangeLog | |
parent | 5f687d19e06bbdeccc7a0b6d831ae884d177b522 (diff) | |
download | gcc-4551169f831b3b41c5ab40d5c8c94d22e479a41c.zip gcc-4551169f831b3b41c5ab40d5c8c94d22e479a41c.tar.gz gcc-4551169f831b3b41c5ab40d5c8c94d22e479a41c.tar.bz2 |
configure.ac (HAVE_AS_NO_SHARED): New AC_DEFINE.
gcc/
* configure.ac (HAVE_AS_NO_SHARED): New AC_DEFINE. Test for the
-mno-shared assembler option on mips targets.
* configure, config.in: Regenerate.
* config/mips/linux.h (NO_SHARED_SPECS): New macro.
(DRIVER_SELF_SPECS): Define to NO_SHARED_SPECS if non-empty.
* config/mips/linux64.h (DRIVER_SELF_SPECS): Include NO_SHARED_SPECS.
From-SVN: r118138
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 20b251c..ce69fe7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,14 @@ 2006-10-29 Richard Sandiford <richard@codesourcery.com> + * configure.ac (HAVE_AS_NO_SHARED): New AC_DEFINE. Test for the + -mno-shared assembler option on mips targets. + * configure, config.in: Regenerate. + * config/mips/linux.h (NO_SHARED_SPECS): New macro. + (DRIVER_SELF_SPECS): Define to NO_SHARED_SPECS if non-empty. + * config/mips/linux64.h (DRIVER_SELF_SPECS): Include NO_SHARED_SPECS. + +2006-10-29 Richard Sandiford <richard@codesourcery.com> + * config/mips/mips.c (mips_classify_symbol): Test DECL_WEAK as well as TREE_PUBLIC when deciding whether to return SYMBOL_GOT_GLOBAL. |