aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-05-19 17:06:09 -0600
committerJeff Law <law@gcc.gnu.org>1999-05-19 17:06:09 -0600
commit1945961b39517006ad22f7043a1b9f3a157e5235 (patch)
tree542a4c613ec7d781caa9b1a83e20f05495ea26e5 /gcc
parent11f98788836d76f227f295fbb685564a88fdefa2 (diff)
downloadgcc-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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
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