diff options
Diffstat (limited to 'bfd/aout-encap.c')
-rw-r--r-- | bfd/aout-encap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/aout-encap.c b/bfd/aout-encap.c index 84c46c6..1a794ec 100644 --- a/bfd/aout-encap.c +++ b/bfd/aout-encap.c @@ -1,5 +1,5 @@ /* BFD back-end for a.out files encapsulated with COFF headers. - Copyright 1990, 1991, 1994, 1995, 2000, 2001 + Copyright 1990, 1991, 1994, 1995, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -123,7 +123,7 @@ encap_real_callback (abfd) Section contents have already been written. We write the file header, symbols, and relocation. */ -boolean +bfd_boolean encap_write_object_contents (abfd) bfd *abfd; { @@ -230,7 +230,7 @@ encap_write_object_contents (abfd) text_size -= N_TXTOFF (outheader); WRITE_HEADERS(abfd, execp); - return true; + return TRUE; } #define MY_write_object_content encap_write_object_contents |