diff options
| author | Mark Wielaard <[email protected]> | 2023-01-19 23:04:04 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2023-01-19 23:46:31 +0100 |
| commit | 10bee029441544dab81ea9e2b408eca9679aee38 (patch) | |
| tree | 7e44a2ac1aa00b4c32f85191d6a1f1563dfd185c /backends/ChangeLog | |
| parent | 61c6accb64ba7424f92d617680a6a61fbb562b57 (diff) | |
backends: sparc uses NONE relocation type in ET_EXEC and ET_DYN files
Using the NONE relocation doesn't do anything, but is harmless.
This fixes several (self) tests on sparc that use elflint to
check files are valid ELF.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index f28ab89b..40ec7c0c 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,7 @@ +2023-01-19 Mark Wielaard <[email protected]> + + * sparc_reloc.def (NONE): Add EXEC and DYN. + 2022-12-21 Shahab Vahedi <[email protected]> * Makefile.am (modules): Add arc. |
