diff options
author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-22 18:21:55 +0000 |
---|---|---|
committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-22 18:21:55 +0000 |
commit | 008eadcd58c7504ed07cb548b59f03ee7875a456 (patch) | |
tree | ad2dde7132a87ba869ee34bb291a2b53150c090d /libffi/src/powerpc | |
parent | c6ff55c268a04253ae1e92cd09696c3cf80674ad (diff) | |
download | ppe42-gcc-008eadcd58c7504ed07cb548b59f03ee7875a456.tar.gz ppe42-gcc-008eadcd58c7504ed07cb548b59f03ee7875a456.zip |
2003-01-22 Andrew Haley <aph@redhat.com>
* src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
unwind info.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61608 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/src/powerpc')
-rw-r--r-- | libffi/src/powerpc/darwin.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libffi/src/powerpc/darwin.S b/libffi/src/powerpc/darwin.S index c8ab3fca1e3..108d2acff72 100644 --- a/libffi/src/powerpc/darwin.S +++ b/libffi/src/powerpc/darwin.S @@ -188,6 +188,7 @@ LASFDE1: .long LFB0-. ; FDE initial location .set L$set$3,LFE1-LFB0 .long L$set$3 ; FDE address range + .byte 0x0 ; uleb128 0x0; Augmentation size .byte 0x4 ; DW_CFA_advance_loc4 .set L$set$4,LCFI0-LFB1 .long L$set$4 |