Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11153
b: refs/heads/master
c: f039b5d
h: refs/heads/master
i:
  11151: 673c6ce
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent d07989a commit 56be692
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7db36c858c01218bf02931c39076b082c42d964c
refs/heads/master: f039b5d3661a9b95bd86aa5a268c766b53df50e5
8 changes: 7 additions & 1 deletion trunk/include/asm-mips/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 56be692

Please sign in to comment.