aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-06-16 02:14:20 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-06-16 02:14:20 +0000
commit612aeba53b43f7f58ad619711b6edbabac1df4b8 (patch)
tree91915d9a358ddd85c3ca13fb3a475e7b8d1bedea /gcc
parent44f324c4bd3a1fda8138607f2c56d7194b449bb1 (diff)
downloadgcc-612aeba53b43f7f58ad619711b6edbabac1df4b8.zip
gcc-612aeba53b43f7f58ad619711b6edbabac1df4b8.tar.gz
gcc-612aeba53b43f7f58ad619711b6edbabac1df4b8.tar.bz2
svr3.h: Remove #if 0 code, misleading comments.
* config/svr3.h: Remove #if 0 code, misleading comments. GNU CC -> GCC. From-SVN: r67995
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/svr3.h39
2 files changed, 10 insertions, 34 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c51648c8..0d6f5db 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * config/svr3.h: Remove #if 0 code, misleading comments.
+ GNU CC -> GCC.
+
2003-06-15 Zack Weinberg <zack@codesourcery.com>
* vmsdbgout.c (vmsdbgout_finish): Rename parameter to
diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h
index 434118d..a4aa189 100644
--- a/gcc/config/svr3.h
+++ b/gcc/config/svr3.h
@@ -3,34 +3,22 @@
Copyright (C) 1991, 1996, 2000, 2002 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com).
-This file is part of GNU CC.
+This file is part of GCC.
-GNU CC is free software; you can redistribute it and/or modify
+GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-GNU CC is distributed in the hope that it will be useful,
+GCC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with GNU CC; see the file COPYING. If not, write to
+along with GCC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
-
- To use this file, make up a file with a name like:
-
- ?????svr3.h
-
- where ????? is replaced by the name of the basic hardware that you
- are targeting for. Then, in the file ?????svr3.h, put something
- like:
-
- #include "?????.h"
- #include "svr3.h"
-*/
+Boston, MA 02111-1307, USA. */
/* Define a symbol indicating that we are using svr3.h. */
#define USING_SVR3_H
@@ -77,23 +65,6 @@ Boston, MA 02111-1307, USA.
fprintf ((FILE), "\t.set .,.+%u\n", (int)(ROUNDED)); \
} while (0)
-#if 0 /* For now, let's leave these machine-specific. */
-/* Use crt1.o as a startup file and crtn.o as a closing file. */
-
-#define STARTFILE_SPEC \
- "%{pg:gcrt1.o%s}%{!pg:%{p:mcrt1.o%s}%{!p:crt1.o%s}}"
-
-#ifdef CROSS_COMPILE
-#define LIB_SPEC "-lc crtn.o%s"
-#else
-#define LIB_SPEC "%{p:-L/usr/lib/libp}%{pg:-L/usr/lib/libp} -lc crtn.o%s"
-#endif
-
-/* Special flags for the linker. I don't know what they do. */
-
-#define LINK_SPEC "%{T*} %{z:-lm}"
-#endif
-
/* Output #ident as a .ident. */
#undef ASM_OUTPUT_IDENT