diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-15 20:35:37 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-16 01:06:28 -0400 |
commit | b778e6b0799680e1d2b70d6b9d4bd3daa8898702 (patch) | |
tree | 6620251b0861d4375bef99d84b6a92773d33d550 /sim/ppc/idecode_fields.h | |
parent | 597656964120f19c06737eee3a530baf7aa9323a (diff) | |
download | binutils-b778e6b0799680e1d2b70d6b9d4bd3daa8898702.zip binutils-b778e6b0799680e1d2b70d6b9d4bd3daa8898702.tar.gz binutils-b778e6b0799680e1d2b70d6b9d4bd3daa8898702.tar.bz2 |
sim: ppc: replace local CONCAT macros with common ones
Drop local copies of CONCAT macros that the common ansidecl.h provides.
Diffstat (limited to 'sim/ppc/idecode_fields.h')
-rw-r--r-- | sim/ppc/idecode_fields.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/ppc/idecode_fields.h b/sim/ppc/idecode_fields.h index cf8826d..f5c29ad 100644 --- a/sim/ppc/idecode_fields.h +++ b/sim/ppc/idecode_fields.h @@ -26,6 +26,7 @@ In addition to the below, more will be found in the gen program's cache table */ +#include "symcat.h" /* map some statements and variables directly across */ |