diff options
author | Paolo Bonzini <bonzini@gcc.gnu.org> | 2012-05-22 08:29:10 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2012-05-22 08:29:10 +0000 |
commit | 7caf4b0caa0c8f0283d12632a7aa33276614e079 (patch) | |
tree | baab45bc2652f299daf52e900033313ef960611f /gcc | |
parent | 650dc14a737860cafd34eb4dea683cee87891589 (diff) | |
download | gcc-7caf4b0caa0c8f0283d12632a7aa33276614e079.zip gcc-7caf4b0caa0c8f0283d12632a7aa33276614e079.tar.gz gcc-7caf4b0caa0c8f0283d12632a7aa33276614e079.tar.bz2 |
fix paths in previous ChangeLog entry
From-SVN: r187758
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 82888a5..6c87e74 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,8 +1,9 @@ 2012-05-22 Alan Modra <amodra@gmail.com> - * aix.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete. - * darwin.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete. - * sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE, V_SAVE_INLINE): Delete. + * config/rs6000/aix.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete. + * config/rs6000/darwin.h (FP_SAVE_INLINE, GP_SAVE_INLINE): Delete. + * config/rs6000/sysv4.h (FP_SAVE_INLINE, GP_SAVE_INLINE, + V_SAVE_INLINE): Delete. * config/rs6000/rs6000.c (V_SAVE_INLINE): Delete. (rs6000_savres_strategy): Reimplement GP/FP/V_SAVE_INLINE logic. For ELF targets, use out-of-line restores for -Os and any number |