diff options
-rw-r--r-- | ld/ldmain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c index 6fb9bdb..2cc9973 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; |