summaryrefslogtreecommitdiff
path: root/ports/ChangeLog.hppa
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2012-11-19 00:28:30 -0500
committerCarlos O'Donell <carlos@systemhalted.org>2012-11-19 00:28:30 -0500
commit320194d5b958156a9ad21e8c4e07e8033b405ccd (patch)
treeda19acdb612dc723b93a792f83edfff42c92b2d0 /ports/ChangeLog.hppa
parent05b227bdaea9a5f1faf08dad31221d8736f3659d (diff)
hppa: Implement __longjmp_chk.
Implement longjmp and the chk variant in C.
Diffstat (limited to 'ports/ChangeLog.hppa')
-rw-r--r--ports/ChangeLog.hppa8
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]