mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
[AArch64] Adjust layout of elfNN_aarch64_write_section.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2015-03-23 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||||
|
|
||||||
|
* elfnn-aarch64.c (elfNN_aarch64_write_section): Adjust layout.
|
||||||
|
|
||||||
2015-03-19 Nick Clifton <nickc@redhat.com>
|
2015-03-19 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* elf32-rl78.c (rl78_cpu_name): New function. Prints the name of
|
* elf32-rl78.c (rl78_cpu_name): New function. Prints the name of
|
||||||
|
@ -4071,7 +4071,7 @@ elfNN_aarch64_write_section (bfd *output_bfd ATTRIBUTE_UNUSED,
|
|||||||
|
|
||||||
{
|
{
|
||||||
struct elf_aarch64_link_hash_table *globals =
|
struct elf_aarch64_link_hash_table *globals =
|
||||||
elf_aarch64_hash_table (link_info);
|
elf_aarch64_hash_table (link_info);
|
||||||
|
|
||||||
if (globals == NULL)
|
if (globals == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Reference in New Issue
Block a user