diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2012-11-19 00:28:30 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2012-11-19 00:28:30 -0500 |
commit | 320194d5b958156a9ad21e8c4e07e8033b405ccd (patch) | |
tree | da19acdb612dc723b93a792f83edfff42c92b2d0 /ports/ChangeLog.hppa | |
parent | 05b227bdaea9a5f1faf08dad31221d8736f3659d (diff) | |
download | glibc-320194d5b958156a9ad21e8c4e07e8033b405ccd.tar.gz glibc-320194d5b958156a9ad21e8c4e07e8033b405ccd.tar.xz glibc-320194d5b958156a9ad21e8c4e07e8033b405ccd.zip |
hppa: Implement __longjmp_chk.
Implement longjmp and the chk variant in C.
Diffstat (limited to 'ports/ChangeLog.hppa')
-rw-r--r-- | ports/ChangeLog.hppa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index 201dd01def..71b5e178fc 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,3 +1,11 @@ +2012-11-18 Carlos O'Donell <carlos@systemhalted.org> + + * ports/sysdeps/hppa/__longjmp.S: Removed. + * ports/sysdeps/hppa/__longjmp.c: New file. + * ports/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c: New file. + * ports/sysdeps/hppa/bits/setjmp.h: Use union for __jmp_buf. + * ports/sysdeps/hppa/setjmp.S: Comment byte offsets and padding. + 2012-11-05 Joseph Myers <joseph@codesourcery.com> [BZ #14805] |