x86-64: Make ABI for long double compatible with GCC.
commit9fe28b610ebe6f60a0840c3b6620a3418d703830
authorShinichiro Hamaji <shinichiro.hamaji _at_ gmail.com>
Mon, 13 Apr 2009 16:12:29 +0000 (14 01:12 +0900)
committergrischka <grischka>
Sat, 18 Apr 2009 13:08:01 +0000 (18 15:08 +0200)
tree22d848d52e29bc32d203da20b42b3e54f0589dab
parent0e239e2ba5b38f99fd0b849f03fc82db7c2d56b7
x86-64: Make ABI for long double compatible with GCC.

- Now we use x87's stack top the long double return values.
- Add rc_fret and reg_fret, wrapper functions for RC_FRET and REG_FRET.
- Add a test case to check if strto* works OK.
tcc.c
tcctest.c