Add __builtin_frame_address(0)
commitd6072d3703df0bce6ee12b24546ba796303af1fd
authorShinichiro Hamaji <shinichiro.hamaji _at_ gmail.com>
Sun, 30 Nov 2008 16:51:34 +0000 (1 01:51 +0900)
committergrischka <grischka>
Tue, 2 Dec 2008 01:25:59 +0000 (2 02:25 +0100)
tree3bc191447eac57e4cf9041ac757639b910279150
parent73a84cefda72a8f9de5e18582ecbf6c126cb9775
Add __builtin_frame_address(0)

Adding the GCC extension __builtin_frame_address(). We support only zero as the argument for now.
With this functionality, we can implement GCC compatible stdarg by macros in x86-64.
tcc.c
tcctok.h