Consistently use symbolic constants.

This commit is contained in:
Ulrich Drepper 2009-07-17 16:39:27 -07:00
parent aee2665a17
commit 312d667b85
1 changed files with 3 additions and 4 deletions

View File

@ -210,10 +210,9 @@ sem_timedwait_cleanup:
.section .gcc_except_table,"a",@progbits .section .gcc_except_table,"a",@progbits
.LexceptSTART: .LexceptSTART:
.byte 0xff # @LPStart format (omit) .byte DW_EH_PE_omit # @LPStart format
.byte 0xff # @TType format (omit) .byte DW_EH_PE_omit # @TType format
.byte 0x01 # call-site format .byte DW_EH_PE_uleb128 # call-site format
# DW_EH_PE_uleb128
.uleb128 .Lcstend-.Lcstbegin .uleb128 .Lcstend-.Lcstbegin
.Lcstbegin: .Lcstbegin:
.uleb128 .LcleanupSTART-.LSTARTCODE .uleb128 .LcleanupSTART-.LSTARTCODE