diff options
author | Jeff Law <law@redhat.com> | 1995-02-23 06:16:35 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-02-23 06:16:35 +0000 |
commit | e386acc8d7e4d6616dc6fd88ade44bd6e7b3b5cd (patch) | |
tree | 4cb45105d9ef31f488e84788bfb23f1f36706850 /gas | |
parent | 6aa082e03d4adb5b9645fc0761f611dc5954a285 (diff) | |
download | gdb-e386acc8d7e4d6616dc6fd88ade44bd6e7b3b5cd.zip gdb-e386acc8d7e4d6616dc6fd88ade44bd6e7b3b5cd.tar.gz gdb-e386acc8d7e4d6616dc6fd88ade44bd6e7b3b5cd.tar.bz2 |
* config/tc-hppa.c (md_apply_fix): Don't subtract the value of the
add symbol if it's a common symbol (the value of a common symbol
is its size, not a value in the traditional sense).
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 d9b1164..33e45e6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 22 23:10:56 1995 Jeff Law (law@snake.cs.utah.edu) + + * config/tc-hppa.c (md_apply_fix): Don't subtract the value of the + add symbol if it's a common symbol (the value of a common symbol + is its size, not a value in the traditional sense). + Wed Feb 22 21:12:28 1995 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (append_insn): If listing_prev_line is called, |