Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
f039b5d3
Commit
f039b5d3
authored
19 years ago
by
Ralf Baechle
Browse files
Options
Downloads
Patches
Plain Diff
Add a few more SHN_MIPS_* symbols from glibc.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
7db36c85
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/asm-mips/elf.h
+7
-1
7 additions, 1 deletion
include/asm-mips/elf.h
with
7 additions
and
1 deletion
include/asm-mips/elf.h
+
7
−
1
View file @
f039b5d3
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
* This file is subject to the terms and conditions of the GNU General Public
* 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
* License. See the file "COPYING" in the main directory of this archive
* for more details.
* for more details.
*
* Much of this is taken from binutils and GNU libc ...
*/
*/
#ifndef _ASM_ELF_H
#ifndef _ASM_ELF_H
#define _ASM_ELF_H
#define _ASM_ELF_H
...
@@ -105,7 +107,11 @@
...
@@ -105,7 +107,11 @@
#define R_MIPS_LOVENDOR 100
#define R_MIPS_LOVENDOR 100
#define R_MIPS_HIVENDOR 127
#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_LIST 0x70000000
#define SHT_MIPS_CONFLICT 0x70000002
#define SHT_MIPS_CONFLICT 0x70000002
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment