Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
b3210d14
Commit
b3210d14
authored
Nov 22, 2013
by
Vineet Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARCv2: extable: Enable sorting at build time
Signed-off-by:
Vineet Gupta
<
vgupta@synopsys.com
>
parent
8922bc30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
scripts/sortextable.c
scripts/sortextable.c
+5
-0
No files found.
scripts/sortextable.c
View file @
b3210d14
...
...
@@ -47,6 +47,10 @@
#define EM_MICROBLAZE 189
#endif
#ifndef EM_ARCV2
#define EM_ARCV2 195
#endif
static
int
fd_map
;
/* File descriptor for file being modified. */
static
int
mmap_failed
;
/* Boolean flag. */
static
void
*
ehdr_curr
;
/* current ElfXX_Ehdr * for resource cleanup */
...
...
@@ -281,6 +285,7 @@ do_file(char const *const fname)
custom_sort
=
sort_relative_table
;
break
;
case
EM_ARCOMPACT
:
case
EM_ARCV2
:
case
EM_ARM
:
case
EM_AARCH64
:
case
EM_MICROBLAZE
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment