SHA256
8
0
forked from pool/newlib

3 Commits

Author SHA256 Message Date
Richard Biener
2ee0e200dc - Update to v4.6.0
* multiple updates for POSIX-1.2024
  * fixed problem when REENTRANT_SYSCALLS_PROVIDED and
    MISSING_SYSCALL_NAMES are defined together
  * improved performance for mem[p]cpy/memmove optimized code
  * new --enable-newlib-hw-misaligned-access option added
  * mips libgloss support fixed
  * optimized mem and str functions for riscv
  * locale code rework to drop global_locale_string and adding
    locale_string to every locale_t
  * new m68k-atari-elf target support added
  * strtorQ method created based on FreeBSD's gdtoa library
    and used for strtold to support 128-bit long double
  * old PRU core libgloss support added
  * data tables updated to Unicode 17.0
  * various fixes
2026-01-26 10:04:29 +01:00
Richard Biener
298acb7fd7 - Use versioned compiler binary (%{target}-gcc-%{gcc_version}) for building. 2025-09-15 15:07:43 +02:00
15ed8aabab - Update to v4.5.0
* major clean-up of libgloss build including merging a number of platforms
    into top-level Makefile (moxie, v850, i960, msp430, frv, i386, ...) and
    removal of dead platforms such as xc16x
  * strverscmp fixed for comparison of digit sequence with non-digits
  * proper locking added from amdgcn
  * numerous improvements to arc support including support of 16-entry
    register file
  * long double complex functions are now skipped if long double != double
  * support for POSIX.1-2024 added to features.h
  * arc64: port added for Synopsys Designware ARCv3 ISA
  * sys/xtensa removed and replaced by machine/xtensa and libgloss
  * fixes to powf
  * fixes for building with gcc-15

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/newlib?expand=0&rev=41
2025-01-16 13:25:38 +00:00