Waldemar Brodkorb wbx

wbx oss/openadk zamanında master buraya push yaptı

16 saat önce

wbx oss/openadk zamanında master buraya push yaptı

1 gün önce

wbx oss/openadk zamanında master buraya push yaptı

  • 298011bfb9 xtensa: fix de212 kernel configuration

1 gün önce

wbx oss/openadk zamanında master buraya push yaptı

3 gün önce

wbx oss/uclibc-ng zamanında master buraya push yaptı

  • 7be734848b xtensa: make _init and _fini hidden Make _init and _fini hidden so that references to these symbols bind locally in the shared objects. glibc does the same. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
  • eec59f10c4 xtensa: use compiler-provided XCHAL macros Starting with gcc-13 the compiler provides configuration-specific macro definitions for the target xtensa core. Use them when available instead of the configuration overlay file xtensa-config.h Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
  • 799cd4cf0a linuxthreads: enable unwinding over signal frames linuxthreads use a helper function to invoke signal handlers, this function needs stack unwinding information to enable stack unwinding from signal handlers over signal frames. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
  • Bu 3 işlemeler için karşılaştırmaları görüntüle »

1 hafta önce

wbx oss/uclibc-ng zamanında master buraya push yaptı

  • 3f6ad63609 Cast to proper types inside atomic macroses. GCC-14 raises `-Wint-conversion` error if lvalues are of pointer types and rvalues are of integer types. Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
  • ca9049c9db libc/sysdeps/linux/common/utime.c: fix riscv32 build Commit 48591e2a259d84247ae38f050bd58e6f7450bb77 forgot to update utime.c resulting in the following riscv32 build failure with applications using utime such as bzip2: /home/buildroot/autobuild/instance-0/output-1/host/riscv32-buildroot-linux-uclibc/bin/ld.real: bzip2.o: in function `copyFileName': bzip2.c:(.text+0x1fcc): undefined reference to `utime' Fixes: 48591e2a259d84247ae38f050bd58e6f7450bb77 - http://autobuild.buildroot.org/results/2e37d4e0bcef515fe9e643737419bfd26aa2833e Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
  • Bu 2 işlemeler için karşılaştırmaları görüntüle »

1 hafta önce

wbx oss/openadk zamanında master buraya push yaptı

1 hafta önce

wbx oss/uclibc-ng zamanında master buraya push yaptı

  • 24e6de08d5 Fix wrong `struct ucontext_t` typedef for all arches. The correct one is `struct ucontext` -> `ucontext_t`. Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
  • 4cab29f60e riscv32: Fix `struct ucontext` definition. The correct typedef is `struct ucontext` -> `ucontext_t`, not `struct ucontext_t` -> `ucontext_t` like for other architectures. Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>
  • Bu 2 işlemeler için karşılaştırmaları görüntüle »

1 hafta önce

wbx oss/uclibc-ng zamanında master buraya push yaptı

  • 1b9e6f067d Fix riscv32 build with gcc-14. Add missing includes and function decls. Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>

1 hafta önce

wbx oss/openadk zamanında master buraya push yaptı

2 hafta önce

wbx oss/uclibc-ng zamanında master buraya push yaptı

2 hafta önce

wbx oss/uclibc-ng-test zamanında master buraya push yaptı

  • 132c6134d6 add nds32 ULPs file, disable stalling ex3 test

2 hafta önce

wbx oss/uclibc-ng zamanında master buraya push yaptı

  • 1e704165de Correct uClibc compilation. - Include sys/types.h instead of asm/types.h to prevent types conflict for uClibc typedefs and kernel headers typedefs. - Cast 3rd arg of utimensat_time64 syscall to integer type to avoid compiler's -Wint-conversion error. The error was found during uClibc compilation for mips32. Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com>

2 hafta önce

wbx oss/openadk zamanında master buraya push yaptı

  • 6d77c8668e enable vDSO in supported architectures

2 hafta önce

wbx oss/uclibc-ng zamanında master buraya push yaptı

  • 1868784053 fix kernel_stat64 definition The commit 74ca8d6f5d2e ("remove UCLIBC_HAS_LFS") removed conditional compilation dependent on __UCLIBC_HAS_LFS__, assuming it to be always defined, but removed the wrong branch in the definition of kernel_stat64. Fix kernel_stat64 definition to be stat64. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Tested-by: Chris Packham <judge.packham@gmail.com>

2 hafta önce

wbx oss/uclibc-ng zamanında master buraya push yaptı

  • 7343bd6a49 malloc/memalign: avoid integer overflow Check that the size passed to memalign() is not greater than PTRDIFF_MAX before adjusting it, otherwise it may wrap around in the adjustment. This fixes gcc testsuite test gcc.dg/torture/pr60092.c Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>

2 hafta önce

wbx oss/openadk zamanında master buraya push yaptı

2 hafta önce

wbx oss/openadk zamanında master buraya push yaptı

2 hafta önce

wbx oss/uclibc-ng-test zamanında master buraya push yaptı

  • 1bb237b695 test-skeleton: don't force -d on noMMU There's a few tests whose do_test() is supposed to time out or terminate with a signal. Tests communicate it to the test skeleton by defining EXPECTED_SIGNAL or EXPECTED_STATUS and the skeleton completes with success code when that happens. Running test suite in direct mode by default changes that, as a result test running script reports failures for the tests that actually pass or hangs. Instead of switching to direct test running when building for noMMU use vfork() and exec() the test in the child process in direct mode. This makes the default test process behavior the same on MMU and noMMU targets. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>

2 hafta önce

wbx oss/uclibc-ng zamanında master buraya push yaptı

  • ad21b95c97 m68k: fix noMMU ELF compile with gcc 14.x

2 hafta önce