diff options
author | Nick Clifton <nickc@redhat.com> | 2003-02-21 10:51:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-02-21 10:51:24 +0000 |
commit | cf888e70e2758491576cefa40a7dee1ac1924ec2 (patch) | |
tree | 94834224880cb557c45ad2817fceae16601dbd60 /ld/ChangeLog | |
parent | c12536277750567d79cc50bd79525bad6f8e28ab (diff) | |
download | gdb-cf888e70e2758491576cefa40a7dee1ac1924ec2.zip gdb-cf888e70e2758491576cefa40a7dee1ac1924ec2.tar.gz gdb-cf888e70e2758491576cefa40a7dee1ac1924ec2.tar.bz2 |
Disable region size checking whilst relaxing sections.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 307fd54..30bfed0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,22 @@ 2003-02-21 Bob Wilson <bob.wilson@acm.org> + * ldlang.c (lang_size_sections_1): Add CHECK_REGIONS argument and only + call os_region_check when it is set. + (lang_size_sections): Add CHECK_REGIONS argument and pass it through to + lang_size_sections_1. + (lang_process): Change lang_size_sections calls to set CHECK_REGIONS + only for the last call, not on every relaxation iteration. + * ldlang.h (lang_size_sections): Update prototype. + * pe-dll.c (pe_dll_fill_sections): Set CHECK_REGIONS argument in calls + to lang_size_sections. + (pe_exe_fill_sections): Likewise. + * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Likewise. + * emultempl/hppaelf.em (hppaelf_layout_sections_again): Likewise. + * emultempl/ppc64elf.em (ppc_before_allocation): Likewise. + (ppc_layout_sections_again): Likewise. + +2003-02-21 Bob Wilson <bob.wilson@acm.org> + * gen-doc.texi: Set ARM and HPPA variables. * ld.texinfo: Fix typos and obvious texinfo mistakes. Make section title capitalization more consistent. Add missing menu entries for |