summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2003-04-18 15:33:49 +0000
committerH.J. Lu <hjl@lucon.org>2003-04-18 15:33:49 +0000
commiteed527bead1a4e8c96b0c6d05e62554c449319bc (patch)
tree07047b5537af46e16cdc8bae8d4fb48d18347d5d
parent2502f774caceb15e9eb9c5ae56a1554bd28550fa (diff)
downloadbinutils-redhat-eed527bead1a4e8c96b0c6d05e62554c449319bc.tar.gz
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 c097057cbd..bba7a92fa8 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 0694f9b7fe..4806534a74 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;