about summary refs log tree commit diff
path: root/ports/ChangeLog.hppa
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2012-10-29 23:31:55 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2012-10-29 23:36:41 -0400
commit236bb0623dba86582ded9f89b8d79f362404f7a1 (patch)
treef17b0e484a41aea3a298dfbd77d8d55024e0f41c /ports/ChangeLog.hppa
parente22f413005ccb0080ef1f13e59a1bc8aa36105cb (diff)
downloadglibc-236bb0623dba86582ded9f89b8d79f362404f7a1.tar.gz
glibc-236bb0623dba86582ded9f89b8d79f362404f7a1.tar.xz
glibc-236bb0623dba86582ded9f89b8d79f362404f7a1.zip
hppa: Add cfi direcvtives.
We add cfi directives to the syscall assembly.
Diffstat (limited to 'ports/ChangeLog.hppa')
-rw-r--r--ports/ChangeLog.hppa6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa
index b30a61cb30..41b594c6e5 100644
--- a/ports/ChangeLog.hppa
+++ b/ports/ChangeLog.hppa
@@ -1,5 +1,11 @@
 2012-10-29  Carlos O'Donell  <carlos@systemhalted.org>
 
+	* sysdeps/unix/sysv/linux/hppa/sysdep.h (ENTRY): Add cfi_startproc.
+	Use .cfi_offset for rp store.
+	(ENTRY_LEAF): Likewise.
+	(END) Add cfi_Endproc.
+	(DO_CALL): Add cfi directives.
+
 	* sysdeps/unix/sysv/linux/hppa/sysdep.h: Document register clobbering.
 	[PIC](TREG, SAVE_PIC, LOAD_PIC, TREG_ASM, SAVE_ASM_PIC, LOAD_ASM_PIC
 	CLOB_TREG, PIC_REG_DEF, PIC_REG_USE): Move...