mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
This commit is contained in:
parent
560e09e9cc
commit
427b80f4a9
@ -1,3 +1,7 @@
|
||||
2003-08-20 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
|
||||
|
||||
2003-08-20 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): New macro used to
|
||||
|
@ -2899,6 +2899,8 @@ const struct elf_size_info mips_elf64_size_info =
|
||||
#define elf_backend_modify_segment_map _bfd_mips_elf_modify_segment_map
|
||||
#define elf_backend_gc_mark_hook _bfd_mips_elf_gc_mark_hook
|
||||
#define elf_backend_gc_sweep_hook _bfd_mips_elf_gc_sweep_hook
|
||||
#define elf_backend_copy_indirect_symbol \
|
||||
_bfd_mips_elf_copy_indirect_symbol
|
||||
#define elf_backend_hide_symbol _bfd_mips_elf_hide_symbol
|
||||
#define elf_backend_ignore_discarded_relocs \
|
||||
_bfd_mips_elf_ignore_discarded_relocs
|
||||
|
Loading…
Reference in New Issue
Block a user