mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-06 07:28:44 +08:00
[AArch64] Adjust layout emultempl/aarch64elf.em.
This commit is contained in:

committed by
Marcus Shawcroft

parent
67f95b96b4
commit
499c37b59a
@ -1,3 +1,8 @@
|
|||||||
|
2015-03-23 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||||
|
|
||||||
|
* emultempl/aarch64elf.em
|
||||||
|
(elf${ELFSIZE}_aarch64_add_stub_section): Adjust layout.
|
||||||
|
|
||||||
2015-03-18 Chen Gang <gang.chen.5i5j@gmail.com>
|
2015-03-18 Chen Gang <gang.chen.5i5j@gmail.com>
|
||||||
|
|
||||||
* ldmain.c (main): Use %F instead of %X for einfo.
|
* ldmain.c (main): Use %F instead of %X for einfo.
|
||||||
|
@ -155,7 +155,7 @@ hook_in_stub (struct hook_stub_info *info, lang_statement_union_type **lp)
|
|||||||
|
|
||||||
static asection *
|
static asection *
|
||||||
elf${ELFSIZE}_aarch64_add_stub_section (const char *stub_sec_name,
|
elf${ELFSIZE}_aarch64_add_stub_section (const char *stub_sec_name,
|
||||||
asection *input_section)
|
asection *input_section)
|
||||||
{
|
{
|
||||||
asection *stub_sec;
|
asection *stub_sec;
|
||||||
flagword flags;
|
flagword flags;
|
||||||
|
Reference in New Issue
Block a user