From: Steve Chamberlain Date: Wed, 17 Apr 1991 02:13:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gdb-4_18-branchpoint~24526 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76855794560490f7bec5366831cceb10e826865e;p=thirdparty%2Fbinutils-gdb.git *** empty log message *** --- 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;