aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2010-08-18 03:06:39 +0000
committerYao Qi <yao@codesourcery.com>2010-08-18 03:06:39 +0000
commit3ea72677a8458cdc160dc53179c96875c2f72451 (patch)
treeb3f03e73d4a6249e28ab63722d26e2cd35fe21ec
parent5ff2d1e602cfdcb11d197d05ba779e67f3aab5b8 (diff)
downloadfsf-binutils-gdb-3ea72677a8458cdc160dc53179c96875c2f72451.zip
fsf-binutils-gdb-3ea72677a8458cdc160dc53179c96875c2f72451.tar.gz
fsf-binutils-gdb-3ea72677a8458cdc160dc53179c96875c2f72451.tar.bz2
revert back to previous revision
-rw-r--r--gdb/testsuite/ChangeLog6
-rw-r--r--gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-func.c2
2 files changed, 0 insertions, 8 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 83edb75..d39b524 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,9 +1,3 @@
-2010-08-18 Yao Qi <yao@codesourcery.com
-
- * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
- func_nofb_start and func_loopfb_start, so that address of functions
- is equal to these labels on Thumb.
-
2010-08-18 Yao Qi <yao@codesourcery.com>
* gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-func.c b/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-func.c
index 6077f6e..5f77883 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-func.c
+++ b/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-func.c
@@ -19,7 +19,6 @@ asm (".globl cu_text_start");
asm ("cu_text_start:");
asm (".globl func_nofb_start");
-asm (".align 2");
asm ("func_nofb_start:");
void
@@ -32,7 +31,6 @@ asm (".globl func_nofb_end");
asm ("func_nofb_end:");
asm (".globl func_loopfb_start");
-asm (".align 2");
asm ("func_loopfb_start:");
void