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/config/obj-elf.h | |
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/config/obj-elf.h')
-rw-r--r-- | gas/config/obj-elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h index 7437765..77fec78 100644 --- a/gas/config/obj-elf.h +++ b/gas/config/obj-elf.h @@ -151,6 +151,8 @@ extern void obj_elf_version PARAMS ((int)); extern void obj_elf_common PARAMS ((int)); extern void obj_elf_data PARAMS ((int)); extern void obj_elf_text PARAMS ((int)); +extern struct fix *obj_elf_vtable_inherit PARAMS ((int)); +extern struct fix *obj_elf_vtable_entry PARAMS ((int)); /* BFD wants to write the udata field, which is a no-no for the globally defined sections. */ |