aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-06-16 12:14:35 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-06-16 12:14:35 +0000
commit93ffe49c869218b2d7ac260530a052995a4b4589 (patch)
tree0f1888b090cee7ca85ea86fbd79f7b82a93af493
parentbaaa12222a7fb4b7f6a8e99d0c2fce43e51ec081 (diff)
downloadgcc-93ffe49c869218b2d7ac260530a052995a4b4589.zip
gcc-93ffe49c869218b2d7ac260530a052995a4b4589.tar.gz
gcc-93ffe49c869218b2d7ac260530a052995a4b4589.tar.bz2
sysv4le.h: Remove target-independent comment.
* config/rs6000/sysv4le.h: Remove target-independent comment. Replace "GNU compiler" with "GCC" in comment. From-SVN: r68009
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/sysv4le.h11
2 files changed, 6 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2802367..d69d5c0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * config/rs6000/sysv4le.h: Remove target-independent comment.
+ Replace "GNU compiler" with "GCC" in comment.
+
2003-06-16 Andreas Jaeger <aj@suse.de>
* tracer.c: Remove duplication declaration.
diff --git a/gcc/config/rs6000/sysv4le.h b/gcc/config/rs6000/sysv4le.h
index 0fb2bf9..38be8a6 100644
--- a/gcc/config/rs6000/sysv4le.h
+++ b/gcc/config/rs6000/sysv4le.h
@@ -1,4 +1,4 @@
-/* Target definitions for GNU compiler for a little endian PowerPC
+/* Target definitions for GCC for a little endian PowerPC
running System V.4
Copyright (C) 1995, 2000, 2003 Free Software Foundation, Inc.
Contributed by Cygnus Support.
@@ -33,14 +33,5 @@
%{mcall-linux: --oformat elf32-powerpc} \
}}}}"
-/* Define this macro as a C expression for the initializer of an
- array of string to tell the driver program which options are
- defaults for this target and thus do not need to be handled
- specially when using `MULTILIB_OPTIONS'.
-
- Do not define this macro if `MULTILIB_OPTIONS' is not defined in
- the target makefile fragment or if none of the options listed in
- `MULTILIB_OPTIONS' are set by default. *Note Target Fragment::. */
-
#undef MULTILIB_DEFAULTS
#define MULTILIB_DEFAULTS { "mlittle", "mcall-sysv" }