diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-05-19 17:06:09 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-05-19 17:06:09 -0600 |
commit | 1945961b39517006ad22f7043a1b9f3a157e5235 (patch) | |
tree | 542a4c613ec7d781caa9b1a83e20f05495ea26e5 | |
parent | 11f98788836d76f227f295fbb685564a88fdefa2 (diff) | |
download | gcc-1945961b39517006ad22f7043a1b9f3a157e5235.zip gcc-1945961b39517006ad22f7043a1b9f3a157e5235.tar.gz gcc-1945961b39517006ad22f7043a1b9f3a157e5235.tar.bz2 |
mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations on variables in specific sections other than...
�
* mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
on variables in specific sections other than .sbss and .sdata.
From-SVN: r27037
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 13bce8f..b8fbee0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Wed May 19 23:58:58 1999 Jeffrey A Law (law@cygnus.com) + + * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations + on variables in specific sections other than .sbss and .sdata. + Wed May 19 03:56:56 1999 Mark Mitchell <mark@codesourcery.com> * stmt.c (expand_return): Call start_cleanup_deferral and |