This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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] Fix sysdeps/powerpc/nofpu 2nd try


Wouldn't it be better to avoid duplicating all that assembly code?  Can you
change the main sysdeps/.../powerpc/powerpc32 files to use some #if around
the FPU parts?  If the compiler predefines something, just use that.
If not, it can test something you define in the nofpu/*.S files with:

#define NO_FPU 1
#include <sysdeps/.../powerpc32/foobar.S>


Thanks,
Roland


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