summaryrefslogtreecommitdiff
path: root/libffi/src/x86
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-06-13 11:59:53 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-06-13 11:59:53 +0000
commit12e816bf16cabc88455ac694e25ac2792a7aaa31 (patch)
tree9d4b44f637db48fb2c3f376107979f751e7f6b57 /libffi/src/x86
parentaa7f1eb1441870f6371a352cbef05b943b06b42b (diff)
downloadgcc-12e816bf16cabc88455ac694e25ac2792a7aaa31.tar.gz
sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
* src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives. Use C style comments. From-SVN: r67891
Diffstat (limited to 'libffi/src/x86')
-rw-r--r--libffi/src/x86/sysv.S60
1 files changed, 30 insertions, 30 deletions
diff --git a/libffi/src/x86/sysv.S b/libffi/src/x86/sysv.S
index b4bcbba180d..8ce2d87ba38 100644
--- a/libffi/src/x86/sysv.S
+++ b/libffi/src/x86/sysv.S
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------
- sysv.S - Copyright (c) 1996, 1998, 2001, 2002 Cygnus Solutions
+ sysv.S - Copyright (c) 1996, 1998, 2001, 2002, 2003 Cygnus Solutions
X86 Foreign Function Interface
@@ -131,52 +131,52 @@ epilogue:
.section .eh_frame,EH_FRAME_FLAGS,@progbits
.Lframe1:
- .long .LECIE1-.LSCIE1 # Length of Common Information Entry
+ .long .LECIE1-.LSCIE1 /* Length of Common Information Entry */
.LSCIE1:
- .long 0x0 # CIE Identifier Tag
- .byte 0x1 # CIE Version
+ .long 0x0 /* CIE Identifier Tag */
+ .byte 0x1 /* CIE Version */
#ifdef __PIC__
- .ascii "zR\0" # CIE Augmentation
+ .ascii "zR\0" /* CIE Augmentation */
#else
- .ascii "\0" # CIE Augmentation
+ .ascii "\0" /* CIE Augmentation */
#endif
- .uleb128 0x1 # CIE Code Alignment Factor
- .sleb128 -4 # CIE Data Alignment Factor
- .byte 0x8 # CIE RA Column
+ .byte 0x1 /* .uleb128 0x1; CIE Code Alignment Factor */
+ .byte 0x7c /* .sleb128 -4; CIE Data Alignment Factor */
+ .byte 0x8 /* CIE RA Column */
#ifdef __PIC__
- .uleb128 0x1 # Augmentation size
- .byte 0x1b # FDE Encoding (pcrel sdata4)
+ .byte 0x1 /* .uleb128 0x1; Augmentation size */
+ .byte 0x1b /* FDE Encoding (pcrel sdata4) */
#endif
- .byte 0xc # DW_CFA_def_cfa
- .uleb128 0x4
- .uleb128 0x4
- .byte 0x88 # DW_CFA_offset, column 0x8
- .uleb128 0x1
+ .byte 0xc /* DW_CFA_def_cfa */
+ .byte 0x4 /* .uleb128 0x4 */
+ .byte 0x4 /* .uleb128 0x4 */
+ .byte 0x88 /* DW_CFA_offset, column 0x8 */
+ .byte 0x1 /* .uleb128 0x1 */
.align 4
.LECIE1:
.LSFDE1:
- .long .LEFDE1-.LASFDE1 # FDE Length
+ .long .LEFDE1-.LASFDE1 /* FDE Length */
.LASFDE1:
- .long .LASFDE1-.Lframe1 # FDE CIE offset
+ .long .LASFDE1-.Lframe1 /* FDE CIE offset */
#ifdef __PIC__
- .long .LFB1-. # FDE initial location
+ .long .LFB1-. /* FDE initial location */
#else
- .long .LFB1 # FDE initial location
+ .long .LFB1 /* FDE initial location */
#endif
- .long .LFE1-.LFB1 # FDE address range
+ .long .LFE1-.LFB1 /* FDE address range */
#ifdef __PIC__
- .uleb128 0x0 # Augmentation size
+ .byte 0x0 /* .uleb128 0x0; Augmentation size */
#endif
- .byte 0x4 # DW_CFA_advance_loc4
+ .byte 0x4 /* DW_CFA_advance_loc4 */
.long .LCFI0-.LFB1
- .byte 0xe # DW_CFA_def_cfa_offset
- .uleb128 0x8
- .byte 0x85 # DW_CFA_offset, column 0x5
- .uleb128 0x2
- .byte 0x4 # DW_CFA_advance_loc4
+ .byte 0xe /* DW_CFA_def_cfa_offset */
+ .byte 0x8 /* .uleb128 0x8 */
+ .byte 0x85 /* DW_CFA_offset, column 0x5 */
+ .byte 0x2 /* .uleb128 0x2 */
+ .byte 0x4 /* DW_CFA_advance_loc4 */
.long .LCFI1-.LCFI0
- .byte 0xd # DW_CFA_def_cfa_register
- .uleb128 0x5
+ .byte 0xd /* DW_CFA_def_cfa_register */
+ .byte 0x5 /* .uleb128 0x5 */
.align 4
.LEFDE1: