diff options
author | Jeff Law <law@redhat.com> | 1995-02-09 17:44:30 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-02-09 17:44:30 +0000 |
commit | e6d311352a04db5c19bada211e1350a1c7ead933 (patch) | |
tree | 2ed8906c2656aefaf63573a055659d6c95129d6f /gas | |
parent | ac400c0e03f97a78b659b9d495feb560f9114251 (diff) | |
download | gdb-e6d311352a04db5c19bada211e1350a1c7ead933.zip gdb-e6d311352a04db5c19bada211e1350a1c7ead933.tar.gz gdb-e6d311352a04db5c19bada211e1350a1c7ead933.tar.bz2 |
* config/tc-hppa.c (md_apply_fix): In some cases subtract the
value of the add symbol from valp. Offsets braindamage in the
"machine independent" fixup_segment.
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 3e25414..6f23bb9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Feb 9 10:37:13 1995 Jeff Law (law@snake.cs.utah.edu) + + * config/tc-hppa.c (md_apply_fix): In some cases subtract the + value of the add symbol from valp. Offsets braindamage in the + "machine independent" fixup_segment. + Wed Feb 8 18:51:23 1995 Ken Raeburn <raeburn@cujo.cygnus.com> * messages.c (as_abort): New function. |