* elf32-mips.c (elf_backend_write_section): Define.

This commit is contained in:
Daniel Jacobowitz 2008-07-24 16:17:42 +00:00
parent 60e569b986
commit 20163277f8
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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 \