mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
elf32_bed/elf64_bed
This commit is contained in:
parent
e4e6a73d26
commit
8f56f7a239
@ -4435,6 +4435,8 @@ elf_i386_link_setup_gnu_properties (struct bfd_link_info *info)
|
||||
|
||||
#define elf_backend_linux_prpsinfo32_ugid16 TRUE
|
||||
|
||||
#define elf32_bed elf32_i386_bed
|
||||
|
||||
#include "elf32-target.h"
|
||||
|
||||
/* FreeBSD support. */
|
||||
|
@ -5020,6 +5020,9 @@ elf_x86_64_special_sections[]=
|
||||
#define elf_backend_hide_symbol \
|
||||
_bfd_x86_elf_hide_symbol
|
||||
|
||||
#undef elf64_bed
|
||||
#define elf64_bed elf64_x86_64_bed
|
||||
|
||||
#include "elf64-target.h"
|
||||
|
||||
/* CloudABI support. */
|
||||
@ -5304,6 +5307,9 @@ elf32_x86_64_nacl_elf_object_p (bfd *abfd)
|
||||
#define elf_backend_size_info \
|
||||
_bfd_elf32_size_info
|
||||
|
||||
#undef elf32_bed
|
||||
#define elf32_bed elf32_x86_64_bed
|
||||
|
||||
#include "elf32-target.h"
|
||||
|
||||
/* Restore defaults. */
|
||||
|
Loading…
Reference in New Issue
Block a user