]> git.kaiwu.me - haproxy.git/commit
[BUG] regparm is broken on gcc < 3
authorWilly Tarreau <w@1wt.eu>
Sun, 17 Aug 2008 15:06:37 +0000 (17:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Sep 2008 09:13:51 +0000 (11:13 +0200)
commit0dca3783ff30bb78492750fbb61303f640ec5b91
tree376369b013a11117fec93fe0fbeccb0938e27b29
parent3191fc8d0e3744a78204c05e8d6e8a83a5cf7f0e
[BUG] regparm is broken on gcc < 3

Gcc < 3 does not consider regparm declarations for function pointers.
This causes big trouble at least with pollers (and with any function
pointer after all). Disable CONFIG_HAP_USE_REGPARM for gcc < 3.
(cherry picked from commit 61eadc028fb8774ea05d893cd3eca6c671fb511e)
(cherry picked from commit ee113f5345c49a1e8ea9c8ea6b047f3c0f43db1f)
include/common/config.h