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

Re: [RFA] alpha return value cleanup, type cleanup


On Sun, Jun 01, 2003 at 07:05:49PM -0700, Richard Henderson wrote:
> I didn't mean to put so much stuff in one patch; I can break it
> up if required.  This does several things:
> 
>   (1) Update to the regcache based return value methods.
> 
>   (2) Use non-language-specific types, eg builtin_type_int64
>       instead of builtin_type_long.
> 
>   (3) Fix several sign-extension ABI mistakes wrt 32-bit integers.
> 
>   (4) Adjust the types assigned to the hard registers.
> 
>   (5) Implement complex data types.  Well, GCC's version, not the
>       "real" ABI's version.  Fixing GCC has only been possible 
>       within the last week or two, and I don't know if I'm going
>       to bother given that no one has complained to-date.

Cancel that.  I'm going to go ahead and split it up anyway.


r~


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