diff --git src/powerpc/darwin.S src/powerpc/darwin.S
|
|
EH_frame1: |
330 | 330 | LSCIE1: |
331 | 331 | .long 0x0 ; CIE Identifier Tag |
332 | 332 | .byte 0x1 ; CIE Version |
333 | 333 | .ascii "zR\0" ; CIE Augmentation |
334 | 334 | .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor |
335 | 335 | .byte EH_DATA_ALIGN_FACT ; sleb128 -4; CIE Data Alignment Factor |
336 | 336 | .byte 0x41 ; CIE RA Column |
337 | 337 | .byte 0x1 ; uleb128 0x1; Augmentation size |
338 | | .byte 0x90 ; FDE Encoding (indirect pcrel) |
| 338 | .byte 0x10 ; FDE Encoding (pcrel) |
339 | 339 | .byte 0xc ; DW_CFA_def_cfa |
340 | 340 | .byte 0x1 ; uleb128 0x1 |
341 | 341 | .byte 0x0 ; uleb128 0x0 |
342 | 342 | .align LOG2_GPR_BYTES |
343 | 343 | LECIE1: |
344 | 344 | |
345 | 345 | .globl _ffi_call_DARWIN.eh |
346 | 346 | _ffi_call_DARWIN.eh: |
diff --git src/powerpc/darwin_closure.S src/powerpc/darwin_closure.S
|
|
EH_frame1: |
479 | 479 | LSCIE1: |
480 | 480 | .long 0x0 ; CIE Identifier Tag |
481 | 481 | .byte 0x1 ; CIE Version |
482 | 482 | .ascii "zR\0" ; CIE Augmentation |
483 | 483 | .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor |
484 | 484 | .byte EH_DATA_ALIGN_FACT ; sleb128 -4; CIE Data Alignment Factor |
485 | 485 | .byte 0x41 ; CIE RA Column |
486 | 486 | .byte 0x1 ; uleb128 0x1; Augmentation size |
487 | | .byte 0x90 ; FDE Encoding (indirect pcrel) |
| 487 | .byte 0x10 ; FDE Encoding (pcrel) |
488 | 488 | .byte 0xc ; DW_CFA_def_cfa |
489 | 489 | .byte 0x1 ; uleb128 0x1 |
490 | 490 | .byte 0x0 ; uleb128 0x0 |
491 | 491 | .align LOG2_GPR_BYTES |
492 | 492 | LECIE1: |
493 | 493 | .globl _ffi_closure_ASM.eh |
494 | 494 | _ffi_closure_ASM.eh: |
495 | 495 | LSFDE1: |