diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-01-24 02:54:47 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-01-24 02:54:47 +0000 |
commit | 538cd60fbb681d40ab2e2990bd00f0b2acea7b24 (patch) | |
tree | c5533f6ef1453ce27cbbd054e446d4484ee073b6 /gas/ChangeLog | |
parent | ea87b71bed61d157e1f95597216b08909e109d04 (diff) | |
download | gdb-538cd60fbb681d40ab2e2990bd00f0b2acea7b24.zip gdb-538cd60fbb681d40ab2e2990bd00f0b2acea7b24.tar.gz gdb-538cd60fbb681d40ab2e2990bd00f0b2acea7b24.tar.bz2 |
* config/tc-sh.c (sh_elf_suffix): Removed.
(sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new,
sh_end_of_match, sh_parse_name): New functions.
(sh_elf_cons): Simplify.
(parse_exp): Reject misplaced PIC operands.
(md_undefined_symbol): Simplify.
(sh_fix_adjustable): Let @GOTOFF be adjusted.
(md_apply_fix3): Write @PLT and @GOTOFF addends in place.
(tc_gen_reloc): Move fixp subsy absolute value into addnumber.
Complain if subsy remains at the end.
* config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare.
(md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 16961a3..3532a9b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +2002-01-24 Alexandre Oliva <aoliva@redhat.com> + + * config/tc-sh.c (sh_elf_suffix): Removed. + (sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new, + sh_end_of_match, sh_parse_name): New functions. + (sh_elf_cons): Simplify. + (parse_exp): Reject misplaced PIC operands. + (md_undefined_symbol): Simplify. + (sh_fix_adjustable): Let @GOTOFF be adjusted. + (md_apply_fix3): Write @PLT and @GOTOFF addends in place. + (tc_gen_reloc): Move fixp subsy absolute value into addnumber. + Complain if subsy remains at the end. + * config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare. + (md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define. + 2002-01-22 Alexandre Oliva <aoliva@redhat.com> * config/tc-mn10300.c (xr_registers): Move `pc'... |