summaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.h
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-03-26 01:04:22 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-03-26 01:04:22 +0000
commitea56923cea09fe593101a7d5fd19381a8ff6d0b2 (patch)
tree8917b5be85eed275bfbe9f7c2e12c4584cd9f7f1 /bfd/elfxx-mips.h
parentf3ef1ae8b386db959ddae783b29d7d5dad630e9e (diff)
downloadgdb-ea56923cea09fe593101a7d5fd19381a8ff6d0b2.tar.gz
* elfxx-mips.c (_bfd_mips_relax_section): New function.
* elfxx-mips.h (_bfd_mips_relax_section): Declare. * elfn32-mips.c, elf64-mips.c: Use it.
Diffstat (limited to 'bfd/elfxx-mips.h')
-rw-r--r--bfd/elfxx-mips.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elfxx-mips.h b/bfd/elfxx-mips.h
index 3f7794361b6..3064c39d137 100644
--- a/bfd/elfxx-mips.h
+++ b/bfd/elfxx-mips.h
@@ -108,3 +108,6 @@ extern bfd_reloc_status_type _bfd_mips_elf32_gprel16_reloc
PARAMS ((bfd *, arelent *, asymbol *, PTR, asection *, bfd *, char **));
extern unsigned long _bfd_elf_mips_mach
PARAMS ((flagword));
+extern bfd_boolean _bfd_mips_relax_section (bfd *, asection *,
+ struct bfd_link_info *,
+ bfd_boolean *);