]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/gdb/astest.c
Fix problem with usage of "true" (undefined in current versions of bfd.h)
[karo-tx-uboot.git] / tools / gdb / astest.c
index 8c8ed2819a99bf9024ce5c64601a1c070b254d14..dbe55fe5b1f1fba658959354087f5f72ad45ad18 100644 (file)
@@ -81,7 +81,7 @@ main(int ac, char **av)
        close(ifd);
        Error("bfd_fdopenr of file '%s' failed", ifn);
     }
-    bfdp->cacheable = true;
+    bfdp->cacheable = 1;
 
     if (!bfd_check_format(bfdp, bfd_object) ||
       (bfd_get_file_flags(bfdp) & EXEC_P) == 0) {