From: Jeff Law Date: Wed, 19 May 1999 23:06:09 +0000 (-0600) Subject: mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations on variables in specifi... X-Git-Tag: releases/libgcj-2.95.0~450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1945961b39517006ad22f7043a1b9f3a157e5235;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 13bce8f8da9d..b8fbee0c10ac 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 * stmt.c (expand_return): Call start_cleanup_deferral and