Skip to content
Snippets Groups Projects
Commit 71f51525 authored by Ben Elliston's avatar Ben Elliston
Browse files

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

parent 6f6b6d44
No related branches found
No related tags found
No related merge requests found
2005-07-21 Ben Elliston <bje@gnu.org>
* ldgram.y (ldgram_want_filename): Remove unused static.
2005-07-20 DJ Delorie <dj@redhat.com> 2005-07-20 DJ Delorie <dj@redhat.com>
* emulparams/elf32m32c.sh (TEMPLATE_NAME): New. * emulparams/elf32m32c.sh (TEMPLATE_NAME): New.
......
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
static enum section_type sectype; static enum section_type sectype;
static lang_memory_region_type *region; static lang_memory_region_type *region;
static bfd_boolean ldgram_want_filename = TRUE;
FILE *saved_script_handle = NULL; FILE *saved_script_handle = NULL;
bfd_boolean force_make_executable = FALSE; bfd_boolean force_make_executable = FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment