mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-07 12:30:32 +00:00
* elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
".MIPS.stubs".
This commit is contained in:
parent
71456ec6de
commit
ca07892d88
@ -1,3 +1,8 @@
|
||||
2004-04-06 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
|
||||
".MIPS.stubs".
|
||||
|
||||
2004-04-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always
|
||||
|
@ -530,8 +530,7 @@ static bfd *reldyn_sorting_bfd;
|
||||
(NEWABI_P (abfd) ? ".MIPS.options" : ".options")
|
||||
|
||||
/* The name of the stub section. */
|
||||
#define MIPS_ELF_STUB_SECTION_NAME(abfd) \
|
||||
(NEWABI_P (abfd) ? ".MIPS.stubs" : ".stub")
|
||||
#define MIPS_ELF_STUB_SECTION_NAME(abfd) ".MIPS.stubs"
|
||||
|
||||
/* The size of an external REL relocation. */
|
||||
#define MIPS_ELF_REL_SIZE(abfd) \
|
||||
|
Loading…
Reference in New Issue
Block a user