gdb/testsuite/

* gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
This commit is contained in:
Thomas Schwinge
2012-04-16 07:59:51 +00:00
parent 9037154efd
commit cbf68a605b
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
* gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
PR mi/13393
+1 -1
View File
@@ -31,7 +31,7 @@
comment "subroutine end"
.purgem gdbasm_end
.macro gdbasm_end name
.size \name, .-_foo1
.size \name, . - \name
.align 1
.endm