OSDN Git Service

* ld.texinfo (-L): Mention that -L options do not affect how ld
authorkazu <kazu>
Mon, 6 Apr 2009 00:47:09 +0000 (00:47 +0000)
committerkazu <kazu>
Mon, 6 Apr 2009 00:47:09 +0000 (00:47 +0000)
commita0584c471e252e38fca641691ad0f72ba416c839
tree7488f23cf91be4c69fac992e812337fd03d646ed
parent7aeb1de40037d43aa94ea7833ece8b12fc687b0d
* ld.texinfo (-L): Mention that -L options do not affect how ld
searches for a linker script unless -T option is specified.
* ldfile.c (ldfile_find_command_file): Append the path obtained
from the program name to the search path instead of
prepending. Add a new parameter "default_only". Restrict the
search to the default script location if the new parameter is
true.
(ldfile_open_command_file_1): New.
(ldfile_open_command_file): Call ldfile_open_command_file_1.
(ldfile_open_default_command_file): New.
ld/ChangeLog
ld/ld.texinfo
ld/ldfile.c
ld/ldfile.h
ld/ldmain.c