diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-12-04 15:42:14 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-12-04 15:42:14 +0000 |
commit | 8b1e9f129bcf00076a9ef163c1fdb4e98f5da63e (patch) | |
tree | 3cc1bd068983c4a9278539a4247bed2b5a5a5fed /gas/ChangeLog | |
parent | 780da94ce562c33acfbe5035e4c6637a7503a1f1 (diff) | |
download | gdb-8b1e9f129bcf00076a9ef163c1fdb4e98f5da63e.zip gdb-8b1e9f129bcf00076a9ef163c1fdb4e98f5da63e.tar.gz gdb-8b1e9f129bcf00076a9ef163c1fdb4e98f5da63e.tar.bz2 |
Allow foo@suffix+constant relocations
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2da455c..e92cd9d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Wed Dec 4 10:35:33 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * config/tc-ppc.c (ppc_elf_suffix): Take expressionS pointer + argument, and check for +/- constant following the suffix, folding + it into the expression. + (ppc_elf_cons): Change ppc_elf_suffix calls. + (md_assemble): Ditto. + (shlib): Replace boolean mrelocatable with enumeration shlib. + (md_parse_option): Discriminate between PIC style shared libraries + and -mrelocatable. + (ppc_elf_validate_fix): Don't report warnings for PIC style shared + libraries. + Tue Dec 3 23:18:29 1996 Michael Meissner <meissner@tiktok.cygnus.com> * config/tc-ppc.h ({tc,ppc}_comment_chars): Define, so that we can |