diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-17 02:13:13 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-17 02:13:13 +0000 |
commit | 76855794560490f7bec5366831cceb10e826865e (patch) | |
tree | e6dc3770c6c194a28f8ed4feb311eddb18aa2273 /ld/ldmain.c | |
parent | d4c02e29231a9b32c5b11f22a564dbea8dcb6ff9 (diff) | |
download | gdb-76855794560490f7bec5366831cceb10e826865e.zip gdb-76855794560490f7bec5366831cceb10e826865e.tar.gz gdb-76855794560490f7bec5366831cceb10e826865e.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ld/ldmain.c')
-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; |