This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[janitor patch] Delete aoutos.h]


"aoutos.h" currently does *nothing* except to #define a macro which is
used *nowhere*.  Accordingly, I suggest getting rid of it.

	* config/aoutos.h: Remove.
	* config.gcc: Remove reference to aoutos.h.
	* config/m68k/m68k-aout.h: Remove reference to aoutos.h.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.321
diff -u -r1.321 config.gcc
--- config.gcc	12 Jun 2003 05:18:10 -0000	1.321
+++ config.gcc	13 Jun 2003 16:42:40 -0000
@@ -2004,7 +2004,7 @@
         extra_parts="crtbegin.o crtend.o"
 	;;
 sparc64-*-aout*)
-	tm_file="sparc/sparc.h aoutos.h sparc/aout.h sparc/sp64-aout.h"
+	tm_file="sparc/sparc.h sparc/aout.h sparc/sp64-aout.h"
 	;;
 sparc64-*-elf*)
 	tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h sparc/sol2.h sparc/sp64-elf.h"
Index: config/aoutos.h
===================================================================
RCS file: config/aoutos.h
diff -N config/aoutos.h
--- config/aoutos.h	21 Feb 1999 19:39:50 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,41 +0,0 @@
-/* aoutos.h  --  operating system specific defines to be used when
-   targeting GCC for some system that uses a.out file format.
-   Copyright (C) 1992 Free Software Foundation, Inc.
-
-   Written by Ron Guilmette (rfg@netcom.com).
-
-This file is part of GNU CC.
-
-GNU CC 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,
-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
-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:
-
-	?????aout.h
-
-   where ????? is replaced by the name of the basic hardware that you
-   are targeting for.  Then, in the file ?????aout.h, put something
-   like:
-
-	#include "?????.h"
-	#include "aoutos.h"
-
-   followed by any really system-specific defines (or overrides of
-   defines) which you find that you need.  Now, modify the configure
-   or configure.in script to properly use the new ?????aout.h file
-   when configuring for the system.  */
-
-/* Define a symbol indicating that we are using aoutos.h.  */
-#define USING_AOUTOS_H
Index: config/m68k/m68k-aout.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m68k/m68k-aout.h,v
retrieving revision 1.3
diff -u -r1.3 m68k-aout.h
--- config/m68k/m68k-aout.h	29 Aug 2002 21:40:13 -0000	1.3
+++ config/m68k/m68k-aout.h	13 Jun 2003 16:42:41 -0000
@@ -23,7 +23,6 @@
 
 #include "m68k/m68k-none.h"
 #include "m68k/m68kemb.h"
-#include "aoutos.h"
 
 #define DBX_DEBUGGING_INFO 1
 #undef SDB_DEBUGGING_INFO


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]