* gas/cfi/cfi-common-6.s: Do not use |.
This commit is contained in:
parent
3271a81418
commit
3d68c10f9f
@ -1,3 +1,7 @@
|
||||
2006-12-19 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* gas/cfi/cfi-common-6.s: Do not use |.
|
||||
|
||||
2006-12-15 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gas/i386/x86-64-inval.s: cmpxchg16b needs oword ptr, instead
|
||||
|
||||
@ -19,13 +19,13 @@
|
||||
.cfi_endproc
|
||||
|
||||
.cfi_startproc simple
|
||||
.cfi_personality (0x10 | 11), my_personality_v1
|
||||
.cfi_personality (0x1b), my_personality_v1
|
||||
.cfi_lsda 27, 1f
|
||||
.long 0
|
||||
.cfi_endproc
|
||||
|
||||
.cfi_startproc simple
|
||||
.cfi_personality (0x10 | 11), my_personality_v1
|
||||
.cfi_personality (0x1b), my_personality_v1
|
||||
.cfi_lsda 27, 2f
|
||||
.long 0
|
||||
.cfi_endproc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user