Fri Mar 16 19:55:29 PDT 2007 red5_2 at hotmail.com
* ia64 tailcall fix
Tail-calls now branch to the end of the function after the call. This
stops gcc from trying to move instructions into the space immediately
after the call, which confuses the mangler.
M ./includes/TailCalls.h -2 +11