mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
Always elf_backend_post_process_headers to _bfd_elf_set_osabi.
2011-07-05 H.J. Lu <hongjiu.lu@intel.com> * elf64-x86-64.c (elf_backend_post_process_headers): Always define to _bfd_elf_set_osabi.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-07-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elf64-x86-64.c (elf_backend_post_process_headers): Always
|
||||||
|
define to _bfd_elf_set_osabi.
|
||||||
|
|
||||||
2011-07-03 Samuel Thibault <samuel.thibault@gnu.org>
|
2011-07-03 Samuel Thibault <samuel.thibault@gnu.org>
|
||||||
Thomas Schwinge <thomas@schwinge.name>
|
Thomas Schwinge <thomas@schwinge.name>
|
||||||
|
|
||||||
|
@ -4940,7 +4940,6 @@ static const struct bfd_elf_special_section
|
|||||||
#define elf_backend_hash_symbol \
|
#define elf_backend_hash_symbol \
|
||||||
elf_x86_64_hash_symbol
|
elf_x86_64_hash_symbol
|
||||||
|
|
||||||
#undef elf_backend_post_process_headers
|
|
||||||
#define elf_backend_post_process_headers _bfd_elf_set_osabi
|
#define elf_backend_post_process_headers _bfd_elf_set_osabi
|
||||||
|
|
||||||
#include "elf64-target.h"
|
#include "elf64-target.h"
|
||||||
@ -4958,8 +4957,6 @@ static const struct bfd_elf_special_section
|
|||||||
#undef elf64_bed
|
#undef elf64_bed
|
||||||
#define elf64_bed elf64_x86_64_fbsd_bed
|
#define elf64_bed elf64_x86_64_fbsd_bed
|
||||||
|
|
||||||
#undef elf_backend_post_process_headers
|
|
||||||
|
|
||||||
#include "elf64-target.h"
|
#include "elf64-target.h"
|
||||||
|
|
||||||
/* Solaris 2 support. */
|
/* Solaris 2 support. */
|
||||||
@ -5018,9 +5015,6 @@ elf64_l1om_elf_object_p (bfd *abfd)
|
|||||||
#undef elf_backend_object_p
|
#undef elf_backend_object_p
|
||||||
#define elf_backend_object_p elf64_l1om_elf_object_p
|
#define elf_backend_object_p elf64_l1om_elf_object_p
|
||||||
|
|
||||||
#undef elf_backend_post_process_headers
|
|
||||||
#define elf_backend_post_process_headers _bfd_elf_set_osabi
|
|
||||||
|
|
||||||
#undef elf_backend_static_tls_alignment
|
#undef elf_backend_static_tls_alignment
|
||||||
|
|
||||||
#undef elf_backend_want_plt_sym
|
#undef elf_backend_want_plt_sym
|
||||||
@ -5041,8 +5035,6 @@ elf64_l1om_elf_object_p (bfd *abfd)
|
|||||||
#undef elf64_bed
|
#undef elf64_bed
|
||||||
#define elf64_bed elf64_l1om_fbsd_bed
|
#define elf64_bed elf64_l1om_fbsd_bed
|
||||||
|
|
||||||
#undef elf_backend_post_process_headers
|
|
||||||
|
|
||||||
#include "elf64-target.h"
|
#include "elf64-target.h"
|
||||||
|
|
||||||
/* 32bit x86-64 support. */
|
/* 32bit x86-64 support. */
|
||||||
@ -5079,9 +5071,6 @@ elf32_x86_64_elf_object_p (bfd *abfd)
|
|||||||
|
|
||||||
#undef ELF_OSABI
|
#undef ELF_OSABI
|
||||||
|
|
||||||
#undef elf_backend_post_process_headers
|
|
||||||
#define elf_backend_post_process_headers _bfd_elf_set_osabi
|
|
||||||
|
|
||||||
#undef elf_backend_object_p
|
#undef elf_backend_object_p
|
||||||
#define elf_backend_object_p \
|
#define elf_backend_object_p \
|
||||||
elf32_x86_64_elf_object_p
|
elf32_x86_64_elf_object_p
|
||||||
|
Reference in New Issue
Block a user