diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2005-05-05 18:10:05 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2005-05-05 18:10:05 -0400 |
commit | 7e3391111ff63149cc3c044002057af29543c6f6 (patch) | |
tree | c699e76ebe1d8a553127e6ed21d83dea54417fd5 | |
parent | 125121e2fb613d05135f60b04c407360908ca71b (diff) | |
download | gcc-7e3391111ff63149cc3c044002057af29543c6f6.zip gcc-7e3391111ff63149cc3c044002057af29543c6f6.tar.gz gcc-7e3391111ff63149cc3c044002057af29543c6f6.tar.bz2 |
Update ChangeLog to reflect darwin.opt translation.
From-SVN: r99291
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8488cec..8952e06 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,6 +5,7 @@ and plus_constant. 2005-05-05 Aldy Hernandez <aldyh@redhat.com> + David Edelsohn <edelsohn@gnu.org> * config.gcc: Add .opt magic for the rs6000 ports. @@ -36,8 +37,8 @@ * config/rs6000/aix52.h: Same. * config/rs6000/darwin.h: Remove SUBTARGET_SWITCHES, MASK_MACHO_DYNAMIC_NO_PIC, TARGET_MACHO_DYNAMIC_NO_PIC. - Use TARGET_ALTIVEC_VRSAVE instead of - rs6000_altivec_vrsave. + Use TARGET_ALTIVEC_VRSAVE instead of rs6000_altivec_vrsave. + Define TARGET_DYNAMIC_NO_PIC as TARGET_MACHO_DYNAMIC_NO_PIC. * config/rs6000/linux64.h: Use rs6000_explicit_options. Remove EXTRA_SUBTARGET_SWITCHES. |