Enable the Dot Product extension by default for Armv8.4-a.
[deliverable/binutils-gdb.git] / bfd / i386mach3.c
index aa573f454402a321be0bc11c0c5c856bb461c4f8..1bc996996455ea5e4cacf687904d9afffa9cf411 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for i386 a.out binaries.
-   Copyright (C) 1990-2015 Free Software Foundation, Inc.
+   Copyright (C) 1990-2017 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -32,7 +32,7 @@
 /* This macro is only relevant when N_MAGIC(x) == ZMAGIC.  */
 #define N_HEADER_IN_TEXT(x)    1
 
-#define N_TXTSIZE(x)   ((x).a_text)
+#define N_TXTSIZE(x)   ((x)->a_text)
 
 #include "sysdep.h"
 #include "bfd.h"
This page took 0.034902 seconds and 4 git commands to generate.