diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2002-05-27 08:22:08 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2002-05-27 08:22:08 +0000 |
commit | ee3cc2e2eef036f2175d91ccba93d523d5418e23 (patch) | |
tree | f8a77fba9ad489b8df3ced29474b1f87eee2acda /ld/ChangeLog | |
parent | 522ba268904ddac4b9c5c2dee2e3cba5c3343901 (diff) | |
download | gdb-ee3cc2e2eef036f2175d91ccba93d523d5418e23.zip gdb-ee3cc2e2eef036f2175d91ccba93d523d5418e23.tar.gz gdb-ee3cc2e2eef036f2175d91ccba93d523d5418e23.tar.bz2 |
* ldlang.c (lang_size_sections_1): Move check for conflicting load
addresses and regions from here...
(lang_get_regions): ...to this new function.
(lang_leave_output_section_statement): Use lang_get_regions.
(lang_leave_overlay): Likewise.
* mri.c (mri_draw_tree): Pass null as last argument to
lang_leave_output_section_statement.
* emultempl/elf32.em (gld*_place_orphan): Likewise.
* emultempl/mmo.em (mmo_place_orphan): Likewise.
* emultempl/pe.em (gld*_place_orphan): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e768253..6954fc4 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +2002-05-27 Richard Sandiford <rsandifo@redhat.com> + + * ldlang.c (lang_size_sections_1): Move check for conflicting load + addresses and regions from here... + (lang_get_regions): ...to this new function. + (lang_leave_output_section_statement): Use lang_get_regions. + (lang_leave_overlay): Likewise. + * mri.c (mri_draw_tree): Pass null as last argument to + lang_leave_output_section_statement. + * emultempl/elf32.em (gld*_place_orphan): Likewise. + * emultempl/mmo.em (mmo_place_orphan): Likewise. + * emultempl/pe.em (gld*_place_orphan): Likewise. + 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com> * configure.tgt: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*. |