Remove path name from test case
[binutils-gdb.git] / bfd / cpu-ft32.c
index e9aa7ba2648a82d7f2fead90551440edf8e69fd1..396cb06d3785a8e6c496de09590c047c720423db 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the ft32 processor.
-   Copyright (C) 2013-2020 Free Software Foundation, Inc.
+   Copyright (C) 2013-2023 Free Software Foundation, Inc.
    Written by FTDI (support@ftdichip.com)
 
    This file is part of BFD, the Binary File Descriptor library.
 
 static const bfd_arch_info_type arch_info_struct[] =
 {
-  N (bfd_mach_ft32, "ft32", FALSE, &arch_info_struct[1]),
-  N (bfd_mach_ft32b, "ft32b", FALSE, NULL)
+  N (bfd_mach_ft32b, "ft32b", false, NULL)
 };
 
 const bfd_arch_info_type bfd_ft32_arch =
-  N (bfd_mach_ft32, "ft32", TRUE, arch_info_struct);
+  N (bfd_mach_ft32, "ft32", true, arch_info_struct);