diff options
| author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-14 14:07:06 +0000 |
|---|---|---|
| committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-14 14:07:06 +0000 |
| commit | 374115303fa27c9818c05602da0ac4e4f2e59f62 (patch) | |
| tree | 366022710d77ffcbe5e6952cef75f65692f43504 /gcc | |
| parent | 024f7ed1c0a20cd1a1d4f9ff076bf7ccb933ed0f (diff) | |
| download | ppe42-gcc-374115303fa27c9818c05602da0ac4e4f2e59f62.tar.gz ppe42-gcc-374115303fa27c9818c05602da0ac4e4f2e59f62.zip | |
* config/sparc/sparc.h: Correct comment about availability of
little endian option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83102 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 3 | ||||
| -rw-r--r-- | gcc/config/sparc/sparc.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7b60b7ac565..78a4d2478fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 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/sparc/sparc.c (sparc_aout_select_rtx_section): Remove. * config/sparc/sp64-aout.h: Remove. diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 0b2dceba1e2..ca29ded3960 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -463,7 +463,7 @@ extern int target_flags; #define TARGET_HARD_QUAD (target_flags & MASK_HARD_QUAD) /* 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 to all targets, but for now it's kept local to only those two. */ #define MASK_LITTLE_ENDIAN 0x1000 |

