This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: RFA: bfd/rs6000-core.c 64-bit support


On 13-Jun-2000, Kevin Buettner wrote:

>Have you tried your patch on a machine where CORE_VERSION_1 is still
>defined?

I've tried it on AIX 4.3, which defines CORE_VERSION_1 as 2.  I'm in the
process of testing it on AIX 4.1, which defines it as 1.

>-			      (bfd_size_type) coredata.CORE_DATA_SIZE_FIELD,
>+			      (bfd_size_type) core.old.c_u.u_dsize,

Actually, that code is within an "#ifndef CORE_VERSION_1" envelope, so it
shouldn't affect CORE_VERSION_1 boxes.

>In any event,
>I'd feel better about the whole patch if you could do a build and make
>sure core file support still works on one of the older (pre 4.1) AIX
>boxes.

Point well-taken, but sadly I don't have access to AIX pre-4.1.  If anyone
who does is interested in making GDB work on their system, I'd be willing
to work with them on back-porting problems.

Nick

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