From 9b7a17eb88a1187fb7e3cba613279acd66649130 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 11 Jun 2006 20:43:29 +0000 Subject: Use bracketed include paths. --- sys/arch/m68k/fpe/fpu_div.c | 6 +++--- sys/arch/m68k/fpe/fpu_emulate.c | 4 ++-- sys/arch/m68k/fpe/fpu_emulate.h | 4 ++-- sys/arch/m68k/fpe/fpu_explode.c | 6 +++--- sys/arch/m68k/fpe/fpu_fmovecr.c | 4 ++-- sys/arch/m68k/fpe/fpu_fscale.c | 4 ++-- sys/arch/m68k/fpe/fpu_fstore.c | 4 ++-- sys/arch/m68k/fpe/fpu_getexp.c | 4 ++-- sys/arch/m68k/fpe/fpu_implode.c | 6 +++--- sys/arch/m68k/fpe/fpu_int.c | 6 +++--- sys/arch/m68k/fpe/fpu_log.c | 4 ++-- sys/arch/m68k/fpe/fpu_mul.c | 6 +++--- sys/arch/m68k/fpe/fpu_rem.c | 4 ++-- sys/arch/m68k/fpe/fpu_sqrt.c | 6 +++--- sys/arch/m68k/fpe/fpu_subr.c | 6 +++--- 15 files changed, 37 insertions(+), 37 deletions(-) (limited to 'sys/arch/m68k') diff --git a/sys/arch/m68k/fpe/fpu_div.c b/sys/arch/m68k/fpe/fpu_div.c index 64188e2ccd3..f01ff07ed6d 100644 --- a/sys/arch/m68k/fpe/fpu_div.c +++ b/sys/arch/m68k/fpe/fpu_div.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_div.c,v 1.4 2006/01/16 22:08:26 miod Exp $ */ +/* $OpenBSD: fpu_div.c,v 1.5 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_div.c,v 1.4 2003/08/07 16:28:11 agc Exp $ */ /* @@ -49,8 +49,8 @@ #include -#include "fpu_arith.h" -#include "fpu_emulate.h" +#include +#include /* * Division of normal numbers is done as follows: diff --git a/sys/arch/m68k/fpe/fpu_emulate.c b/sys/arch/m68k/fpe/fpu_emulate.c index b15023f9efe..0e00a6762f7 100644 --- a/sys/arch/m68k/fpe/fpu_emulate.c +++ b/sys/arch/m68k/fpe/fpu_emulate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_emulate.c,v 1.14 2006/01/30 21:23:22 miod Exp $ */ +/* $OpenBSD: fpu_emulate.c,v 1.15 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_emulate.c,v 1.25 2003/09/22 14:18:34 cl Exp $ */ /* @@ -46,7 +46,7 @@ #include #endif -#include "fpu_emulate.h" +#include int fpu_emul_fmovmcr(struct fpemu *fe, struct instruction *insn, int *); int fpu_emul_fmovm(struct fpemu *fe, struct instruction *insn, int *); diff --git a/sys/arch/m68k/fpe/fpu_emulate.h b/sys/arch/m68k/fpe/fpu_emulate.h index 6504aa254c3..6b99db93304 100644 --- a/sys/arch/m68k/fpe/fpu_emulate.h +++ b/sys/arch/m68k/fpe/fpu_emulate.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_emulate.h,v 1.6 2006/01/30 21:23:22 miod Exp $ */ +/* $OpenBSD: fpu_emulate.h,v 1.7 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_emulate.h,v 1.11 2005/08/13 05:38:45 he Exp $ */ /* @@ -288,7 +288,7 @@ int fpu_emul_fscale(struct fpemu *fe, struct instruction *insn, int *typ); /* * include function declarations of those which are called by fpu_emul_arith() */ -#include "fpu_arith_proto.h" +#include int fpu_emulate(struct frame *frame, struct fpframe *fpf, int *typ); diff --git a/sys/arch/m68k/fpe/fpu_explode.c b/sys/arch/m68k/fpe/fpu_explode.c index c335224000d..e372d1c7255 100644 --- a/sys/arch/m68k/fpe/fpu_explode.c +++ b/sys/arch/m68k/fpe/fpu_explode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_explode.c,v 1.5 2006/01/16 22:08:26 miod Exp $ */ +/* $OpenBSD: fpu_explode.c,v 1.6 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_explode.c,v 1.6 2003/10/23 15:07:30 kleink Exp $ */ /* @@ -52,8 +52,8 @@ #include #include -#include "fpu_arith.h" -#include "fpu_emulate.h" +#include +#include /* Conversion to internal format -- note asymmetry. */ diff --git a/sys/arch/m68k/fpe/fpu_fmovecr.c b/sys/arch/m68k/fpe/fpu_fmovecr.c index 1a050f048b7..a8392202709 100644 --- a/sys/arch/m68k/fpe/fpu_fmovecr.c +++ b/sys/arch/m68k/fpe/fpu_fmovecr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_fmovecr.c,v 1.7 2006/01/30 21:23:23 miod Exp $ */ +/* $OpenBSD: fpu_fmovecr.c,v 1.8 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_fmovecr.c,v 1.10 2003/07/15 02:43:09 lukem Exp $ */ /* @@ -36,7 +36,7 @@ #include #include -#include "fpu_emulate.h" +#include /* XXX: quick consistency check */ #if (FP_1 != 0x40000) diff --git a/sys/arch/m68k/fpe/fpu_fscale.c b/sys/arch/m68k/fpe/fpu_fscale.c index 77dbfde8c53..db536ba78ec 100644 --- a/sys/arch/m68k/fpe/fpu_fscale.c +++ b/sys/arch/m68k/fpe/fpu_fscale.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_fscale.c,v 1.7 2006/01/30 21:23:23 miod Exp $ */ +/* $OpenBSD: fpu_fscale.c,v 1.8 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_fscale.c,v 1.11 2003/07/15 02:43:10 lukem Exp $ */ /* @@ -43,7 +43,7 @@ #include #include -#include "fpu_emulate.h" +#include int fpu_emul_fscale(struct fpemu *fe, struct instruction *insn, int *typ) diff --git a/sys/arch/m68k/fpe/fpu_fstore.c b/sys/arch/m68k/fpe/fpu_fstore.c index 781ad071591..097d4e57fb1 100644 --- a/sys/arch/m68k/fpe/fpu_fstore.c +++ b/sys/arch/m68k/fpe/fpu_fstore.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_fstore.c,v 1.5 2006/01/30 21:23:23 miod Exp $ */ +/* $OpenBSD: fpu_fstore.c,v 1.6 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_fstore.c,v 1.8 2003/07/15 02:43:10 lukem Exp $ */ /* @@ -31,7 +31,7 @@ #include #include -#include "fpu_emulate.h" +#include /* * type 0: fmove mem/fpr->fpr diff --git a/sys/arch/m68k/fpe/fpu_getexp.c b/sys/arch/m68k/fpe/fpu_getexp.c index a9fe030e05d..771de64f826 100644 --- a/sys/arch/m68k/fpe/fpu_getexp.c +++ b/sys/arch/m68k/fpe/fpu_getexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_getexp.c,v 1.2 1996/05/29 21:05:15 niklas Exp $ */ +/* $OpenBSD: fpu_getexp.c,v 1.3 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_getexp.c,v 1.1 1995/11/03 04:47:11 briggs Exp $ */ /* @@ -34,7 +34,7 @@ #include -#include "fpu_emulate.h" +#include struct fpn * fpu_getexp(fe) diff --git a/sys/arch/m68k/fpe/fpu_implode.c b/sys/arch/m68k/fpe/fpu_implode.c index 49140c1f8cf..ddfa8582fa9 100644 --- a/sys/arch/m68k/fpe/fpu_implode.c +++ b/sys/arch/m68k/fpe/fpu_implode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_implode.c,v 1.5 2006/01/16 22:08:26 miod Exp $ */ +/* $OpenBSD: fpu_implode.c,v 1.6 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_implode.c,v 1.8 2003/10/23 15:07:30 kleink Exp $ */ /* @@ -52,8 +52,8 @@ #include #include -#include "fpu_emulate.h" -#include "fpu_arith.h" +#include +#include /* Conversion from internal format -- note asymmetry. */ u_int fpu_ftoi(struct fpemu *fe, struct fpn *fp); diff --git a/sys/arch/m68k/fpe/fpu_int.c b/sys/arch/m68k/fpe/fpu_int.c index e513ee76e8c..88a1534ebc0 100644 --- a/sys/arch/m68k/fpe/fpu_int.c +++ b/sys/arch/m68k/fpe/fpu_int.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_int.c,v 1.3 2006/01/16 22:08:26 miod Exp $ */ +/* $OpenBSD: fpu_int.c,v 1.4 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_int.c,v 1.6 2003/07/15 02:43:10 lukem Exp $ */ /* @@ -33,8 +33,8 @@ #include -#include "fpu_arith.h" -#include "fpu_emulate.h" +#include +#include /* FINTRZ - always round to zero */ struct fpn * diff --git a/sys/arch/m68k/fpe/fpu_log.c b/sys/arch/m68k/fpe/fpu_log.c index ddc0e321c07..fb31d7d2b5a 100644 --- a/sys/arch/m68k/fpe/fpu_log.c +++ b/sys/arch/m68k/fpe/fpu_log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_log.c,v 1.5 2006/01/16 22:08:26 miod Exp $ */ +/* $OpenBSD: fpu_log.c,v 1.6 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_log.c,v 1.8 2003/07/15 02:43:10 lukem Exp $ */ /* @@ -35,7 +35,7 @@ #include #include -#include "fpu_emulate.h" +#include static u_int logA6[] = { 0x3FC2499A, 0xB5E4040B }; static u_int logA5[] = { 0xBFC555B5, 0x848CB7DB }; diff --git a/sys/arch/m68k/fpe/fpu_mul.c b/sys/arch/m68k/fpe/fpu_mul.c index 84229cc9774..e1027ad4f4c 100644 --- a/sys/arch/m68k/fpe/fpu_mul.c +++ b/sys/arch/m68k/fpe/fpu_mul.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_mul.c,v 1.4 2006/01/16 22:08:26 miod Exp $ */ +/* $OpenBSD: fpu_mul.c,v 1.5 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_mul.c,v 1.4 2003/08/07 16:28:11 agc Exp $ */ /* @@ -49,8 +49,8 @@ #include -#include "fpu_arith.h" -#include "fpu_emulate.h" +#include +#include /* * The multiplication algorithm for normal numbers is as follows: diff --git a/sys/arch/m68k/fpe/fpu_rem.c b/sys/arch/m68k/fpe/fpu_rem.c index 4390b2f302c..5e8d76b4c39 100644 --- a/sys/arch/m68k/fpe/fpu_rem.c +++ b/sys/arch/m68k/fpe/fpu_rem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_rem.c,v 1.4 2006/01/16 22:08:26 miod Exp $ */ +/* $OpenBSD: fpu_rem.c,v 1.5 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_rem.c,v 1.5 2003/07/15 02:43:10 lukem Exp $ */ /* @@ -36,7 +36,7 @@ #include #include -#include "fpu_emulate.h" +#include /* * ALGORITHM diff --git a/sys/arch/m68k/fpe/fpu_sqrt.c b/sys/arch/m68k/fpe/fpu_sqrt.c index 1760cb71dfc..c45a61c51c9 100644 --- a/sys/arch/m68k/fpe/fpu_sqrt.c +++ b/sys/arch/m68k/fpe/fpu_sqrt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_sqrt.c,v 1.4 2006/01/16 22:08:26 miod Exp $ */ +/* $OpenBSD: fpu_sqrt.c,v 1.5 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_sqrt.c,v 1.4 2003/08/07 16:28:12 agc Exp $ */ /* @@ -49,8 +49,8 @@ #include -#include "fpu_arith.h" -#include "fpu_emulate.h" +#include +#include /* * Our task is to calculate the square root of a floating point number x0. diff --git a/sys/arch/m68k/fpe/fpu_subr.c b/sys/arch/m68k/fpe/fpu_subr.c index 732d30f2f4f..e59567d7c12 100644 --- a/sys/arch/m68k/fpe/fpu_subr.c +++ b/sys/arch/m68k/fpe/fpu_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_subr.c,v 1.4 2006/01/16 22:08:26 miod Exp $ */ +/* $OpenBSD: fpu_subr.c,v 1.5 2006/06/11 20:43:28 miod Exp $ */ /* $NetBSD: fpu_subr.c,v 1.6 2003/08/07 16:28:12 agc Exp $ */ /* @@ -50,8 +50,8 @@ #include -#include "fpu_emulate.h" -#include "fpu_arith.h" +#include +#include /* * Shift the given number right rsh bits. Any bits that `fall off' will get -- cgit v1.2.3