Undef elf_backend_post_process_headers for Solaris

* elf32-i386.c (elf_backend_post_process_headers): Undef for
	Solaris 2.
This commit is contained in:
H.J. Lu
2015-04-30 06:52:34 -07:00
parent 8b2d793ce5
commit 914082d11b
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2015-04-30 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_backend_post_process_headers): Undef for
Solaris 2.
2015-04-29 Nick Clifton <nickc@redhat.com>
PR 17099

View File

@@ -5403,6 +5403,8 @@ elf_i386_fbsd_post_process_headers (bfd *abfd, struct bfd_link_info *info)
#undef TARGET_LITTLE_NAME
#define TARGET_LITTLE_NAME "elf32-i386-sol2"
#undef elf_backend_post_process_headers
/* Restore default: we cannot use ELFOSABI_SOLARIS, otherwise ELFOSABI_NONE
objects won't be recognized. */
#undef ELF_OSABI