aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/needrelax.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/needrelax.em')
-rw-r--r--ld/emultempl/needrelax.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/needrelax.em b/ld/emultempl/needrelax.em
index 242b778..5e052c0 100644
--- a/ld/emultempl/needrelax.em
+++ b/ld/emultempl/needrelax.em
@@ -1,5 +1,5 @@
# This shell script emits a C file. -*- C -*-
-# Copyright 2001, 2002 Free Software Foundation, Inc.
+# Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
#
# This file is part of GLD, the Gnu Linker.
#
@@ -34,7 +34,7 @@ need_relax_${EMULATION_NAME}_before_allocation ()
gld${EMULATION_NAME}_before_allocation ();
/* Force -relax on if not doing a relocatable link. */
- if (! link_info.relocateable)
+ if (! link_info.relocatable)
command_line.relax = TRUE;
}
EOF