aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/sp64-elf.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>1999-03-17 10:33:17 -0800
committerDavid S. Miller <davem@gcc.gnu.org>1999-03-17 10:33:17 -0800
commit14f45d6b9fc14b4dcfb86464cb61536de48023cc (patch)
treecda8d9fba7eff464fc8b2f918f64db2f12d49ad6 /gcc/config/sparc/sp64-elf.h
parent46eb0ae4fbecefc324ffc977f12a94d9b29292a7 (diff)
downloadgcc-14f45d6b9fc14b4dcfb86464cb61536de48023cc.zip
gcc-14f45d6b9fc14b4dcfb86464cb61536de48023cc.tar.gz
gcc-14f45d6b9fc14b4dcfb86464cb61536de48023cc.tar.bz2
sparc.h (TARGET_SWITCHES, [...]): Add descriptions.
* config/sparc/sparc.h (TARGET_SWITCHES, TARGET_OPTIONS): Add descriptions. * config/sparc/sp64-elf.h (SUBTARGET_SWITCHES): Likewise. * config/sparc/splet.h (SUBTARGET_SWITCHES): Likewise. From-SVN: r25827
Diffstat (limited to 'gcc/config/sparc/sp64-elf.h')
-rw-r--r--gcc/config/sparc/sp64-elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/sp64-elf.h b/gcc/config/sparc/sp64-elf.h
index a1e4ef0..4fd81c5 100644
--- a/gcc/config/sparc/sp64-elf.h
+++ b/gcc/config/sparc/sp64-elf.h
@@ -80,8 +80,8 @@ crtbegin.o%s \
/* V9 chips can handle either endianness. */
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \
-{"big-endian", -MASK_LITTLE_ENDIAN}, \
-{"little-endian", MASK_LITTLE_ENDIAN},
+{"big-endian", -MASK_LITTLE_ENDIAN, "Generate code for big endian" }, \
+{"little-endian", MASK_LITTLE_ENDIAN, "Generate code for little endian" },
#undef BYTES_BIG_ENDIAN
#define BYTES_BIG_ENDIAN (! TARGET_LITTLE_ENDIAN)