aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/elf32.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/plugins/elf32.h')
-rw-r--r--backends/plugins/elf32.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/backends/plugins/elf32.h b/backends/plugins/elf32.h
index 5dec1d2e58..ef6b714a5e 100644
--- a/backends/plugins/elf32.h
+++ b/backends/plugins/elf32.h
@@ -26,7 +26,11 @@
#ifndef BACKENDS_ELF_H
#define BACKENDS_ELF_H
-/* ELF stuff */
+/**
+ * ELF stuff:
+ * The contents of this file were gathered mainly from the SYSTEM V APPLICATION BINARY INTERFACE.
+ * Processor-specific things were garnered from processor-specific supplements to the abi.
+ */
typedef unsigned short Elf32_Half, Elf32_Section;
typedef unsigned int Elf32_Word, Elf32_Addr, Elf32_Off;