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: [PATCH] powerpc64: fix g++ -msoft-float


	The TImode types and conversions are necessary for
powerpc64-linux.  We can either ignore soft-float for powerpc64-linux (all
systems have FPUs) or copy the necessary DImode functions (.__floatdidf,
.__fixdfdi, and .__fixsfdi) to the versions of dp-bit.c and fp-bit.c
compiled into libgcc.so.  dp-bit.c and fp-bit.c provide the FP emulation,
so they should be providing those functions as well, but were punting to
libgcc2.c because it worked.

David


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