From b34976b65aea8f33690229600bbf4527ec3118e1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 30 Nov 2002 08:39:46 +0000 Subject: s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify comparisons of bfd_boolean vars with TRUE/FALSE. Formatting. --- ld/emultempl/needrelax.em | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/emultempl/needrelax.em') 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 -- cgit v1.1