This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/520: AIX_CORE_DUMPX_CORE should be defined for AIX5



>Number:         520
>Category:       gdb
>Synopsis:       AIX_CORE_DUMPX_CORE should be defined for AIX5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 30 15:48:31 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     zardoz@users.sf.net
>Release:        gdb-5.2
>Organization:
>Environment:
AIX5.1
>Description:
new style coredump from AIX4.3+ will not be recognized by a AIX5 gdb
>How-To-Repeat:
Try to debug a core on default configured aix5 system.
Fix was tested on aix5.1
>Fix:
--- gdb-5.2/bfd/configure       Sun Apr  7 14:49:50 2002
+++ gdb-5.2_len/bfd/configure   Mon Apr 29 17:55:19 2002
@@ -5169,7 +5169,8 @@
        ;;
   rs6000-*-lynx*)      COREFILE=lynx-core.lo ;;
   rs6000-*-aix4.[4-9]* | powerpc-*-aix4.[4-9]* | \
-  rs6000-*-aix4.3.[3-9]* | powerpc-*-aix4.3.[3-9]*)
+  rs6000-*-aix4.3.[3-9]* | powerpc-*-aix4.3.[3-9]* | \
+  rs6000-*-aix5.* | powerpc-*-aix5.* )
         COREFILE=rs6000-core.lo
        COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
        ;;
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]