aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/elf_common.h
diff options
context:
space:
mode:
authorRobert Drehmel <robert@FreeBSD.org>2002-08-11 21:07:50 +0000
committerRobert Drehmel <robert@FreeBSD.org>2002-08-11 21:07:50 +0000
commitf6273f8529d55362b1568c2bccd379929d16335d (patch)
tree7464dcc3252855d4629a39daf138ae891feea727 /sys/sys/elf_common.h
parent87df4f8f189a4188a60a6f19dcaec1f002dc41ae (diff)
downloadsrc-f6273f8529d55362b1568c2bccd379929d16335d.tar.gz
src-f6273f8529d55362b1568c2bccd379929d16335d.zip
- Call a SHT_REL 'relocation section' rather than
'relation section'. - Put a space between a word and the end of comment delimiter.
Notes
Notes: svn path=/head/; revision=101700
Diffstat (limited to 'sys/sys/elf_common.h')
-rw-r--r--sys/sys/elf_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index bc7e8f545cea..6aca54fd6a7c 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -154,12 +154,12 @@ typedef struct {
#define SHT_PROGBITS 1 /* program defined information */
#define SHT_SYMTAB 2 /* symbol table section */
#define SHT_STRTAB 3 /* string table section */
-#define SHT_RELA 4 /* relocation section with addends*/
+#define SHT_RELA 4 /* relocation section with addends */
#define SHT_HASH 5 /* symbol hash table section */
#define SHT_DYNAMIC 6 /* dynamic section */
#define SHT_NOTE 7 /* note section */
#define SHT_NOBITS 8 /* no space section */
-#define SHT_REL 9 /* relation section without addends */
+#define SHT_REL 9 /* relocation section - no addends */
#define SHT_SHLIB 10 /* reserved - purpose unknown */
#define SHT_DYNSYM 11 /* dynamic symbol table section */
#define SHT_NUM 12 /* number of section types */