[AArch64] Adjust layout of elfNN_aarch64_write_section.

This commit is contained in:
Marcus Shawcroft 2015-03-13 14:50:26 +00:00
parent 499c37b59a
commit f872121a87
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* elf32-rl78.c (rl78_cpu_name): New function. Prints the name of

View File

@ -4071,7 +4071,7 @@ elfNN_aarch64_write_section (bfd *output_bfd ATTRIBUTE_UNUSED,
{
struct elf_aarch64_link_hash_table *globals =
elf_aarch64_hash_table (link_info);
elf_aarch64_hash_table (link_info);
if (globals == NULL)
return FALSE;