Commit 715f8bb8 by Ian Lance Taylor Committed by Ian Lance Taylor

sparc.h: Correct comment about availability of little endian option.

	* config/sparc/sparc.h: Correct comment about availability of
	little endian option.

From-SVN: r83102
parent 1c2cdd56
2004-06-14 Ian Lance Taylor <ian@wasabisystems.com> 2004-06-14 Ian Lance Taylor <ian@wasabisystems.com>
* config/sparc/sparc.h: Correct comment about availability of
little endian option.
* config.gcc: Remove sparc64-*-aout*. * config.gcc: Remove sparc64-*-aout*.
* config/sparc/sparc.c (sparc_aout_select_rtx_section): Remove. * config/sparc/sparc.c (sparc_aout_select_rtx_section): Remove.
* config/sparc/sp64-aout.h: Remove. * config/sparc/sp64-aout.h: Remove.
......
...@@ -463,7 +463,7 @@ extern int target_flags; ...@@ -463,7 +463,7 @@ extern int target_flags;
#define TARGET_HARD_QUAD (target_flags & MASK_HARD_QUAD) #define TARGET_HARD_QUAD (target_flags & MASK_HARD_QUAD)
/* Nonzero on little-endian machines. */ /* Nonzero on little-endian machines. */
/* ??? Little endian support currently only exists for sparclet-aout and /* ??? Little endian support currently only exists for sparc86x-elf and
sparc64-elf configurations. May eventually want to expand the support sparc64-elf configurations. May eventually want to expand the support
to all targets, but for now it's kept local to only those two. */ to all targets, but for now it's kept local to only those two. */
#define MASK_LITTLE_ENDIAN 0x1000 #define MASK_LITTLE_ENDIAN 0x1000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment