aboutsummaryrefslogtreecommitdiff
path: root/ld/ldgram.y
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-07-15 21:43:28 +0000
committerDavid MacKenzie <djm@cygnus>1993-07-15 21:43:28 +0000
commitbbd2521f2630126f7f9285e53d6dcb3a746660d8 (patch)
tree538b9334a59b42180c2c746cd97365038197bf68 /ld/ldgram.y
parenta5ef437e7fbf3abce2a80ee40c5a88a9cf2c04a4 (diff)
downloadfsf-binutils-gdb-bbd2521f2630126f7f9285e53d6dcb3a746660d8.zip
fsf-binutils-gdb-bbd2521f2630126f7f9285e53d6dcb3a746660d8.tar.gz
fsf-binutils-gdb-bbd2521f2630126f7f9285e53d6dcb3a746660d8.tar.bz2
source cleanups; fix finding scripts
Diffstat (limited to 'ld/ldgram.y')
-rw-r--r--ld/ldgram.y5
1 files changed, 2 insertions, 3 deletions
diff --git a/ld/ldgram.y b/ld/ldgram.y
index a81045b..5104554 100644
--- a/ld/ldgram.y
+++ b/ld/ldgram.y
@@ -38,11 +38,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define YYDEBUG 1
-boolean option_v;
extern unsigned int lineno;
+extern boolean trace_file_tries;
extern boolean trace_files;
extern boolean write_map;
-extern boolean option_longmap;
extern int g_switch_value;
boolean hex_mode;
static int typebits;
@@ -192,7 +191,7 @@ command_line_option:
| OPTION_V
{
ldversion(1);
- option_v = true;
+ trace_file_tries = true;
}
| OPTION_version
{