Skip to content

Commit

Permalink
Consistently use symbolic constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 17, 2009
1 parent aee2665 commit 312d667
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,9 @@ sem_timedwait_cleanup:

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

0 comments on commit 312d667

Please sign in to comment.