Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/riscv/sifive Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/3094f7931f15
branches: trunk
changeset: 372498:3094f7931f15
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Dec 03 09:38:53 2022 +0000
description:
Trailing whitespace
diffstat:
lib/libc/arch/riscv/gdtoa/gd_qnan.h | 4 ++--
lib/libc/arch/riscv/gen/fpgetmask.c | 10 +++++-----
lib/libc/arch/riscv/gen/fpgetround.c | 10 +++++-----
lib/libc/arch/riscv/gen/fpgetsticky.c | 10 +++++-----
lib/libc/arch/riscv/gen/fpsetmask.c | 10 +++++-----
lib/libc/arch/riscv/gen/fpsetround.c | 10 +++++-----
lib/libc/arch/riscv/gen/fpsetsticky.c | 10 +++++-----
lib/libc/arch/riscv/gen/resumecontext.c | 6 +++---
libexec/ld.elf_so/arch/riscv/mdreloc.c | 6 +++---
libexec/ld.elf_so/arch/riscv/rtld_start.S | 4 ++--
sys/arch/riscv/sifive/files.sifive | 4 ++--
11 files changed, 42 insertions(+), 42 deletions(-)
diffs (truncated from 322 to 300 lines):
diff -r bf18fc34ed5b -r 3094f7931f15 lib/libc/arch/riscv/gdtoa/gd_qnan.h
--- a/lib/libc/arch/riscv/gdtoa/gd_qnan.h Sat Dec 03 09:10:40 2022 +0000
+++ b/lib/libc/arch/riscv/gdtoa/gd_qnan.h Sat Dec 03 09:38:53 2022 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: gd_qnan.h,v 1.2 2019/04/14 19:25:27 maya Exp $ */
+/* $NetBSD: gd_qnan.h,v 1.3 2022/12/03 09:38:53 skrll Exp $ */
-/*
+/*
* The RISC-V Instruction Set Manual Volume I: User-Level ISA
* Document Version 2.2
*
diff -r bf18fc34ed5b -r 3094f7931f15 lib/libc/arch/riscv/gen/fpgetmask.c
--- a/lib/libc/arch/riscv/gen/fpgetmask.c Sat Dec 03 09:10:40 2022 +0000
+++ b/lib/libc/arch/riscv/gen/fpgetmask.c Sat Dec 03 09:38:53 2022 +0000
@@ -1,12 +1,12 @@
-/* $NetBSD: fpgetmask.c,v 1.1 2014/09/19 17:36:25 matt Exp $ */
+/* $NetBSD: fpgetmask.c,v 1.2 2022/12/03 09:38:53 skrll Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
- *
+ *
* This code is derived from software contributed to The NetBSD Foundation
* by Dan Winship.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* 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.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpgetmask.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpgetmask.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
diff -r bf18fc34ed5b -r 3094f7931f15 lib/libc/arch/riscv/gen/fpgetround.c
--- a/lib/libc/arch/riscv/gen/fpgetround.c Sat Dec 03 09:10:40 2022 +0000
+++ b/lib/libc/arch/riscv/gen/fpgetround.c Sat Dec 03 09:38:53 2022 +0000
@@ -1,12 +1,12 @@
-/* $NetBSD: fpgetround.c,v 1.1 2014/09/19 17:36:25 matt Exp $ */
+/* $NetBSD: fpgetround.c,v 1.2 2022/12/03 09:38:53 skrll Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
- *
+ *
* This code is derived from software contributed to The NetBSD Foundation
* by Dan Winship.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* 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.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpgetround.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpgetround.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
diff -r bf18fc34ed5b -r 3094f7931f15 lib/libc/arch/riscv/gen/fpgetsticky.c
--- a/lib/libc/arch/riscv/gen/fpgetsticky.c Sat Dec 03 09:10:40 2022 +0000
+++ b/lib/libc/arch/riscv/gen/fpgetsticky.c Sat Dec 03 09:38:53 2022 +0000
@@ -1,12 +1,12 @@
-/* $NetBSD: fpgetsticky.c,v 1.1 2014/09/19 17:36:25 matt Exp $ */
+/* $NetBSD: fpgetsticky.c,v 1.2 2022/12/03 09:38:53 skrll Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
- *
+ *
* This code is derived from software contributed to The NetBSD Foundation
* by Dan Winship.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* 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.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpgetsticky.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpgetsticky.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
diff -r bf18fc34ed5b -r 3094f7931f15 lib/libc/arch/riscv/gen/fpsetmask.c
--- a/lib/libc/arch/riscv/gen/fpsetmask.c Sat Dec 03 09:10:40 2022 +0000
+++ b/lib/libc/arch/riscv/gen/fpsetmask.c Sat Dec 03 09:38:53 2022 +0000
@@ -1,12 +1,12 @@
-/* $NetBSD: fpsetmask.c,v 1.1 2014/09/19 17:36:25 matt Exp $ */
+/* $NetBSD: fpsetmask.c,v 1.2 2022/12/03 09:38:53 skrll Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
- *
+ *
* This code is derived from software contributed to The NetBSD Foundation
* by Dan Winship.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* 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.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpsetmask.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpsetmask.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
diff -r bf18fc34ed5b -r 3094f7931f15 lib/libc/arch/riscv/gen/fpsetround.c
--- a/lib/libc/arch/riscv/gen/fpsetround.c Sat Dec 03 09:10:40 2022 +0000
+++ b/lib/libc/arch/riscv/gen/fpsetround.c Sat Dec 03 09:38:53 2022 +0000
@@ -1,12 +1,12 @@
-/* $NetBSD: fpsetround.c,v 1.1 2014/09/19 17:36:25 matt Exp $ */
+/* $NetBSD: fpsetround.c,v 1.2 2022/12/03 09:38:53 skrll Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
- *
+ *
* This code is derived from software contributed to The NetBSD Foundation
* by Dan Winship.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* 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.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpsetround.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpsetround.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
diff -r bf18fc34ed5b -r 3094f7931f15 lib/libc/arch/riscv/gen/fpsetsticky.c
--- a/lib/libc/arch/riscv/gen/fpsetsticky.c Sat Dec 03 09:10:40 2022 +0000
+++ b/lib/libc/arch/riscv/gen/fpsetsticky.c Sat Dec 03 09:38:53 2022 +0000
@@ -1,12 +1,12 @@
-/* $NetBSD: fpsetsticky.c,v 1.1 2014/09/19 17:36:25 matt Exp $ */
+/* $NetBSD: fpsetsticky.c,v 1.2 2022/12/03 09:38:53 skrll Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
- *
+ *
* This code is derived from software contributed to The NetBSD Foundation
* by Dan Winship.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -15,7 +15,7 @@
* 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.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: fpsetsticky.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: fpsetsticky.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
diff -r bf18fc34ed5b -r 3094f7931f15 lib/libc/arch/riscv/gen/resumecontext.c
--- a/lib/libc/arch/riscv/gen/resumecontext.c Sat Dec 03 09:10:40 2022 +0000
+++ b/lib/libc/arch/riscv/gen/resumecontext.c Sat Dec 03 09:38:53 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: resumecontext.c,v 1.1 2014/09/19 17:36:25 matt Exp $ */
+/* $NetBSD: resumecontext.c,v 1.2 2022/12/03 09:38:53 skrll Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: resumecontext.c,v 1.1 2014/09/19 17:36:25 matt Exp $");
+__RCSID("$NetBSD: resumecontext.c,v 1.2 2022/12/03 09:38:53 skrll Exp $");
#endif
#include "namespace.h"
@@ -46,7 +46,7 @@
ucontext_t uct;
(void)getcontext(&uct);
- if (uct.uc_link == NULL)
+ if (uct.uc_link == NULL)
exit(0);
(void)setcontext(uct.uc_link);
_exit(-1);
diff -r bf18fc34ed5b -r 3094f7931f15 libexec/ld.elf_so/arch/riscv/mdreloc.c
--- a/libexec/ld.elf_so/arch/riscv/mdreloc.c Sat Dec 03 09:10:40 2022 +0000
+++ b/libexec/ld.elf_so/arch/riscv/mdreloc.c Sat Dec 03 09:38:53 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mdreloc.c,v 1.5 2019/04/15 19:13:03 maya Exp $ */
+/* $NetBSD: mdreloc.c,v 1.6 2022/12/03 09:39:44 skrll Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: mdreloc.c,v 1.5 2019/04/15 19:13:03 maya Exp $");
+__RCSID("$NetBSD: mdreloc.c,v 1.6 2022/12/03 09:39:44 skrll Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -256,7 +256,7 @@
int
_rtld_relocate_plt_objects(const Obj_Entry *obj)
{
-
+
for (const Elf_Rel *rel = obj->pltrel; rel < obj->pltrellim; rel++) {
if (_rtld_relocate_plt_object(obj, rel, NULL) < 0)
return -1;
diff -r bf18fc34ed5b -r 3094f7931f15 libexec/ld.elf_so/arch/riscv/rtld_start.S
--- a/libexec/ld.elf_so/arch/riscv/rtld_start.S Sat Dec 03 09:10:40 2022 +0000
+++ b/libexec/ld.elf_so/arch/riscv/rtld_start.S Sat Dec 03 09:38:53 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld_start.S,v 1.2 2015/03/27 23:14:53 matt Exp $ */
+/* $NetBSD: rtld_start.S,v 1.3 2022/12/03 09:39:44 skrll Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -110,7 +110,7 @@
REG_L a5, XCALLFRAME_A5(sp)
REG_L a6, XCALLFRAME_A6(sp)
Home |
Main Index |
Thread Index |
Old Index