This is the mail archive of the gcc@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: gcc/ginclude/math-3300.h



> What, if anything, is the file gcc/ginclude/math-3300.h used or useful
> for?  math-68881.h is mentioned in various config.gcc entries, but
> grep shows no uses of math-3300.h.  Can this file be removed?

math-3300.h has the same use as math-68881.h but the assembly language
spelling is peculiar to the old Motorola delta boxes.  You could treat
it the same way as math-68881.h is treated in config.gcc.

As long as gcc is theoretically supporting m68k-motorola-sysv
the file ought to be kept.  If you don't want it in gincludes
you might move it to config/m68k.


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