| commit | 00bd3b7d3006c5d350959c994fa65358bf65e6a2 | [log] [tgz] |
|---|---|---|
| author | Alexander Monakov <amonakov@ispras.ru> | Sun Oct 21 00:27:44 2018 +0300 |
| committer | Rich Felker <dalias@aerifal.cx> | Fri Nov 02 12:13:53 2018 -0400 |
| tree | f01170de878bd15c28a29c6258ff063f71c8f128 | |
| parent | 0239cd0681e889a269fb7691f60e81ef8d081e6b [diff] |
__libc_start_main: slightly simplify stage2 pointer setup Use "+r" in the asm instead of implementing a non-transparent copy by applying "0" constraint to the source value. Introduce a typedef for the function type to avoid spelling it out twice.