diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1996-04-05 17:43:05 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1996-04-05 17:43:05 +0000 |
commit | 54ea771f6a0143559812016066ea92208cec3a1b (patch) | |
tree | 543cde77562e20df877744400f7affd093f263e9 /gas | |
parent | 01ae5e9996424c6cd584a3b935e08b2f68155bc9 (diff) | |
download | gdb-54ea771f6a0143559812016066ea92208cec3a1b.zip gdb-54ea771f6a0143559812016066ea92208cec3a1b.tar.gz gdb-54ea771f6a0143559812016066ea92208cec3a1b.tar.bz2 |
Fri Apr 5 18:39:28 1996 James G. Smith <jsmith@cygnus.co.uk>
* config/tc-mips.c: Allow non-zero offsets from .sdata symbols to
be accessed using the $gp register.
* config/tc-mips.h (MAX_GPREL_OFFSET): Added.
This ensures that the $gp addressing will continued to be used if the
"combine_statics" optimisation is enabled within GCC.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4cd6d34..cc00a66 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Apr 5 18:39:28 1996 James G. Smith <jsmith@cygnus.co.uk> + + * config/tc-mips.c: Allow non-zero offsets from .sdata symbols to + be accessed using the $gp register. + * config/tc-mips.h (MAX_GPREL_OFFSET): Added. + Wed Apr 3 10:56:14 1996 Doug Evans <dje@canuck.cygnus.com> * config/tc-sparc.c (sparc_md_end): Set bfd machine number to |