aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/double.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-15 20:43:22 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-16 01:11:08 -0400
commit3547f99a3092d262a23c120aa8d97945ccf3eeb6 (patch)
tree4bf858236ad3a0f659e79969ec540198f9e1aabc /sim/ppc/double.c
parent6e57d0253200f0ad4f770fe2a82ab1995e6e5bc0 (diff)
downloadgdb-3547f99a3092d262a23c120aa8d97945ccf3eeb6.zip
gdb-3547f99a3092d262a23c120aa8d97945ccf3eeb6.tar.gz
gdb-3547f99a3092d262a23c120aa8d97945ccf3eeb6.tar.bz2
sim: ppc: use common ATTRIBUTE_PACKED macro
Drop local packed attribute with the common ansidecl.h define.
Diffstat (limited to 'sim/ppc/double.c')
-rw-r--r--sim/ppc/double.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/ppc/double.c b/sim/ppc/double.c
index d9002e6..615797f 100644
--- a/sim/ppc/double.c
+++ b/sim/ppc/double.c
@@ -22,6 +22,7 @@
#define _DOUBLE_C_
#include "basics.h"
+#include "ansidecls.h"
#define SFtype unsigned32
#define DFtype unsigned64