diff options
author | Alan Modra <amodra@gmail.com> | 2000-09-05 03:23:05 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-09-05 03:23:05 +0000 |
commit | 904a31bffcb3c6d41f9f0c1753018396d167631b (patch) | |
tree | 953057709b6ed34ab99c4cf8fe1f8fd756e1de63 /gas/ChangeLog | |
parent | 5f992e6228c123c634a522418a77a3e43dfe2503 (diff) | |
download | gdb-904a31bffcb3c6d41f9f0c1753018396d167631b.zip gdb-904a31bffcb3c6d41f9f0c1753018396d167631b.tar.gz gdb-904a31bffcb3c6d41f9f0c1753018396d167631b.tar.bz2 |
Munge in vtable support for tc-hppa.c, inform elf back-end about
millicode, and make $PIC_pcrel$0 work.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c4b43e6..bf73a1d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,36 @@ +2000-09-05 Alan Modra <alan@linuxcare.com.au> + + * config/tc-hppa.c: (md_apply_fix): Handle vtable relocs. + (hppa_force_relocation): Handle vtable relocs. + (pa_vtable_entry): New. + (pa_vtable_inherit): New. + (md_pseudo_table): Add entries for vtable pseudos. + (hppa_fix_adjustable): Reject reduction of R_PARISC_GNU_VTINHERIT + and R_PARISC_GNU_VTENTRY relocs. Reject reduction of relocs + against weak syms. + (tc_gen_reloc): Remove ELF_ARG_RELOC_INSN code. + (pa_type_args): Don't call symbol_get_bfdsym multiple times. + Set STT_PARISC_MILLICODE for OBJ_ELF when encountering a + millicode import. + * config/obj-elf.c (obj_elf_type): Allow md_elf_symbol_type to + specify a symbol type. + + * config/tc-hppa.h: Reorganize file a little, grouping OBJ_ELF + dependent things together. + (md_elf_symbol_type): Define. + + * config/tc-hppa.c (fix_new_hppa): Elide "$PIC_pcrel$0" pseudo + symbol. + * config/tc-hppa.h (tc_frob_symbol): Elide "$PIC_pcrel$0" here too. + + * config/obj-elf.h (obj_elf_vtable_inherit): Declare. + (obj_elf_vtable_entry): Declare. + + * config/obj-elf.c (obj_elf_vtable_inherit): Return struct fix * + and export function. + (obj_elf_vtable_entry): Similarly. + (elf_pseudo_table): Fix the damage with a cast. + 2000-09-03 Richard Henderson <rth@cygnus.com> * config/tc-ia64.c (emit_one_bundle): Stop collecting insns |