This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Calls to built-in functions are not Binary Compatible


> 
> This happens with methods like Math.pow() which are converted to
> builtins.  Unfortunately, this leads to direct calls to methods in
> libgcj.  This breaks binary compatibility when we change gcj's name
> mangling.  Which we just did.

Aren't those direct function calls to libc functions though so
they really don't have an effect from gcj's name mangling?

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]