aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-09-15 18:52:52 +0000
committerNick Clifton <nickc@redhat.com>2000-09-15 18:52:52 +0000
commit0752970ef843fa6a9e7ac8bb5a30608eded7f228 (patch)
tree681414cd31e8fe3f2fb29df4cbcd4c91520f64b3 /bfd/bfd-in2.h
parentffcb7aff0f99aaa26b99e04b8258009279096402 (diff)
downloadgdb-0752970ef843fa6a9e7ac8bb5a30608eded7f228.zip
gdb-0752970ef843fa6a9e7ac8bb5a30608eded7f228.tar.gz
gdb-0752970ef843fa6a9e7ac8bb5a30608eded7f228.tar.bz2
add support for embedded relocs in m68k ELF port
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index fe3459f..51c7043 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -652,6 +652,10 @@ extern int bfd_get_arch_size PARAMS ((bfd *));
/* Return true if address "naturally" sign extends, or -1 if not elf. */
extern int bfd_get_sign_extend_vma PARAMS ((bfd *));
+extern boolean bfd_m68k_elf32_create_embedded_relocs
+ PARAMS ((bfd *, struct bfd_link_info *, struct sec *, struct sec *,
+ char **));
+
/* SunOS shared library support routines for the linker. */
extern struct bfd_link_needed_list *bfd_sunos_get_needed_list
@@ -1393,8 +1397,8 @@ enum bfd_architecture
#define bfd_mach_mips6000 6000
#define bfd_mach_mips8000 8000
#define bfd_mach_mips10000 10000
-#define bfd_mach_mips16 16
#define bfd_mach_mips4K 32
+#define bfd_mach_mips16 16
bfd_arch_i386, /* Intel 386 */
#define bfd_mach_i386_i386 0
#define bfd_mach_i386_i8086 1