From 56be6928706365cc6ec98d08937351d606c38364 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 13 Jul 2005 17:56:24 +0000 Subject: [PATCH] --- yaml --- r: 11153 b: refs/heads/master c: f039b5d3661a9b95bd86aa5a268c766b53df50e5 h: refs/heads/master i: 11151: 673c6ce282b0d56e472bcd10b26e54a795df0c2e v: v3 --- [refs] | 2 +- trunk/include/asm-mips/elf.h | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4c8cc4a2d7a6..2424a268b42a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7db36c858c01218bf02931c39076b082c42d964c +refs/heads/master: f039b5d3661a9b95bd86aa5a268c766b53df50e5 diff --git a/trunk/include/asm-mips/elf.h b/trunk/include/asm-mips/elf.h index a4db9ec95665..9361ee00c103 100644 --- a/trunk/include/asm-mips/elf.h +++ b/trunk/include/asm-mips/elf.h @@ -2,6 +2,8 @@ * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. + * + * Much of this is taken from binutils and GNU libc ... */ #ifndef _ASM_ELF_H #define _ASM_ELF_H @@ -105,7 +107,11 @@ #define R_MIPS_LOVENDOR 100 #define R_MIPS_HIVENDOR 127 -#define SHN_MIPS_ACCOMON 0xff00 +#define SHN_MIPS_ACCOMON 0xff00 /* Allocated common symbols */ +#define SHN_MIPS_TEXT 0xff01 /* Allocated test symbols. */ +#define SHN_MIPS_DATA 0xff02 /* Allocated data symbols. */ +#define SHN_MIPS_SCOMMON 0xff03 /* Small common symbols */ +#define SHN_MIPS_SUNDEFINED 0xff04 /* Small undefined symbols */ #define SHT_MIPS_LIST 0x70000000 #define SHT_MIPS_CONFLICT 0x70000002