From: Thomas Schwinge Date: Mon, 16 Apr 2012 07:59:51 +0000 (+0000) Subject: gdb/testsuite/ X-Git-Tag: sid-snapshot-20120501~183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbf68a605be6e1e8bab7c6e3ca2dddca38994fec;p=thirdparty%2Fbinutils-gdb.git gdb/testsuite/ * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 92ddbe8e64e..c47160e56ce 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-04-16 Thomas Schwinge + + * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name. + 2012-04-14 Anton Gorenkov PR mi/13393 diff --git a/gdb/testsuite/gdb.asm/sh.inc b/gdb/testsuite/gdb.asm/sh.inc index 9ea1b676c04..8816cb4aa02 100644 --- a/gdb/testsuite/gdb.asm/sh.inc +++ b/gdb/testsuite/gdb.asm/sh.inc @@ -31,7 +31,7 @@ comment "subroutine end" .purgem gdbasm_end .macro gdbasm_end name - .size \name, .-_foo1 + .size \name, . - \name .align 1 .endm