aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/asmsrc2.s
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-11-10 17:55:48 +0000
committerAndrew Cagney <cagney@redhat.com>2001-11-10 17:55:48 +0000
commit45b074e11d43d1b9163965560bd1b5225cbe2c4b (patch)
tree6d0bb5f557e299ae41d0a7417c25c0c3f07119ec /gdb/testsuite/gdb.asm/asmsrc2.s
parent7e250b6c31c9410c26b3c7d8dc32848904c674ad (diff)
downloadgdb-45b074e11d43d1b9163965560bd1b5225cbe2c4b.zip
gdb-45b074e11d43d1b9163965560bd1b5225cbe2c4b.tar.gz
gdb-45b074e11d43d1b9163965560bd1b5225cbe2c4b.tar.bz2
* gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
* gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
Diffstat (limited to 'gdb/testsuite/gdb.asm/asmsrc2.s')
-rw-r--r--gdb/testsuite/gdb.asm/asmsrc2.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.asm/asmsrc2.s b/gdb/testsuite/gdb.asm/asmsrc2.s
index 3d48c6c..22c63d4 100644
--- a/gdb/testsuite/gdb.asm/asmsrc2.s
+++ b/gdb/testsuite/gdb.asm/asmsrc2.s
@@ -5,12 +5,12 @@ comment "Second file in assembly source debugging testcase."
.global foo2
foo2:
- enter
+ gdbasm_enter
comment "Call someplace else."
- call foo3
+ gdbasm_call foo3
comment "All done, return."
- leave
+ gdbasm_leave