diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-07-22 16:23:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-07-22 16:23:35 +0000 |
commit | 309c8153fa71d04ab5c7953c430138824aa58c54 (patch) | |
tree | ab6b20426419bf541b4962d258f47639842d613e /ld/ChangeLog | |
parent | 2aaaab7ceb246c0a3ee1750fca8d207586ab02e6 (diff) | |
download | gdb-309c8153fa71d04ab5c7953c430138824aa58c54.zip gdb-309c8153fa71d04ab5c7953c430138824aa58c54.tar.gz gdb-309c8153fa71d04ab5c7953c430138824aa58c54.tar.bz2 |
* ldlang.c (wild_section): Attach all section with the given name,
not just the first one. If there is no name, attach all sections
even if the SEC_IS_COMMON flag is set.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 89a0bbe..9f7338e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 22 12:15:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * ldlang.c (wild_section): Attach all section with the given name, + not just the first one. If there is no name, attach all sections + even if the SEC_IS_COMMON flag is set. + Wed Jul 20 15:49:27 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * ld.h (args_type): Add field rpath. |