diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-25 12:54:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-25 12:54:12 +0000 |
commit | 3511b5956dda37c80e538c1790821985c9da2252 (patch) | |
tree | e67cddb52119535c8854a01a19ff9dfd78124757 /ld/ChangeLog | |
parent | b3f7d5fdb04ebaeef428c9e529245181d8e4010e (diff) | |
download | gdb-3511b5956dda37c80e538c1790821985c9da2252.zip gdb-3511b5956dda37c80e538c1790821985c9da2252.tar.gz gdb-3511b5956dda37c80e538c1790821985c9da2252.tar.bz2 |
* ldlex.l: Use #include "" instead of <> for local header files.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index cb655b7..745eed8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2002-05-25 Alan Modra <amodra@bigpond.net.au> + + * ldlex.l: Use #include "" instead of <> for local header files. + 2002-05-24 TAMURA Kent <kent@netbsd.org> * configure.tgt: Add a target for i386-netbsdpe. @@ -169,7 +173,7 @@ (lang_size_sections_1): Evaluate it. (lang_leave_output_section_statement): Rework LMA lookup. (overlay_lma, overlay_nocrossrefs): Remove. - (lang_enter_overlay): Remove LMA and corssref arguments. + (lang_enter_overlay): Remove LMA and crossref arguments. (lang_enter_overlay_section): Don't set the LMA here. (lang_leave_overlay): Take LMA and crossref arguments. Move the '.' assignment to the last section's update_dot_tree. Unconditionally |