From 76855794560490f7bec5366831cceb10e826865e Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Wed, 17 Apr 1991 02:13:13 +0000 Subject: [PATCH] *** empty log message *** --- ld/ldmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ld/ldmain.c b/ld/ldmain.c index 6fb9bdb396c..2cc9973418f 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -145,9 +145,9 @@ main (argc, argv) emulation = (char *) getenv(EMULATION_ENVIRON); /* Initialize the data about options. */ - strip_symbols = STRIP_NONE; + trace_files = false; - discard_locals = DISCARD_NONE; + write_map = false; config.relocateable_output = false; -- 2.30.2