* elfxx-mips.c: Revert .got alignment to 2**4.

This commit is contained in:
Thiemo Seufer 2003-06-27 07:32:33 +00:00
parent 917090909e
commit 72b4917c07
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* elfxx-mips.c: Revert .got alignment to 2**4.
2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* elf32-mips.c: Fix addend for _gp_disp special symbol.

View File

@ -2870,10 +2870,12 @@ mips_elf_create_got_section (abfd, info, maybe_exclude)
if (maybe_exclude)
flags |= SEC_EXCLUDE;
/* We have to use an alignment of 2**4 here because this is hardcoded
in the function stub generation and in the linker script. */
s = bfd_make_section (abfd, ".got");
if (s == NULL
|| ! bfd_set_section_flags (abfd, s, flags)
|| ! bfd_set_section_alignment (abfd, s, MIPS_ELF_LOG_FILE_ALIGN (abfd)))
|| ! bfd_set_section_alignment (abfd, s, 4))
return FALSE;
/* Define the symbol _GLOBAL_OFFSET_TABLE_. We don't do this in the