diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-12-21 17:54:31 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-12-21 17:54:31 +0000 |
commit | 36cb0e7c73e1f1780dcd24036f79dc0ab3d18a2e (patch) | |
tree | 3e03c49bd850b59f11fbcc36c5a4bb1dcf477585 | |
parent | 08556813edc3e2cb65974ee66c4c89e23510691f (diff) | |
download | gdb-36cb0e7c73e1f1780dcd24036f79dc0ab3d18a2e.zip gdb-36cb0e7c73e1f1780dcd24036f79dc0ab3d18a2e.tar.gz gdb-36cb0e7c73e1f1780dcd24036f79dc0ab3d18a2e.tar.bz2 |
Make @got be real GOT reloc; make @xgot be old TOC16 reloc
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6951630..14cbe14 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 21 12:54:32 1995 Michael Meissner <meissner@tiktok.cygnus.com> + + * config/tc-ppc.c (mapping): Make @got give a real GOT relocation, + and xgot give the old toc16 relocation. + (md_apply_fix3): Support all GOT relocations. + Wed Dec 20 14:57:17 1995 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (load_address): Correctly handle a constant in |