2003-04-18 H.J. Lu <hjl@gnu.org>
* ldfile.c (ldfile_add_library_path): Remove the unused variable.
This commit is contained in:
parent
e5f08f7e33
commit
97b51f20ac
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-04-18 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* ldfile.c (ldfile_add_library_path): Remove the unused
|
||||
variable.
|
||||
|
||||
2003-04-18 Andrew Haley <aph@cambridge.redhat.com>
|
||||
|
||||
* scripttempl/xstormy16.sc (__data, __rdata): New.
|
||||
|
|
|
@ -115,7 +115,6 @@ ldfile_add_library_path (name, cmdline)
|
|||
bfd_boolean cmdline;
|
||||
{
|
||||
search_dirs_type *new;
|
||||
char *newname;
|
||||
|
||||
if (!cmdline && config.only_cmd_line_lib_dirs)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue