aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2003-04-18 15:33:49 +0000
committerH.J. Lu <hjl.tools@gmail.com>2003-04-18 15:33:49 +0000
commit97b51f20ac4a97d9978992681df6600c82e71060 (patch)
treea384a762953fb0604199ef66dbe61d8fa9120899
parente5f08f7e33b2a398b2bdc07c970478693c265753 (diff)
downloadgdb-97b51f20ac4a97d9978992681df6600c82e71060.zip
gdb-97b51f20ac4a97d9978992681df6600c82e71060.tar.gz
gdb-97b51f20ac4a97d9978992681df6600c82e71060.tar.bz2
2003-04-18 H.J. Lu <hjl@gnu.org>
* ldfile.c (ldfile_add_library_path): Remove the unused variable.
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/ldfile.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c097057..bba7a92 100644
--- 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 0694f9b..4806534 100644
--- 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;