Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so/arch Update comments.
details: https://anonhg.NetBSD.org/src/rev/df0ab80370a8
branches: trunk
changeset: 536284:df0ab80370a8
user: mycroft <mycroft%NetBSD.org@localhost>
date: Thu Sep 12 17:18:37 2002 +0000
description:
Update comments.
diffstat:
libexec/ld.elf_so/arch/alpha/rtld_start.S | 3 ++-
libexec/ld.elf_so/arch/arm/rtld_start.S | 6 +++---
libexec/ld.elf_so/arch/i386/rtld_start.S | 4 ++--
libexec/ld.elf_so/arch/m68k/rtld_start.S | 6 +++---
libexec/ld.elf_so/arch/mips/rtld_start.S | 3 ++-
libexec/ld.elf_so/arch/powerpc/rtld_start.S | 3 ++-
libexec/ld.elf_so/arch/sparc/rtld_start.S | 6 +++---
libexec/ld.elf_so/arch/sparc64/rtld_start.S | 6 +++---
8 files changed, 20 insertions(+), 17 deletions(-)
diffs (125 lines):
diff -r d0e1165664bf -r df0ab80370a8 libexec/ld.elf_so/arch/alpha/rtld_start.S
--- a/libexec/ld.elf_so/arch/alpha/rtld_start.S Thu Sep 12 17:16:38 2002 +0000
+++ b/libexec/ld.elf_so/arch/alpha/rtld_start.S Thu Sep 12 17:18:37 2002 +0000
@@ -1,7 +1,8 @@
-/* $NetBSD: rtld_start.S,v 1.13 2002/09/12 17:07:25 mycroft Exp $ */
+/* $NetBSD: rtld_start.S,v 1.14 2002/09/12 17:18:37 mycroft Exp $ */
/*
* Copyright 1996 Matt Thomas <matt%3am-software.com@localhost>
+ * Portions copyright 2002 Charles M. Hannum.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff -r d0e1165664bf -r df0ab80370a8 libexec/ld.elf_so/arch/arm/rtld_start.S
--- a/libexec/ld.elf_so/arch/arm/rtld_start.S Thu Sep 12 17:16:38 2002 +0000
+++ b/libexec/ld.elf_so/arch/arm/rtld_start.S Thu Sep 12 17:18:37 2002 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: rtld_start.S,v 1.6 2002/09/12 17:07:26 mycroft Exp $ */
+/* $NetBSD: rtld_start.S,v 1.7 2002/09/12 17:18:38 mycroft Exp $ */
/*-
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Matt Thomas.
+ * by Matt Thomas and by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff -r d0e1165664bf -r df0ab80370a8 libexec/ld.elf_so/arch/i386/rtld_start.S
--- a/libexec/ld.elf_so/arch/i386/rtld_start.S Thu Sep 12 17:16:38 2002 +0000
+++ b/libexec/ld.elf_so/arch/i386/rtld_start.S Thu Sep 12 17:18:37 2002 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: rtld_start.S,v 1.6 2002/09/12 17:07:26 mycroft Exp $ */
+/* $NetBSD: rtld_start.S,v 1.7 2002/09/12 17:18:39 mycroft Exp $ */
/*-
- * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
diff -r d0e1165664bf -r df0ab80370a8 libexec/ld.elf_so/arch/m68k/rtld_start.S
--- a/libexec/ld.elf_so/arch/m68k/rtld_start.S Thu Sep 12 17:16:38 2002 +0000
+++ b/libexec/ld.elf_so/arch/m68k/rtld_start.S Thu Sep 12 17:18:37 2002 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: rtld_start.S,v 1.5 2002/09/12 17:07:26 mycroft Exp $ */
+/* $NetBSD: rtld_start.S,v 1.6 2002/09/12 17:18:39 mycroft Exp $ */
/*-
- * Copyright (c) 1999 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Klaus Klein.
+ * by Klaus Klein and by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff -r d0e1165664bf -r df0ab80370a8 libexec/ld.elf_so/arch/mips/rtld_start.S
--- a/libexec/ld.elf_so/arch/mips/rtld_start.S Thu Sep 12 17:16:38 2002 +0000
+++ b/libexec/ld.elf_so/arch/mips/rtld_start.S Thu Sep 12 17:18:37 2002 +0000
@@ -1,7 +1,8 @@
-/* $NetBSD: rtld_start.S,v 1.5 2002/09/12 17:08:32 mycroft Exp $ */
+/* $NetBSD: rtld_start.S,v 1.6 2002/09/12 17:18:40 mycroft Exp $ */
/*
* Copyright 1997 Michael L. Hitch <mhitch%montana.edu@localhost>
+ * Portions copyright 2002 Charles M. Hannum.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff -r d0e1165664bf -r df0ab80370a8 libexec/ld.elf_so/arch/powerpc/rtld_start.S
--- a/libexec/ld.elf_so/arch/powerpc/rtld_start.S Thu Sep 12 17:16:38 2002 +0000
+++ b/libexec/ld.elf_so/arch/powerpc/rtld_start.S Thu Sep 12 17:18:37 2002 +0000
@@ -1,7 +1,8 @@
-/* $NetBSD: rtld_start.S,v 1.8 2002/09/12 17:07:26 mycroft Exp $ */
+/* $NetBSD: rtld_start.S,v 1.9 2002/09/12 17:18:40 mycroft Exp $ */
/*-
* Copyright (C) 1998 Tsubai Masanari
+ * Portions copyright 2002 Charles M. Hannum.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff -r d0e1165664bf -r df0ab80370a8 libexec/ld.elf_so/arch/sparc/rtld_start.S
--- a/libexec/ld.elf_so/arch/sparc/rtld_start.S Thu Sep 12 17:16:38 2002 +0000
+++ b/libexec/ld.elf_so/arch/sparc/rtld_start.S Thu Sep 12 17:18:37 2002 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: rtld_start.S,v 1.8 2002/09/12 17:07:26 mycroft Exp $ */
+/* $NetBSD: rtld_start.S,v 1.9 2002/09/12 17:18:41 mycroft Exp $ */
/*-
- * Copyright (c) 1999 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Christos Zoulas and Paul Kranenburg.
+ * by Christos Zoulas, Paul Kranenburg, and by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff -r d0e1165664bf -r df0ab80370a8 libexec/ld.elf_so/arch/sparc64/rtld_start.S
--- a/libexec/ld.elf_so/arch/sparc64/rtld_start.S Thu Sep 12 17:16:38 2002 +0000
+++ b/libexec/ld.elf_so/arch/sparc64/rtld_start.S Thu Sep 12 17:18:37 2002 +0000
@@ -1,12 +1,12 @@
-/* $NetBSD: rtld_start.S,v 1.8 2002/09/12 17:07:27 mycroft Exp $ */
+/* $NetBSD: rtld_start.S,v 1.9 2002/09/12 17:18:41 mycroft Exp $ */
/*-
* Copyright (c) 2000 Eduardo Horvath.
- * Copyright (c) 1999 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Christos Zoulas and Paul Kranenburg.
+ * by Christos Zoulas, Paul Kranenburg and by Charles M. Hannum.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Home |
Main Index |
Thread Index |
Old Index