OSDN Git Service

In order to fix a checkin mistake in dw2-ref-missing-frame-func.c:r1.2,
authorqiyao <qiyao>
Wed, 18 Aug 2010 03:16:05 +0000 (03:16 +0000)
committerqiyao <qiyao>
Wed, 18 Aug 2010 03:16:05 +0000 (03:16 +0000)
revert it back, and re-apply the correct patch again.

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.

gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame-func.c

index 5f77883..e6fa680 100644 (file)
@@ -19,6 +19,7 @@ asm (".globl cu_text_start");
 asm ("cu_text_start:");
 
 asm (".globl func_nofb_start");
+asm (".p2align 4");
 asm ("func_nofb_start:");
 
 void
@@ -31,6 +32,7 @@ asm (".globl func_nofb_end");
 asm ("func_nofb_end:");
 
 asm (".globl func_loopfb_start");
+asm (".p2align 4");
 asm ("func_loopfb_start:");
 
 void