Curiosity in sparc/sp86x-aout.h

Jeffrey A Law law@cygnus.com
Mon Jun 19 11:06:00 GMT 2000


  In message < 20000619073231.A23895@Jeffreys.suse.de >you write:
  > 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.
Yes, this config is still used (it's an embedded sparc chip).

What I think should happen is the first #undef/#define set should go away.


jeff



More information about the Gcc mailing list