This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Curiosity in sparc/sp86x-aout.h
- To: gcc at gcc dot gnu dot org
- Subject: Curiosity in sparc/sp86x-aout.h
- From: Philipp Thomas <pthomas at suse dot de>
- Date: Mon, 19 Jun 2000 07:32:31 +0200
In said file we first find
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \
{"big-endian", -MASK_LITTLE_ENDIAN}, \
{"little-endian", MASK_LITTLE_ENDIAN},
and then at the end of the file
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \
{ "little-endian-data", MASK_LITTLE_ENDIAN },
To me this looks just plain wrong and that those two SUBTARGET_SWITCHES
should be merged. Question is, if this platform is still used and thus if
it's worth the effort.
Philipp
--
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany
#define NINODE 50 /* number of in core inodes */
#define NPROC 30 /* max number of processes */
-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h