Changeset 12673
- Timestamp:
- Aug 25, 2009, 12:53:10 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/ppc-spentry.s (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/ppc-spentry.s
r12658 r12673 1634 1634 1635 1635 .section __DATA,__gcc_except_tab 1636 GCC_except_table0:1637 1636 .align 3 1638 1637 LLSDA1: … … 1858 1857 LocalLabelPrefix[]ffcall_return_registers_end: 1859 1858 .section __DATA,__gcc_except_tab 1860 GCC_except_table1:1861 1859 .align 3 1862 1860 LLSDA2: … … 6974 6972 __(b _SPbind_interrupt_level) 6975 6973 6976 6974 .if 1 6977 6975 __ifdef([DARWIN]) 6978 6976 __ifdef([PPC64]) … … 7017 7015 .byte 8 /* uleb128 0x8; Augmentation size */ 7018 7016 .quad LLSDA1-. /* Language Specific Data Area */ 7019 .byte 0x4 /* DW_CFA_advance_loc4 */ 7017 .byte DW_CFA_def_cfa_offset 7018 .byte 0xc0,0x1 /* uleb128 0xc0. A lie: the frame is variable-length */ 7019 .byte DW_CFA_offset_extended_sf 7020 .byte 0x41 7021 .byte 0x7e /* sleb128 -2 */ 7022 .byte DW_CFA_advance_loc4 7020 7023 .long Lffcall_setup-Lffcall 7021 .byte 0xe /* DW_CFA_def_cfa_offset */ 7022 .byte 0x10 /* uleb128 0x10 */ 7023 .byte 0x86 /* DW_CFA_offset, column 0x6 */ 7024 .byte 0x2 /* uleb128 0x2 */ 7025 .byte 0x4 /* DW_CFA_advance_loc4 */ 7024 .byte DW_CFA_advance_loc4 7026 7025 .long Lffcall_setup_end-Lffcall_setup 7027 .byte 0xd /* DW_CFA_def_cfa_register */ 7028 .byte 0x6 /* uleb128 0x6 */ 7029 .byte 0x4 /* DW_CFA_advance_loc4 */ 7026 .byte DW_CFA_advance_loc4 7030 7027 .long Lffcall_call_end-Lffcall_call 7031 .byte 0x83 /* DW_CFA_offset, column 0x3 */ 7032 .byte 0x3 /* uleb128 0x3 */ 7028 .align 3 7033 7029 LEFDEffcall: 7034 .align 37030 7035 7031 .globl _SPffcall_return_registers.eh 7036 7032 _SPffcall_return_registers.eh: … … 7043 7039 .byte 8 /* uleb128 0x8; Augmentation size */ 7044 7040 .quad LLSDA2-. /* Language Specific Data Area */ 7045 .byte 0x4 /* DW_CFA_advance_loc4 */ 7041 .byte DW_CFA_def_cfa_offset 7042 .byte 0xc0,0x1 /* uleb128 0xc0. A lie: the frame is variable-length */ 7043 .byte DW_CFA_offset_extended_sf 7044 .byte 0x41 7045 .byte 0x7e /* sleb128 -2 */ 7046 .byte DW_CFA_advance_loc4 7046 7047 .long Lffcall_return_registers_setup-Lffcall_return_registers 7047 .byte 0xe /* DW_CFA_def_cfa_offset */ 7048 .byte 0x10 /* uleb128 0x10 */ 7049 .byte 0x86 /* DW_CFA_offset, column 0x6 */ 7050 .byte 0x2 /* uleb128 0x2 */ 7051 .byte 0x4 /* DW_CFA_advance_loc4 */ 7048 .byte DW_CFA_advance_loc4 7052 7049 .long Lffcall_return_registers_setup_end-Lffcall_return_registers_setup 7053 .byte 0xd /* DW_CFA_def_cfa_register */ 7054 .byte 0x6 /* uleb128 0x6 */ 7055 .byte 0x4 /* DW_CFA_advance_loc4 */ 7050 .byte DW_CFA_advance_loc4 7056 7051 .long Lffcall_return_registers_call_end-Lffcall_return_registers_call 7057 .byte 0x83 /* DW_CFA_offset, column 0x3 */7058 .byte 0x3 /* uleb128 0x3 */7059 7052 .align 3 7060 7053 LEFDEffcall_return_registers: … … 7062 7055 __endif 7063 7056 __endif 7064 7057 .endif 7065 7058 7066 7059
Note:
See TracChangeset
for help on using the changeset viewer.
