diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2006-12-19 08:51:15 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2006-12-19 08:51:15 +0000 |
commit | 3d68c10f9f11211d0f486e4978a6fd29dfd58c53 (patch) | |
tree | 1e9e61c664ee7ee311ff0a108af45ed8021b483d | |
parent | 3271a81418b2396c04dc040163a579cddcd23e2e (diff) | |
download | gdb-3d68c10f9f11211d0f486e4978a6fd29dfd58c53.zip gdb-3d68c10f9f11211d0f486e4978a6fd29dfd58c53.tar.gz gdb-3d68c10f9f11211d0f486e4978a6fd29dfd58c53.tar.bz2 |
* gas/cfi/cfi-common-6.s: Do not use |.
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/cfi/cfi-common-6.s | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 42ee1ca..65d07cf 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/cfi/cfi-common-6.s b/gas/testsuite/gas/cfi/cfi-common-6.s index 6fa52a5..2471bff 100644 --- a/gas/testsuite/gas/cfi/cfi-common-6.s +++ b/gas/testsuite/gas/cfi/cfi-common-6.s @@ -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 |