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/ld.texinfo | |
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/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 1e3b3e8..55eb893 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -5618,7 +5618,8 @@ specification @code{BASE = <number>} may be used to specify a non-default base address for the image. If neither @code{LIBRARY <name>} nor @code{NAME <name>} is specified, -the internal name is the same as the filename specified on the command line. +or they specify an empty string, the internal name is the same as the +filename specified on the command line. The complete specification of an export symbol is: |