summaryrefslogtreecommitdiff
path: root/cross/bfd-crunchide/files/crunchide.c
diff options
context:
space:
mode:
Diffstat (limited to 'cross/bfd-crunchide/files/crunchide.c')
-rw-r--r--cross/bfd-crunchide/files/crunchide.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/bfd-crunchide/files/crunchide.c b/cross/bfd-crunchide/files/crunchide.c
index a7ed3ac66e3..7e197437929 100644
--- a/cross/bfd-crunchide/files/crunchide.c
+++ b/cross/bfd-crunchide/files/crunchide.c
@@ -1,4 +1,4 @@
-/* $NetBSD: crunchide.c,v 1.2 2001/03/23 13:36:18 wiz Exp $ */
+/* $NetBSD: crunchide.c,v 1.3 2004/08/02 02:02:30 kristerw Exp $ */
/* NetBSD: crunchide.c,v 1.9 1999/01/11 22:40:00 kleink Exp */
/*
@@ -63,7 +63,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: crunchide.c,v 1.2 2001/03/23 13:36:18 wiz Exp $");
+__RCSID("$NetBSD: crunchide.c,v 1.3 2004/08/02 02:02:30 kristerw Exp $");
#endif
#include <unistd.h>
@@ -425,7 +425,7 @@ copy_section(ibfd, isection, arg)
}
isection->_cooked_size = isection->_raw_size;
- isection->reloc_done = true;
+ isection->reloc_done = 1;
if (bfd_get_section_flags(ibfd, isection) & SEC_HAS_CONTENTS) {
memhunk = (PTR)malloc((unsigned int)size);