arc: Construct disassembler options dynamically
[deliverable/binutils-gdb.git] / binutils / bfdtest2.c
index a791080ccb54b6f357edb3f53c6e37228d3c1b02..b33fc7114307129fd4c2731a7a094801a2b7cd9e 100644 (file)
@@ -1,5 +1,5 @@
 /* A program to test BFD.\r
-   Copyright (C) 2012-2014 Free Software Foundation, Inc.
+   Copyright (C) 2012-2021 Free Software Foundation, Inc.
 \r
    This file is part of the GNU Binutils.\r
 \r
@@ -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.036064 seconds and 4 git commands to generate.