projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f08f7
)
2003-04-18 H.J. Lu <hjl@gnu.org>
author
H.J. Lu
<hjl.tools@gmail.com>
Fri, 18 Apr 2003 15:33:49 +0000
(15:33 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Fri, 18 Apr 2003 15:33:49 +0000
(15:33 +0000)
* ldfile.c (ldfile_add_library_path): Remove the unused
variable.
ld/ChangeLog
patch
|
blob
|
history
ld/ldfile.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index c097057cbdd118bfc3fe8fa7e2faf9c922b54017..bba7a92fa8502a7ae1dcd1bc7c3075dfc1fddf3f 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-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.
diff --git
a/ld/ldfile.c
b/ld/ldfile.c
index 0694f9b7fead949a207d3649854c76f49b36d62b..4806534a74a0358c8624fe41a4dad5ebb396d70d 100644
(file)
--- a/
ld/ldfile.c
+++ b/
ld/ldfile.c
@@
-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;