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, master has been updated via 9053b90bf3ab2f6f176c2e334db8010efd0d47ca (commit) via 0484bf398b5bd5f4cefa09af7c63c7d63e0e4465 (commit) via 140b3134bc74b2b486c2ae7b45d15a33214f2149 (commit) from 65c8575fc44b7ac0fd58e3bbfb0a31975eaa1d10 (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 9053b90bf3ab2f6f176c2e334db8010efd0d47ca Author: Waldemar Brodkorb wbx@openadk.org Date: Sun Mar 8 17:58:44 2015 -0500
remove duplicate entries
commit 0484bf398b5bd5f4cefa09af7c63c7d63e0e4465 Author: Waldemar Brodkorb wbx@openadk.org Date: Mon Mar 9 01:48:19 2015 -0500
remove NAN selection, better do it in your build system
With older gcc than 4.9.x, this breaks the build. These specific compiler flags belongs better to your favorite build system.
commit 140b3134bc74b2b486c2ae7b45d15a33214f2149 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: Rules.mak | 4 ---- extra/Configs/Config.arc | 17 ----------------- extra/Configs/Config.mips | 15 --------------- include/elf.h | 5 +++++ 4 files changed, 5 insertions(+), 36 deletions(-)
diff --git a/Rules.mak b/Rules.mak index 720aca3..146ea72 100644 --- a/Rules.mak +++ b/Rules.mak @@ -402,10 +402,6 @@ ifeq ($(TARGET_ARCH),mips) CPU_CFLAGS-$(CONFIG_MIPS_N64_ABI)+=-mabi=64 CPU_CFLAGS-$(CONFIG_MIPS_O32_ABI)+=-mabi=32 CPU_CFLAGS-$(CONFIG_MIPS_N32_ABI)+=-mabi=n32 - - CPU_CFLAGS-$(CONFIG_MIPS_NAN_LEGACY)+=-mnan=legacy - CPU_CFLAGS-$(CONFIG_MIPS_NAN_2008)+=-mnan=2008 - CPU_LDFLAGS-y += $(CPU_CFLAGS) endif
diff --git a/extra/Configs/Config.arc b/extra/Configs/Config.arc index c5406c4..0c0bc71 100644 --- a/extra/Configs/Config.arc +++ b/extra/Configs/Config.arc @@ -44,20 +44,3 @@ config CONFIG_ARC_PAGE_SIZE_4K bool "4KB"
endchoice - -choice - prompt "MMU Page Size" - default CONFIG_ARC_PAGE_SIZE_8K - -config CONFIG_ARC_PAGE_SIZE_8K - bool "8KB" - help - Choose between 4k, 8k (default) or 16k - -config CONFIG_ARC_PAGE_SIZE_16K - bool "16KB" - -config CONFIG_ARC_PAGE_SIZE_4K - bool "4KB" - -endchoice diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 76b10c6..4d30d31 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -33,21 +33,6 @@ config CONFIG_MIPS_N64_ABI endchoice
choice - prompt "Target NAN Encoding" - default CONFIG_MIPS_NAN_LEGACY - help - This is the NAN Encoding you want to use. Chose either Legacy - or 2008. - -config CONFIG_MIPS_NAN_LEGACY - bool "LEGACY" - -config CONFIG_MIPS_NAN_2008 - bool "2008" - -endchoice - -choice prompt "Target Processor Architecture" default CONFIG_MIPS_ISA_1 if CONFIG_MIPS_O32_ABI default CONFIG_MIPS_ISA_3 if CONFIG_MIPS_N32_ABI 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