* ldgram.y (ldgram_want_filename): Remove unused static.

This commit is contained in:
Ben Elliston 2005-07-21 07:59:10 +00:00
parent 6f6b6d441e
commit 71f51525ec
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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;