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 Jun 13,  9:05pm, Nick Duffek 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.

Thanks!

> >-			      (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.

Okay.  (My mistake.)

Feel free to check these changes in if your tests on AIX 4.1 go well.

Thanks,

Kevin

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