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]

Re: Curiosity in sparc/sp86x-aout.h



  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


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