Skip to content

Commit

Permalink
leftover cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrill Leutwiler <[email protected]>
  • Loading branch information
xermicus committed Jul 2, 2024
1 parent 83c4785 commit 9aab05a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/polkavm-linker/src/program_from_elf.rs
Original file line number Diff line number Diff line change
@@ -6584,7 +6584,6 @@ pub fn program_from_elf(config: Config, data: &[u8]) -> Result<Vec<u8>, ProgramF
|| name.starts_with(".data.rel.ro.")
|| name == ".got"
|| name == ".relro_padding"
|| name.starts_with(".rela.debug_loclists")
{
if name == ".rodata" && is_writable {
return Err(ProgramFromElfError::other(format!(

0 comments on commit 9aab05a

Please sign in to comment.