Use address mapping levels for 68hc11 simulator (kill overlap hack)
[deliverable/binutils-gdb.git] / bfd / rs6000-core.c
index 2e06f557aa78ca582a40bb67e769d77d0636c4f6..7f6bec462e2313b0491ca13b2181a4a3283b23dc 100644 (file)
@@ -118,6 +118,7 @@ typedef union {
 
 /* Union of old and new vm_info structures. */
 
+#ifdef CORE_VERSION_1
 typedef union {
 #ifdef AIX_CORE_DUMPX_CORE
     struct vm_infox new;
@@ -126,6 +127,7 @@ typedef union {
 #endif
     struct vm_info old;
 } VmInfo;
+#endif
 
 /* Return whether CoreHdr C is in new or old format. */
 
This page took 0.023482 seconds and 4 git commands to generate.