-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* elflink.c (_bfd_elf_add_dynamic_entry): Remove DT_TEXTREL check. (bfd_elf_final_link): Add a late DT_TEXTREL check. * elfxx-mips.c (MIPS_ELF_READONLY_SECTION): Define. (mips_elf_create_dynamic_relocation): Set DF_TEXTREL. (_bfd_mips_elf_check_relocs): Delete MIPS_READONLY_SECTION. Use MIPS_ELF_READONLY_SECTION. (_bfd_mips_elf_size_dynamic_sections): Clear DF_TEXTREL after creating DT_TEXTREL. (_bfd_mips_elf_finish_dynamic_sections): Clear textrel markers if no text relocations were generated. ld/testsuite/ * ld-mips-elf/textrel-1.d: Relax some patterns.
- Loading branch information
Daniel Jacobowitz
committed
May 22, 2006
1 parent
a472125
commit 943284c
Showing
5 changed files
with
105 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2006-05-22 Daniel Jacobowitz <[email protected]> | ||
|
||
* elflink.c (_bfd_elf_add_dynamic_entry): Remove DT_TEXTREL | ||
check. | ||
(bfd_elf_final_link): Add a late DT_TEXTREL check. | ||
* elfxx-mips.c (MIPS_ELF_READONLY_SECTION): Define. | ||
(mips_elf_create_dynamic_relocation): Set DF_TEXTREL. | ||
(_bfd_mips_elf_check_relocs): Delete MIPS_READONLY_SECTION. | ||
Use MIPS_ELF_READONLY_SECTION. | ||
(_bfd_mips_elf_size_dynamic_sections): Clear DF_TEXTREL after | ||
creating DT_TEXTREL. | ||
(_bfd_mips_elf_finish_dynamic_sections): Clear textrel markers | ||
if no text relocations were generated. | ||
|
||
2006-05-19 H.J. Lu <[email protected]> | ||
|
||
* elfxx-ia64.c (ELF_MAXPAGESIZE): Fix a typo in comment. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2006-05-22 Daniel Jacobowitz <[email protected]> | ||
|
||
* ld-mips-elf/textrel-1.d: Relax some patterns. | ||
|
||
2006-05-22 Nick Clifton <[email protected]> | ||
|
||
* ld-elf/start.s (start): Add this symbol for SH targets. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters