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 3b49fd31dc219d537de2b99f9a0382061165be95 (commit)
from ab8299587e359b2dc6ea766ab04357a0368952f6 (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 3b49fd31dc219d537de2b99f9a0382061165be95
Author: Waldemar Brodkorb <wbx(a)openadk.org>
Date: Sun Feb 21 11:32:01 2016 +0100
mips64: with n64 ABI mapping failed
Booting on Lemote Yeelong with a page size != 4kb
ld.so is crashing and failed to load libc.so.
Do not hardcode the offset for n64 ABI.
-----------------------------------------------------------------------
Summary of changes:
ldso/ldso/mips/dl-sysdep.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/ldso/ldso/mips/dl-sysdep.h b/ldso/ldso/mips/dl-sysdep.h
index b2caa7f..0122199 100644
--- a/ldso/ldso/mips/dl-sysdep.h
+++ b/ldso/ldso/mips/dl-sysdep.h
@@ -164,11 +164,6 @@ unsigned long __dl_runtime_pltresolve(struct elf_resolve *tpnt,
void _dl_perform_mips_global_got_relocations(struct elf_resolve *tpnt, int lazy);
-/* 4096 bytes alignment */
-#if _MIPS_SIM == _MIPS_SIM_ABI64
-#define OFFS_ALIGN (0x10000000000UL-0x1000)
-#endif /* O32 || N32 */
-
#if defined USE_TLS
# if _MIPS_SIM == _MIPS_SIM_ABI64
# define elf_machine_type_class(type) \
hooks/post-receive
--
uClibc-ng - small C library for embedded systems
Show replies by date