Skip to content

Commit

Permalink
Version 1.7.8
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Aug 11, 2022
1 parent 5c3ffa9 commit 04ada59
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions README.md
Expand Up @@ -125,6 +125,30 @@ use Picolibc:

## Releases

### Picolibc version 1.7.8

1. Fix el/ix level 4 code type errors

2. Fix out-of-source CMake build (thanks Max Behensky)

3. Improve build.md docs (thanks Kalle Raiskila)

4. Fix cmake build for various architectures

5. Initialize lock in fdopen

6. Remove %M from linker paths in single-arch builds

7. Shrink tinystdio vfprintf and vfscanf a bit

8. Use -fno-builtin-malloc -fno-builtin-free (GCC 12 compat)

9. Use -fno-builtin-copysignl (GCC 12 compat)

10. Add _zicsr to -march for risc-v picocrt (binutils 2.38 compat)

11. Add -no-warn-rwx-segments to link spec (binutils 2.38 compat)

### Picolibc version 1.7.7

1. Fix semihost gettimeofday, add a test.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -42,7 +42,7 @@ project('picolibc', 'c',
],
license : 'BSD',
meson_version : '>= 0.53',
version: '1.7.7'
version: '1.7.8'
)

targets = []
Expand Down

0 comments on commit 04ada59

Please sign in to comment.