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:
6f6b6d4
)
* ldgram.y (ldgram_want_filename): Remove unused static.
author
Ben Elliston
<bje@au.ibm.com>
Thu, 21 Jul 2005 07:59:10 +0000
(07:59 +0000)
committer
Ben Elliston
<bje@au.ibm.com>
Thu, 21 Jul 2005 07:59:10 +0000
(07:59 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/ldgram.y
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 75f3ae53d5de26df314e928f99bc12bf15bbb7bf..ce8abcd88f3283f1055aa002be008a390a54c706 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+2005-07-21 Ben Elliston <bje@gnu.org>
+
+ * ldgram.y (ldgram_want_filename): Remove unused static.
+
2005-07-20 DJ Delorie <dj@redhat.com>
* emulparams/elf32m32c.sh (TEMPLATE_NAME): New.
diff --git
a/ld/ldgram.y
b/ld/ldgram.y
index cdb220919889a4b717b104ec2f7d8dbaee52ad9a..2d5b07429a715351e9ea5c3992a9d689ab33fd66 100644
(file)
--- a/
ld/ldgram.y
+++ b/
ld/ldgram.y
@@
-48,7
+48,6
@@
static enum section_type sectype;
static lang_memory_region_type *region;
-static bfd_boolean ldgram_want_filename = TRUE;
FILE *saved_script_handle = NULL;
bfd_boolean force_make_executable = FALSE;