diff options
author | Steve Chamberlain <steve@cygnus> | 1991-11-04 00:45:25 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-11-04 00:45:25 +0000 |
commit | ce4d59e25dc00e53c8b306df1302505387667122 (patch) | |
tree | 01f3a6657e43a8f634d5a68ba16f1149c8a25b3e /ld/ldsym.c | |
parent | e181b631aa8fa941b82fa5d9650b2ddbf8bd829c (diff) | |
download | gdb-ce4d59e25dc00e53c8b306df1302505387667122.zip gdb-ce4d59e25dc00e53c8b306df1302505387667122.tar.gz gdb-ce4d59e25dc00e53c8b306df1302505387667122.tar.bz2 |
Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com)
i386 aout changes from Bob Kukura
* Makefile.in, config.h: added i386aout support
* configure.in: fixed /h-{myhost} typo
* ldgram.y: -MM now gives more boring map.
* ldlang.c: now does D_PAGED flag the right way.
* ldsym.c: -MM flags does the right thing.
Diffstat (limited to 'ld/ldsym.c')
-rw-r--r-- | ld/ldsym.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ lang_input_statement_type *f; else { asection *s; - if (true || option_longmap) { + if (option_longmap) { for (s = f->the_bfd->sections; s != (asection *)NULL; s = s->next) { |