mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
gdb/testsuite/
* gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
This commit is contained in:
parent
9037154efd
commit
cbf68a605b
@ -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
|
||||
|
@ -31,7 +31,7 @@
|
||||
comment "subroutine end"
|
||||
.purgem gdbasm_end
|
||||
.macro gdbasm_end name
|
||||
.size \name, .-_foo1
|
||||
.size \name, . - \name
|
||||
.align 1
|
||||
.endm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user