x86-64: adjust recently added tests
[binutils-gdb.git] / bfd / i386aout.c
index 9995a41aa1a7549c7d4d17ec1a35e7183b14e3c3..5a38cad8f0864b12c52e7152ba25774215498455 100644 (file)
@@ -47,7 +47,7 @@
 
 /* Set the machine type correctly.  */
 
-static bfd_boolean
+static bool
 i386aout_write_object_contents (bfd *abfd)
 {
   struct external_exec exec_bytes;
@@ -59,7 +59,7 @@ i386aout_write_object_contents (bfd *abfd)
 
   WRITE_HEADERS (abfd, execp);
 
-  return TRUE;
+  return true;
 }
 
 #define MY_write_object_contents  i386aout_write_object_contents