diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-12-17 14:10:03 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-12-17 14:10:03 -0800 |
commit | 0af031261fa0326656d6dfd93f68179adcf9a48b (patch) | |
tree | 03a3f1b5c8b52d9836032f5e2a5c349b27a98fad /bfd/elfxx-mips.c | |
parent | 782450358dc18c4818faaae643ab5f91d6464fe7 (diff) | |
download | gdb-0af031261fa0326656d6dfd93f68179adcf9a48b.zip gdb-0af031261fa0326656d6dfd93f68179adcf9a48b.tar.gz gdb-0af031261fa0326656d6dfd93f68179adcf9a48b.tar.bz2 |
Call _bfd_elf_post_process_headers
* elf32-spu.c (spu_elf_post_process_headers): Call
_bfd_elf_post_process_headers.
* elfxx-mips.c (_bfd_mips_post_process_headers): Likewise.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r-- | bfd/elfxx-mips.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 1c64ad3..d5f51a3 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -15348,4 +15348,6 @@ _bfd_mips_post_process_headers (bfd *abfd, struct bfd_link_info *link_info) if (htab->use_plts_and_copy_relocs && !htab->is_vxworks) i_ehdrp->e_ident[EI_ABIVERSION] = 1; } + + _bfd_elf_post_process_headers (abfd, link_info); } |