mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* elf64-mips.c (elf_backend_sign_extend_vma): Define.
This commit is contained in:
parent
a30e5f5fca
commit
f1187097fa
@ -1,3 +1,7 @@
|
||||
2007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* elf64-mips.c (elf_backend_sign_extend_vma): Define.
|
||||
|
||||
2007-08-24 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Warning fix.
|
||||
|
@ -3147,6 +3147,8 @@ const struct elf_size_info mips_elf64_size_info =
|
||||
#define elf_backend_may_use_rela_p 1
|
||||
#define elf_backend_default_use_rela_p 1
|
||||
|
||||
#define elf_backend_sign_extend_vma TRUE
|
||||
|
||||
#define elf_backend_write_section _bfd_mips_elf_write_section
|
||||
|
||||
/* We don't set bfd_elf64_bfd_is_local_label_name because the 32-bit
|
||||
|
Loading…
Reference in New Issue
Block a user