OSDN Git Service

x86_64: fix .size of _init/_fini
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 5 May 2011 07:27:15 +0000 (09:27 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 5 May 2011 07:27:15 +0000 (09:27 +0200)
commit2297e6e1e075070d6e62dfe7cccfab600de12870
treeedb54bad6fdc3e97a7e08afb52bb1ae40abbd215
parent07464c3e7156f4c8dfcac673c74f19b700b1b3b5
x86_64: fix .size of _init/_fini

binutils-2.21 barf on .size that do not evaluate to const, so use the
section size and not a function that is not visible here.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/x86_64/crtn.S