aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmain.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2001-08-15 17:10:18 +0000
committerTom Rix <trix@redhat.com>2001-08-15 17:10:18 +0000
commitb90e1c6f3e1b7f75e8e7b9f4b66a5e1db9108b4d (patch)
tree071f94a7c36f59b8792a169626038c296844c134 /ld/ldmain.c
parentbdcd319a1e4591cc67562d960ab225e9847e9a25 (diff)
downloadfsf-binutils-gdb-b90e1c6f3e1b7f75e8e7b9f4b66a5e1db9108b4d.zip
fsf-binutils-gdb-b90e1c6f3e1b7f75e8e7b9f4b66a5e1db9108b4d.tar.gz
fsf-binutils-gdb-b90e1c6f3e1b7f75e8e7b9f4b66a5e1db9108b4d.tar.bz2
Fix for ld
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r--ld/ldmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c
index 849e0ae..0ec7891 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -298,7 +298,7 @@ main (argc, argv)
/* If we have not already opened and parsed a linker script
read the emulation's appropriate default script. */
- if (saved_script_handle == false)
+ if (saved_script_handle == NULL)
{
int isfile;
char *s = ldemul_get_script (& isfile);