diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-13 13:56:24 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:47 -0400 |
commit | f039b5d3661a9b95bd86aa5a268c766b53df50e5 (patch) | |
tree | 3cf7ba67acd981430a8ea285ecc558d1d0b9f602 /include/asm-mips/elf.h | |
parent | 7db36c858c01218bf02931c39076b082c42d964c (diff) |
Add a few more SHN_MIPS_* symbols from glibc.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/elf.h')
-rw-r--r-- | include/asm-mips/elf.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/asm-mips/elf.h b/include/asm-mips/elf.h index a4db9ec95665..9361ee00c103 100644 --- a/include/asm-mips/elf.h +++ b/include/asm-mips/elf.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * This file is subject to the terms and conditions of the GNU General Public | 2 | * This file is subject to the terms and conditions of the GNU General Public |
3 | * License. See the file "COPYING" in the main directory of this archive | 3 | * License. See the file "COPYING" in the main directory of this archive |
4 | * for more details. | 4 | * for more details. |
5 | * | ||
6 | * Much of this is taken from binutils and GNU libc ... | ||
5 | */ | 7 | */ |
6 | #ifndef _ASM_ELF_H | 8 | #ifndef _ASM_ELF_H |
7 | #define _ASM_ELF_H | 9 | #define _ASM_ELF_H |
@@ -105,7 +107,11 @@ | |||
105 | #define R_MIPS_LOVENDOR 100 | 107 | #define R_MIPS_LOVENDOR 100 |
106 | #define R_MIPS_HIVENDOR 127 | 108 | #define R_MIPS_HIVENDOR 127 |
107 | 109 | ||
108 | #define SHN_MIPS_ACCOMON 0xff00 | 110 | #define SHN_MIPS_ACCOMON 0xff00 /* Allocated common symbols */ |
111 | #define SHN_MIPS_TEXT 0xff01 /* Allocated test symbols. */ | ||
112 | #define SHN_MIPS_DATA 0xff02 /* Allocated data symbols. */ | ||
113 | #define SHN_MIPS_SCOMMON 0xff03 /* Small common symbols */ | ||
114 | #define SHN_MIPS_SUNDEFINED 0xff04 /* Small undefined symbols */ | ||
109 | 115 | ||
110 | #define SHT_MIPS_LIST 0x70000000 | 116 | #define SHT_MIPS_LIST 0x70000000 |
111 | #define SHT_MIPS_CONFLICT 0x70000002 | 117 | #define SHT_MIPS_CONFLICT 0x70000002 |