Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Clean up and standardise across MIPS ports.



details:   https://anonhg.NetBSD.org/src/rev/a58f1a0417e3
branches:  trunk
changeset: 514702:a58f1a0417e3
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Sep 09 04:20:25 2001 +0000

description:
Clean up and standardise across MIPS ports.

diffstat:

 sys/arch/algor/include/reloc.h    |   7 +-----
 sys/arch/arc/include/reloc.h      |  40 +-------------------------------------
 sys/arch/cobalt/include/reloc.h   |   4 +--
 sys/arch/mipsco/include/reloc.h   |   4 +--
 sys/arch/newsmips/include/reloc.h |   4 +--
 sys/arch/pmax/include/reloc.h     |   9 +-------
 sys/arch/sgimips/include/reloc.h  |   4 +--
 7 files changed, 8 insertions(+), 64 deletions(-)

diffs (113 lines):

diff -r 65ef2aa5fee3 -r a58f1a0417e3 sys/arch/algor/include/reloc.h
--- a/sys/arch/algor/include/reloc.h    Sun Sep 09 03:07:09 2001 +0000
+++ b/sys/arch/algor/include/reloc.h    Sun Sep 09 04:20:25 2001 +0000
@@ -1,8 +1,3 @@
-/*     $NetBSD: reloc.h,v 1.1 2001/05/28 16:22:20 thorpej Exp $        */
-
-#ifndef _ALGOR_RELOC_H_
-#define _ALGOR_RELOC_H_
+/*     $NetBSD: reloc.h,v 1.2 2001/09/09 04:20:25 simonb Exp $ */
 
 #include <mips/reloc.h>
-
-#endif /* !_ALGOR_RELOC_H_ */
diff -r 65ef2aa5fee3 -r a58f1a0417e3 sys/arch/arc/include/reloc.h
--- a/sys/arch/arc/include/reloc.h      Sun Sep 09 03:07:09 2001 +0000
+++ b/sys/arch/arc/include/reloc.h      Sun Sep 09 04:20:25 2001 +0000
@@ -1,39 +1,3 @@
-/*     $NetBSD: reloc.h,v 1.4 2000/01/23 21:01:58 soda Exp $   */
-/*      $OpenBSD: reloc.h,v 1.2 1996/07/30 20:24:28 pefo Exp $ */
+/*     $NetBSD: reloc.h,v 1.5 2001/09/09 04:20:26 simonb Exp $ */
 
-/*-
- * Copyright (c) 1992, 1993
- *     The Regents of the University of California.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
- *    may be used to endorse or promote products derived from this software
- *    without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- *     from: @(#)reloc.h       8.1 (Berkeley) 6/10/93
- *     from: Header: reloc.h,v 1.6 92/06/20 09:59:37 torek Exp
- */
-
+#include <mips/reloc.h>
diff -r 65ef2aa5fee3 -r a58f1a0417e3 sys/arch/cobalt/include/reloc.h
--- a/sys/arch/cobalt/include/reloc.h   Sun Sep 09 03:07:09 2001 +0000
+++ b/sys/arch/cobalt/include/reloc.h   Sun Sep 09 04:20:25 2001 +0000
@@ -1,5 +1,3 @@
-/*     $NetBSD: reloc.h,v 1.1 2000/03/19 23:07:47 soren Exp $  */
+/*     $NetBSD: reloc.h,v 1.2 2001/09/09 04:20:26 simonb Exp $ */
 
 #include <mips/reloc.h>
-
-#define relocation_info_cobalt reloc_info_mips
diff -r 65ef2aa5fee3 -r a58f1a0417e3 sys/arch/mipsco/include/reloc.h
--- a/sys/arch/mipsco/include/reloc.h   Sun Sep 09 03:07:09 2001 +0000
+++ b/sys/arch/mipsco/include/reloc.h   Sun Sep 09 04:20:25 2001 +0000
@@ -1,5 +1,3 @@
-/*     $NetBSD: reloc.h,v 1.1 2000/08/12 22:58:40 wdk Exp $    */
+/*     $NetBSD: reloc.h,v 1.2 2001/09/09 04:20:27 simonb Exp $ */
 
 #include <mips/reloc.h>
-
-#define relocation_info_mipscomips reloc_info_mips
diff -r 65ef2aa5fee3 -r a58f1a0417e3 sys/arch/newsmips/include/reloc.h
--- a/sys/arch/newsmips/include/reloc.h Sun Sep 09 03:07:09 2001 +0000
+++ b/sys/arch/newsmips/include/reloc.h Sun Sep 09 04:20:25 2001 +0000
@@ -1,5 +1,3 @@
-/*     $NetBSD: reloc.h,v 1.2 1998/03/04 22:20:51 thorpej Exp $        */
+/*     $NetBSD: reloc.h,v 1.3 2001/09/09 04:20:27 simonb Exp $ */
 
 #include <mips/reloc.h>
-
-#define relocation_info_newsmips reloc_info_mips
diff -r 65ef2aa5fee3 -r a58f1a0417e3 sys/arch/pmax/include/reloc.h
--- a/sys/arch/pmax/include/reloc.h     Sun Sep 09 03:07:09 2001 +0000
+++ b/sys/arch/pmax/include/reloc.h     Sun Sep 09 04:20:25 2001 +0000
@@ -1,10 +1,3 @@
-/*     $NetBSD: reloc.h,v 1.7 2000/01/09 15:34:44 ad Exp $     */
-
-#ifndef _PMAX_RELOC_H_
-#define _PMAX_RELOC_H_
+/*     $NetBSD: reloc.h,v 1.8 2001/09/09 04:20:29 simonb Exp $ */
 
 #include <mips/reloc.h>
-
-#define relocation_info_pmax reloc_info_mips
-
-#endif /* !_PMAX_RELOC_H_ */
diff -r 65ef2aa5fee3 -r a58f1a0417e3 sys/arch/sgimips/include/reloc.h
--- a/sys/arch/sgimips/include/reloc.h  Sun Sep 09 03:07:09 2001 +0000
+++ b/sys/arch/sgimips/include/reloc.h  Sun Sep 09 04:20:25 2001 +0000
@@ -1,5 +1,3 @@
-/*     $NetBSD: reloc.h,v 1.1 2000/06/14 15:40:00 soren Exp $  */
+/*     $NetBSD: reloc.h,v 1.2 2001/09/09 04:20:30 simonb Exp $ */
 
 #include <mips/reloc.h>
-
-#define relocation_info_sgimips reloc_info_mips



Home | Main Index | Thread Index | Old Index