From 3d68c10f9f11211d0f486e4978a6fd29dfd58c53 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Tue, 19 Dec 2006 08:51:15 +0000 Subject: [PATCH] * gas/cfi/cfi-common-6.s: Do not use |. --- gas/testsuite/ChangeLog | 4 ++++ 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 42ee1ca046..65d07cfaee 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-12-19 Nathan Sidwell + + * gas/cfi/cfi-common-6.s: Do not use |. + 2006-12-15 H.J. Lu * 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 6fa52a5cc7..2471bff68e 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 -- 2.34.1