Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: gdb/testsuite/gdb.arch/arm-disp-step.S

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.arch/amd64-word.exp ('k') | gdb/testsuite/gdb.arch/arm-disp-step.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.arch/arm-disp-step.S
diff --git a/gdb/testsuite/gdb.arch/arm-disp-step.S b/gdb/testsuite/gdb.arch/arm-disp-step.S
index 423edc04eaf149451d781a0e5d426b464acf4a1e..09d16639e47b3b611a83cbc302735d3d82f27177 100644
--- a/gdb/testsuite/gdb.arch/arm-disp-step.S
+++ b/gdb/testsuite/gdb.arch/arm-disp-step.S
@@ -110,7 +110,7 @@ test_ret:
.type test_branch, %function
test_branch:
b L_branch
- .global
+ .global L_branch
L_branch:
bx lr
.size test_branch, .-test_branch
@@ -124,7 +124,7 @@ L_branch:
test_ldr_pc:
ldr r1, [pc, #0]
- .global
+ .global test_ldr_pc_ret
test_ldr_pc_ret:
bx lr
.size test_ldr_pc, .-test_ldr_pc
@@ -137,10 +137,10 @@ test_ldm_stm_pc:
ldmia sp!, {r0, r1}
ldr r0, .L1
stmdb sp!, {r0}
- .global
+ .global test_ldm_pc
test_ldm_pc:
ldmia sp!, {pc}
- .global
+ .global test_ldm_stm_pc_ret
test_ldm_stm_pc_ret:
bx lr
.align 2
« no previous file with comments | « gdb/testsuite/gdb.arch/amd64-word.exp ('k') | gdb/testsuite/gdb.arch/arm-disp-step.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698