Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
removed quad from special sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Strelsky committed Jun 30, 2023
1 parent f993417 commit d60c9d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_elf/linker.x
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ SECTIONS {
} : phdr_rodata

.eh_frame_hdr : ALIGN(0x4000) {
QUAD(0xDEADBEEF)
*(.eh_frame_hdr)
} : phdr_eh_frame

Expand Down Expand Up @@ -103,7 +102,6 @@ SECTIONS {
PROVIDE (__payload_end = .);

.dynamic : ALIGN(0x4000) {
QUAD(0xDEADBEEF)
PROVIDE_HIDDEN (_DYNAMIC = .);
*(.dynamic);
} : phdr_dynamic
Expand Down

0 comments on commit d60c9d6

Please sign in to comment.