diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-08-08 17:46:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-08-08 17:46:00 +0000 |
commit | 2cd14ddcae9c07bdafff2558d4e8524762140915 (patch) | |
tree | e1d74d4943988eae033391d6863efe819c29a56e /gas | |
parent | 2e793470f37f8ec8fe7358ecb48aeadbb85724d2 (diff) | |
download | gdb-2cd14ddcae9c07bdafff2558d4e8524762140915.zip gdb-2cd14ddcae9c07bdafff2558d4e8524762140915.tar.gz gdb-2cd14ddcae9c07bdafff2558d4e8524762140915.tar.bz2 |
* config/tc-sparc.c (md_apply_fix): If we are going to generate a
non PC relative reloc, don't put the addend in the object file.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 45cb282..d802489 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 8 13:42:16 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * config/tc-sparc.c (md_apply_fix): If we are going to generate a + non PC relative reloc, don't put the addend in the object file. + Sat Aug 6 01:15:02 1994 Steve Chamberlain (sac@jonny.cygnus.com) * as.h: If FOPEN_WB is not defined, do the right thing in a go32 |