summaryrefslogtreecommitdiffstats
path: root/ld/ldsym.c
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-11-04 00:45:25 +0000
committerSteve Chamberlain <steve@cygnus>1991-11-04 00:45:25 +0000
commitce4d59e25dc00e53c8b306df1302505387667122 (patch)
tree01f3a6657e43a8f634d5a68ba16f1149c8a25b3e /ld/ldsym.c
parente181b631aa8fa941b82fa5d9650b2ddbf8bd829c (diff)
downloadppe42-binutils-ce4d59e25dc00e53c8b306df1302505387667122.tar.gz
ppe42-binutils-ce4d59e25dc00e53c8b306df1302505387667122.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldsym.c b/ld/ldsym.c
index 81a1a8c0fc..d2914a9b43 100644
--- a/ld/ldsym.c
+++ b/ld/ldsym.c
@@ -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) {
OpenPOWER on IntegriCloud