diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-04 02:32:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-04 02:32:54 +0000 |
commit | fdb3408e128813c85c87be37200e930ae5300781 (patch) | |
tree | 6feb709e5f33bd7e7019f782f1312236ae55a0d6 /gas/ChangeLog | |
parent | b2c416781dd5d8930561676c684655def96428be (diff) | |
download | gdb-fdb3408e128813c85c87be37200e930ae5300781.zip gdb-fdb3408e128813c85c87be37200e930ae5300781.tar.gz gdb-fdb3408e128813c85c87be37200e930ae5300781.tar.bz2 |
* config/tc-mips.c (md_apply_fix): If this is an undefined symbol,
subtract the value from fx_addnumber to since
bfd_perform_relocation is going to add it in.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 322fafa..305b19a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 3 21:29:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * config/tc-mips.c (md_apply_fix): If this is an undefined symbol, + subtract the value from fx_addnumber to since + bfd_perform_relocation is going to add it in. + Wed Feb 2 13:55:08 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * Makefile.in: Avoid bug in losing hpux sed. |