diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-05-10 18:32:01 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-05-10 18:32:01 +0000 |
commit | f122568e7264acd787d8a6c28daf31b0709e2bb9 (patch) | |
tree | db4506098d1d6f0c4c47160078bfa7659262a81b /gas | |
parent | 31ed312c118db558b54194e7f55e0a27e03a7909 (diff) | |
download | gdb-f122568e7264acd787d8a6c28daf31b0709e2bb9.zip gdb-f122568e7264acd787d8a6c28daf31b0709e2bb9.tar.gz gdb-f122568e7264acd787d8a6c28daf31b0709e2bb9.tar.bz2 |
Allow GOT, section relative relocations all the time with -mrelocatable
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 aa6b94c..f7db809 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri May 10 14:16:59 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * config/tc-ppc.c (ppc_elf_validate_fix): Allow GOT and section + relative relocations with -mrelocatable. Also allow unfixed + relocs in .ex_shared. + Tue May 7 11:24:10 1996 Ian Lance Taylor <ian@cygnus.com> * config/obj-coff.c (yank_symbols): Check that FNAME_OFFSET is |