This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: RFA: allow BFD to read registers from S/390 core files
- From: Nick Clifton <nickc at cambridge dot redhat dot com>
- To: Jim Blandy <jimb at cygnus dot com>
- Cc: binutils at sources dot redhat dot com
- Date: 07 Dec 2001 12:20:06 +0000
- Subject: Re: RFA: allow BFD to read registers from S/390 core files
- References: <20011205213414.78EE35E9D8@zwingli.cygnus.com>
Hi Jim,
Martin Schwidefsky does not seemed to have replied to this, so I
will take it.
> 2001-12-05 Jim Blandy <jimb@redhat.com>
>
> * elf32-s390.c (elf32_s390_grok_prstatus): New function.
> (elf_backend_grok_prstatus): Define.
Approved & applied.
One note:
+ static boolean
+ elf_s390_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
We are still using K&R syntax for function declaration...
Cheers
Nick