Merge pull request #615 from NixOS/0.15-latest-elf-header

elf.h: Update `RISC-V` relocations
This commit is contained in:
John Ericson
2025-08-12 22:21:30 -04:00
committed by GitHub
3 changed files with 1141 additions and 115 deletions

View File

@@ -1,4 +1,10 @@
## Release History
# Release History
## 0.16.4 (August 12, 2025)
* Update to a later glibc `elf.h`.
This should not result in any behavioral changes, except for possibly better architecture-specific support.
## 0.15.3 (August 12, 2025)

1246
src/elf.h

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1 @@
0.15.3
0.15.4