projects
/
platform
/
upstream
/
elfutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e4c92
)
libelf: Sync elf.h from glibc.
author
Mark Wielaard
<mark@klomp.org>
Wed, 28 Oct 2020 11:36:57 +0000
(12:36 +0100)
committer
Mark Wielaard
<mark@klomp.org>
Wed, 28 Oct 2020 11:44:34 +0000
(12:44 +0100)
Makes elf.h standalone and removes __BEGIN_DECLS/__END_DECLS macros.
Signed-off-by: Mark Wielaard <mark@klomp.org>
libelf/ChangeLog
patch
|
blob
|
history
libelf/elf.h
patch
|
blob
|
history
diff --git
a/libelf/ChangeLog
b/libelf/ChangeLog
index
a3f1588
..
b15508f
100644
(file)
--- a/
libelf/ChangeLog
+++ b/
libelf/ChangeLog
@@
-1,3
+1,7
@@
+2020-10-28 Mark Wielaard <mark@klomp.org>
+
+ * elf.h: Update from glibc.
+
2020-08-28 Mark Wielaard <mark@klomp.org>
* elf.h: Update from glibc.
diff --git
a/libelf/elf.h
b/libelf/elf.h
index
ff9f1da
..
6439c1a
100644
(file)
--- a/
libelf/elf.h
+++ b/
libelf/elf.h
@@
-19,10
+19,6
@@
#ifndef _ELF_H
#define _ELF_H 1
-#include <features.h>
-
-__BEGIN_DECLS
-
/* Standard ELF types. */
#include <stdint.h>
@@
-4105,6
+4101,4
@@
enum
#define R_ARC_TLS_LE_S9 0x4a
#define R_ARC_TLS_LE_32 0x4b
-__END_DECLS
-
#endif /* elf.h */