From: Ken Raeburn Date: Tue, 8 Feb 1994 21:09:10 +0000 (+0000) Subject: tc-alpha fixes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a74b870a5c02dff27dc9aed86edf9d1377701b7;p=binutils-gdb.git tc-alpha fixes --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 45db86f7800..8329a619ed4 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.