mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
CORE_VERSION_1.
This commit is contained in:
parent
8c9cdfe810
commit
1605fc4f2a
@ -1,3 +1,8 @@
|
||||
2000-06-19 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
|
||||
CORE_VERSION_1.
|
||||
|
||||
2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
|
||||
|
||||
* Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user