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 9bb96c2..242b778 100644
--- a/ld/emultempl/needrelax.em
+++ b/ld/emultempl/needrelax.em
@@ -1,5 +1,5 @@
# This shell script emits a C file. -*- C -*-
-# Copyright (C) 2001 Free Software Foundation, Inc.
+# Copyright 2001, 2002 Free Software Foundation, Inc.
#
# This file is part of GLD, the Gnu Linker.
#
@@ -35,6 +35,6 @@ need_relax_${EMULATION_NAME}_before_allocation ()
/* Force -relax on if not doing a relocatable link. */
if (! link_info.relocateable)
- command_line.relax = true;
+ command_line.relax = TRUE;
}
EOF