sparc: support %dN and %qN syntax for FP registers.
[deliverable/binutils-gdb.git] / bfd / m88kmach3.c
index b6c87fb6bff0ee0edbc9608e1bbf46634ea25203..8c351c1b04c6d24ed9848d377f484ec58e730c23 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Motorola m88k a.out (Mach 3) binaries.
-   Copyright (C) 1990-2014 Free Software Foundation, Inc.
+   Copyright (C) 1990-2015 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -23,7 +23,7 @@
 #define TEXT_START_ADDR        0
 #define N_HEADER_IN_TEXT(x)    1               /* (N_MAGIG(x) == ZMAGIC) */
 
-#define N_TXTSIZE(x)   ((x).a_text)
+#define N_TXTSIZE(x)   ((x)->a_text)
 
 #include "sysdep.h"
 #include "bfd.h"
This page took 0.023879 seconds and 4 git commands to generate.