This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Fix java build on PPC (patch for libgcc-std.ver)


On Fri, Jun 11, 2004 at 08:51:20AM +0200, Andreas Jaeger wrote:
> 	* libgcc-std.ver: Add __unorddf2 and __unordsf2 with version 3.3.4.
> 	* libgcc-darwin.ver: Likewise.

Nearly.

> +%inherit GCC_3.3.4 GCC_3.3.2
> +GCC_3.3.4 {
> +  __unorddf2
> +  __unordsf2
> +}
>  
>  %inherit GCC_3.4 GCC_3.3

Uli says it's ok to change the inherit line for 3.4 to the new 3.3.4 version.


r~


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