diff options
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index 06e9041f..96b64794 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,22 @@ +2008-08-01 Roland McGrath <[email protected]> + + * linux-core-note.c (prstatus_items): Use 'B' instead of 'b' + for sigpend and sighold. + +2008-07-04 Roland McGrath <[email protected]> + + * i386_syscall.c: New file. + * x86_64_syscall.c: New file. + * ppc_syscall.c: New file. + * Makefile.am (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS): Add them. + * i386_init.c (i386_init): Initialize syscall_abi hook. + * x86_64_init.c (x86_64_init): Likewise. + * ppc_init.c (ppc_init): Likewise. + * ppc64_init.c (ppc64_init): Likewise. + + * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Add nip. + Fix offset calculation for 64-bit case. + 2008-04-04 Roland McGrath <[email protected]> * alpha_symbol.c (alpha_check_special_section): New function. |
