Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Fix misinformation in comment



details:   https://anonhg.NetBSD.org/src/rev/0a03e2c5cae8
branches:  trunk
changeset: 508924:0a03e2c5cae8
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Apr 22 15:09:03 2001 +0000

description:
Fix misinformation in comment

diffstat:

 sys/sys/exec_elf.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 987a6ba67fdd -r 0a03e2c5cae8 sys/sys/exec_elf.h
--- a/sys/sys/exec_elf.h        Sun Apr 22 15:03:22 2001 +0000
+++ b/sys/sys/exec_elf.h        Sun Apr 22 15:09:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_elf.h,v 1.43 2001/04/13 17:05:27 kleink Exp $     */
+/*     $NetBSD: exec_elf.h,v 1.44 2001/04/22 15:09:03 pooka Exp $      */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -308,12 +308,12 @@
 #define        SHT_PROGBITS    1               /* Program information */
 #define        SHT_SYMTAB      2               /* Symbol table */
 #define        SHT_STRTAB      3               /* String table */
-#define        SHT_RELA        4               /* Absolute relocation information */
+#define        SHT_RELA        4               /* Relocation information w/ addend */
 #define        SHT_HASH        5               /* Symbol hash table */
 #define        SHT_DYNAMIC     6               /* Dynamic linking information */
 #define        SHT_NOTE        7               /* Auxiliary information */
 #define        SHT_NOBITS      8               /* No space allocated in file image */
-#define        SHT_REL         9               /* Relative relocation information */
+#define        SHT_REL         9               /* Relocation information w/o addend */
 #define        SHT_SHLIB       10              /* Reserved, unspecified semantics */
 #define        SHT_DYNSYM      11              /* Symbol table for dynamic linker */
 #define        SHT_NUM         12



Home | Main Index | Thread Index | Old Index