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: [RFC] PowerPC 128 bit long double compatibility (PR target/19019)


On Mon, Feb 14, 2005 at 05:42:32PM -0500, David Edelsohn wrote:
>   GCC_3.4 {
>     # long double support
> !   _xlqadd
> !   _xlqsub
> !   _xlqmul
> !   _xlqdiv
>   }
> --- 1,7 ----
>   GCC_3.4 {
>     # long double support
> !   __gcc_qadd
> !   __gcc_qsub
> !   __gcc_qmul
> !   __gcc_qdiv

You can't make this change without breaking binary compatibility on ELF.


r~


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