summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2008-07-24 16:17:42 +0000
committerDaniel Jacobowitz <dan@debian.org>2008-07-24 16:17:42 +0000
commit45609e4df07d39d45f0af53492e091a386e0c505 (patch)
treed5018eaa34587d020c50d19fc6a8521e24c2716e
parenta6561dc2ae61b75336c071456ad0b4407f937b1f (diff)
downloadgdb-45609e4df07d39d45f0af53492e091a386e0c505.tar.gz
* elf32-mips.c (elf_backend_write_section): Define.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elf32-mips.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index da58640eac0..23b8d93d87a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-24 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * elf32-mips.c (elf_backend_write_section): Define.
+
2008-07-24 Nick Clifton <nickc@redhat.com>
* elf.c (_bfd_elf_map_sections_to_segments): Catch off by one
diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c
index 5e3eac66d2a..3d39dc93612 100644
--- a/bfd/elf32-mips.c
+++ b/bfd/elf32-mips.c
@@ -1594,6 +1594,7 @@ static const struct ecoff_debug_swap mips_elf32_ecoff_debug_swap = {
#define elf_backend_discard_info _bfd_mips_elf_discard_info
#define elf_backend_ignore_discarded_relocs \
_bfd_mips_elf_ignore_discarded_relocs
+#define elf_backend_write_section _bfd_mips_elf_write_section
#define elf_backend_mips_irix_compat elf32_mips_irix_compat
#define elf_backend_mips_rtype_to_howto mips_elf32_rtype_to_howto
#define bfd_elf32_bfd_is_local_label_name \