gcc/ginclude/math-3300.h
Stephen L Moshier
moshier@mediaone.net
Tue Dec 18 19:55:00 GMT 2001
> 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.
More information about the Gcc
mailing list