summaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-01-30 02:19:21 +0000
committerChris Demetriou <cgd@google.com>2002-01-30 02:19:21 +0000
commitddba4d63e1275f7889006b561560945f3c549efb (patch)
tree8244661664dbc3a532257845f248c64959709664 /bfd/bfd-in2.h
parent620af7d84405135ee923a1c54cf31f114f7561bf (diff)
downloadgdb-ddba4d63e1275f7889006b561560945f3c549efb.tar.gz
2002-01-29 Chris Demetriou <cgd@broadcom.com>
Mitch Lichtenberg <mpl@broadcom.com> * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype. * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function to handle 32-bit ELF embedded reloc (ld --embedded-relocs) generation. * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index e48a20d7c07..990034e8ca8 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -669,6 +669,9 @@ 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 **));
+extern boolean bfd_mips_elf32_create_embedded_relocs
+ PARAMS ((bfd *, struct bfd_link_info *, struct sec *, struct sec *,
+ char **));
/* SunOS shared library support routines for the linker. */