mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
elf32_bed/elf64_bed
This commit is contained in:
@ -4435,6 +4435,8 @@ elf_i386_link_setup_gnu_properties (struct bfd_link_info *info)
|
|||||||
|
|
||||||
#define elf_backend_linux_prpsinfo32_ugid16 TRUE
|
#define elf_backend_linux_prpsinfo32_ugid16 TRUE
|
||||||
|
|
||||||
|
#define elf32_bed elf32_i386_bed
|
||||||
|
|
||||||
#include "elf32-target.h"
|
#include "elf32-target.h"
|
||||||
|
|
||||||
/* FreeBSD support. */
|
/* FreeBSD support. */
|
||||||
|
@ -5020,6 +5020,9 @@ elf_x86_64_special_sections[]=
|
|||||||
#define elf_backend_hide_symbol \
|
#define elf_backend_hide_symbol \
|
||||||
_bfd_x86_elf_hide_symbol
|
_bfd_x86_elf_hide_symbol
|
||||||
|
|
||||||
|
#undef elf64_bed
|
||||||
|
#define elf64_bed elf64_x86_64_bed
|
||||||
|
|
||||||
#include "elf64-target.h"
|
#include "elf64-target.h"
|
||||||
|
|
||||||
/* CloudABI support. */
|
/* CloudABI support. */
|
||||||
@ -5304,6 +5307,9 @@ elf32_x86_64_nacl_elf_object_p (bfd *abfd)
|
|||||||
#define elf_backend_size_info \
|
#define elf_backend_size_info \
|
||||||
_bfd_elf32_size_info
|
_bfd_elf32_size_info
|
||||||
|
|
||||||
|
#undef elf32_bed
|
||||||
|
#define elf32_bed elf32_x86_64_bed
|
||||||
|
|
||||||
#include "elf32-target.h"
|
#include "elf32-target.h"
|
||||||
|
|
||||||
/* Restore defaults. */
|
/* Restore defaults. */
|
||||||
|
Reference in New Issue
Block a user