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: S/390 port modernization patches


Ulrich Weigand <weigand@i1.informatik.uni-erlangen.de> writes:
> This set of patches does:
> 
> - eliminate every use of deprecated interfaces and features
>   in the s390 backend; in particular implements all changes
>   mentioned in
>    http://sources.redhat.com/ml/gdb/2003-04/msg00279.html
> 
> - simplify the build process a bit (merges s390 and s390x
>   into a single configure.tgt target, removes tm-s390.h)
> 
> - perform various coding style and other cleanups
> 
> - activate DWARF-2 CFI based frame handling on s390; this needs
>   some changes to common code support
> 
> - activate bi-arch mode (debugging 32-bit applications with
>   a 64-bit gdb)
> 
> - fix various bugs, some in common code
> 
> In total, test suite results improve from 121 to 25 unexpected
> failures on s390, and from 176 to 28 unexpected failures on s390x.

Wow!

I'll get to them.


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