mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:39:24 +08:00
* elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
".MIPS.stubs".
This commit is contained in:
@ -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>
|
2004-04-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always
|
* elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always
|
||||||
|
@ -530,8 +530,7 @@ static bfd *reldyn_sorting_bfd;
|
|||||||
(NEWABI_P (abfd) ? ".MIPS.options" : ".options")
|
(NEWABI_P (abfd) ? ".MIPS.options" : ".options")
|
||||||
|
|
||||||
/* The name of the stub section. */
|
/* The name of the stub section. */
|
||||||
#define MIPS_ELF_STUB_SECTION_NAME(abfd) \
|
#define MIPS_ELF_STUB_SECTION_NAME(abfd) ".MIPS.stubs"
|
||||||
(NEWABI_P (abfd) ? ".MIPS.stubs" : ".stub")
|
|
||||||
|
|
||||||
/* The size of an external REL relocation. */
|
/* The size of an external REL relocation. */
|
||||||
#define MIPS_ELF_REL_SIZE(abfd) \
|
#define MIPS_ELF_REL_SIZE(abfd) \
|
||||||
|
Reference in New Issue
Block a user