Re: [PATCH 0/5] newlib: m68k-atari-dev fixes.
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <1763370632295.7.6394@webmail-backend-production-7f56666c44-ssk6n> |
BUMP Also, I wrote wrong below: The only target affected whould be "m68k-atari-elf". /Mikael Hildenborg. Den måndag 29 september 2025 kl. 08:57:59 +02:00, skrev <[email protected]>: > Collection of bugfixes after feedback from community. > Should only affect the target: m68k-atari-dev. > > Mikael Hildenborg (5): > m68k-atari-elf: fixed wrong number of seconds between 1900 and 1980. > m68k-atari-elf: changed stack and heap handling to mimic mintlib. > m68k-atari-elf: updated readme > m68k-atari-elf: proper setup of environment variables and program > arguments. > m68k-atari-elf: specs file declares environ as undefined. > > libgloss/m68k/atari/README | 26 +-- > libgloss/m68k/atari/atari-crt0.S | 55 +----- > libgloss/m68k/atari/atari-crti.S | 123 +++++++++---- > libgloss/m68k/atari/atari-environ.c | 267 +++++++++++++++++++++++++++- > libgloss/m68k/atari/atari-gettod.c | 2 +- > libgloss/m68k/atari/atari-sbrk.c | 18 +- > libgloss/m68k/atari/atari-tos.specs | 2 +- > 7 files changed, 389 insertions(+), 104 deletions(-) > > -- > 2.43.0 > >