diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2006-04-01 04:51:23 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2006-04-01 04:51:23 +0000 |
commit | a287798505606f72576811279a3d9825475f6225 (patch) | |
tree | 547d336e2052d649fc7163d9b37edd1c5571adb0 /ld/ChangeLog | |
parent | 61353e4284f19aaf36f48aa04fd81e0390777cd1 (diff) | |
download | gdb-a287798505606f72576811279a3d9825475f6225.zip gdb-a287798505606f72576811279a3d9825475f6225.tar.gz gdb-a287798505606f72576811279a3d9825475f6225.tar.bz2 |
* deffilep.y (def_image_name): If LIBRARY or NAME statement
specifies an empty string, retain the name specified on command
line.
* ld.texinfo: Document above
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 1eba043..1835d11 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2006-04-01 Danny Smith <dannysmith@users.sourceforge.net> + + * deffilep.y (def_image_name): If LIBRARY or NAME statement + specifies an empty string, retain the name specified on command + line. + * ld.texinfo: Document above. + 2006-03-31 Jakub Jelinek <jakub@redhat.com> * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If |