aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-02-08 21:09:10 +0000
committerKen Raeburn <raeburn@cygnus>1994-02-08 21:09:10 +0000
commit8a74b870a5c02dff27dc9aed86edf9d1377701b7 (patch)
tree100d571a3c251960a48a447e194fb02188e52d5d /gas
parentdf44a8523f9bd4d8e535256728f917f76ec51451 (diff)
downloadfsf-binutils-gdb-8a74b870a5c02dff27dc9aed86edf9d1377701b7.zip
fsf-binutils-gdb-8a74b870a5c02dff27dc9aed86edf9d1377701b7.tar.gz
fsf-binutils-gdb-8a74b870a5c02dff27dc9aed86edf9d1377701b7.tar.bz2
tc-alpha fixes
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 45db86f..8329a61 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
Tue Feb 8 16:00:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+ * config/tc-alpha.c (GP_ADJUSTMENT): Move definition to start of
+ file.
+ (tc_gen_reloc): Remove uninitialized variable `code', and code
+ that tried to use it (incorrectly). For LITERAL reloc, set addend
+ to negative of GP value.
+ (load_symbol_address): Don't adjust return value by GP_ADJUSTMENT.
+
* write.c (write_relocs): Print some sensible error message if
bfd_perform_relocation returns bfd_reloc_overflow.