revert back to previous revision
This commit is contained in:
parent
5ff2d1e602
commit
3ea72677a8
@ -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>
|
2010-08-18 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
|
* gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
|
||||||
|
@ -19,7 +19,6 @@ asm (".globl cu_text_start");
|
|||||||
asm ("cu_text_start:");
|
asm ("cu_text_start:");
|
||||||
|
|
||||||
asm (".globl func_nofb_start");
|
asm (".globl func_nofb_start");
|
||||||
asm (".align 2");
|
|
||||||
asm ("func_nofb_start:");
|
asm ("func_nofb_start:");
|
||||||
|
|
||||||
void
|
void
|
||||||
@ -32,7 +31,6 @@ asm (".globl func_nofb_end");
|
|||||||
asm ("func_nofb_end:");
|
asm ("func_nofb_end:");
|
||||||
|
|
||||||
asm (".globl func_loopfb_start");
|
asm (".globl func_loopfb_start");
|
||||||
asm (".align 2");
|
|
||||||
asm ("func_loopfb_start:");
|
asm ("func_loopfb_start:");
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user