Remove LIBS from two sim Makefiles
[deliverable/binutils-gdb.git] / binutils / bfdtest2.c
index 48fcb511a1ec581937435be170ff4fef68ab30b4..b33fc7114307129fd4c2731a7a094801a2b7cd9e 100644 (file)
@@ -53,13 +53,13 @@ iovec_stat (struct bfd *abfd ATTRIBUTE_UNUSED,
   return fstat (fileno ((FILE*) stream), sb);\r
 }\r
 \r
-static bfd_boolean\r
+static bool\r
 check_format_any (struct bfd *abfd, bfd_format format)\r
 {\r
   char** targets = NULL;\r
 \r
   if (bfd_check_format_matches (abfd, format, &targets))\r
-    return TRUE;\r
+    return true;\r
 \r
   if (targets)\r
     {\r
@@ -68,7 +68,7 @@ check_format_any (struct bfd *abfd, bfd_format format)
       return bfd_check_format (abfd, format);\r
     }\r
 \r
-  return FALSE;\r
+  return false;\r
 }\r
 \r
 int\r
This page took 0.027286 seconds and 4 git commands to generate.