This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "uClibc-ng - small C library for embedded systems".
The branch, 1.0 has been updated via a8ef24af00206f92061753782e15f773f9bd135e (commit) from 65aa786d3f6282da02d35b600e82408b47e0a3fe (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a8ef24af00206f92061753782e15f773f9bd135e Author: Waldemar Brodkorb wbx@openadk.org Date: Wed Mar 11 20:33:38 2015 +0100
add defines from GNU libc to fix ltrace compile
Closes ticket #4. http://www.uclibc-ng.org/trac/ticket/4
-----------------------------------------------------------------------
Summary of changes: include/elf.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/elf.h b/include/elf.h index 68ec7d7..18d286b 100644 --- a/include/elf.h +++ b/include/elf.h @@ -2350,6 +2350,11 @@ typedef Elf32_Addr Elf32_Conflict; #define SHF_ARM_COMDEF 0x80000000 /* Section may be multiply defined in the input to a link step */
+#define SHT_ARM_EXIDX (SHT_LOPROC + 1) /* ARM unwind section. */ +#define SHT_ARM_PREEMPTMAP (SHT_LOPROC + 2) /* Preemption details. */ +#define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */ + + /* ARM-specific program header flags */ #define PF_ARM_SB 0x10000000 /* Segment contains the location addressed by the static base */
hooks/post-receive