Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libelf
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
libelf
Commits
251be916
Commit
251be916
authored
Aug 31, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated elfutils to 0.176
parent
a0cc620b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
33 deletions
+7
-33
Makefile
Makefile
+7
-9
elfutils-0.170-gcc-8.patch
elfutils-0.170-gcc-8.patch
+0
-12
elfutils-0.170-tests.patch
elfutils-0.170-tests.patch
+0
-12
elfutils-0.176.tar.bz2
elfutils-0.176.tar.bz2
+0
-0
No files found.
Makefile
View file @
251be916
all
:
all
:
tar
xf elfutils-0.170.tar.bz2
tar
xf elfutils-0.176.tar.bz2
patch
-Np1
-d
elfutils-0.170 < elfutils-0.170-gcc-8.patch
cd
elfutils-0.176
&&
./configure
--prefix
=
/usr
patch
-Np1
-d
elfutils-0.170 < elfutils-0.170-tests.patch
$(MAKE)
-C
elfutils-0.176
cd
elfutils-0.170
&&
./configure
--prefix
=
/usr
$(MAKE)
-C
elfutils-0.170
-
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
-
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
elfutils-0.17
0
check
;
\
$(MAKE)
-C
elfutils-0.17
6
check
;
\
fi
fi
$(MAKE)
-C
elfutils-0.17
0
/libelf
install
$(MAKE)
-C
elfutils-0.17
6
/libelf
install
install
-vm644
elfutils-0.17
0
/config/libelf.pc /usr/lib/pkgconfig
install
-vm644
elfutils-0.17
6
/config/libelf.pc /usr/lib/pkgconfig
rm
-rf
elfutils-0.17
0
rm
-rf
elfutils-0.17
6
elfutils-0.170-gcc-8.patch
deleted
100644 → 0
View file @
a0cc620b
diff -uNr elfutils-0.170/backends/linux-core-note.c elfutils-0.170-gcc-8/backends/linux-core-note.c
--- elfutils-0.170/backends/linux-core-note.c 2017-06-20 00:15:16.000000000 +0930
+++ elfutils-0.170-gcc-8/backends/linux-core-note.c 2018-06-11 03:28:50.522130054 +0930
@@ -111,7 +111,7 @@
FIELD (INT, pr_fpvalid);
}
#ifdef ALIGN_PRSTATUS
- __attribute__ ((packed, aligned (ALIGN_PRSTATUS)))
+ attribute_packed __attribute__ ((aligned (ALIGN_PRSTATUS)))
#endif
;
elfutils-0.170-tests.patch
deleted
100644 → 0
View file @
a0cc620b
diff -uNr elfutils-0.170/tests/run-strip-nothing.sh elfutils-0.170-tests/tests/run-strip-nothing.sh
--- elfutils-0.170/tests/run-strip-nothing.sh 2017-06-20 00:15:16.000000000 +0930
+++ elfutils-0.170-tests/tests/run-strip-nothing.sh 2018-05-24 21:05:58.434585484 +0930
@@ -23,7 +23,7 @@
tempfiles a.out strip.out debug.out
# Create no-debug a.out.
-echo "int main() { return 1; }" | gcc -xc -
+echo "int main() { return 1; }" | gcc -s -xc -
# strip to file
testrun ${abs_top_builddir}/src/strip -g -o strip.out ||
elfutils-0.17
0
.tar.bz2
→
elfutils-0.17
6
.tar.bz2
View file @
251be916
No preview for this file type
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