diff options
author | Alan Modra <amodra@gmail.com> | 2001-05-17 03:58:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-05-17 03:58:45 +0000 |
commit | d1778b88f8d8444f15ecf2dbbbf680c5659efb53 (patch) | |
tree | d0c2d446eb4084bf8e218f551028a2e03d985b17 /ld/ChangeLog | |
parent | aaa4f6d96fb87589796623dfc045d7a8b68c7228 (diff) | |
download | gdb-d1778b88f8d8444f15ecf2dbbbf680c5659efb53.zip gdb-d1778b88f8d8444f15ecf2dbbbf680c5659efb53.tar.gz gdb-d1778b88f8d8444f15ecf2dbbbf680c5659efb53.tar.bz2 |
Add a flag to asection, linker_has_input, and use it to reliably
determine whether an input section is the first one assigned to
an output section.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 60195f3..61dc757 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2001-05-16 Alan Modra <amodra@one.net.au> + + * ldlang.c (wild_doit): Use linker_has_input to reliably determine + whether an input section is the first one assigned to an output + section. + Assorted formatting fixes. + 2001-05-14 DJ Delorie <dj@delorie.com> * Makefile.am (ld.dvi): Search bfd/doc for texinfo files. |