Skip to content

Commit

Permalink
Merge branch 'topic/dmking/13-morello-increase-eh-frame-hdr-bounds' i…
Browse files Browse the repository at this point in the history
…nto 'master'

morello: Increase bounds for the __eh_frame_hdr capability

See merge request eng/toolchain/bb-runtimes!46
  • Loading branch information
damaki committed Oct 5, 2023
2 parents a4ae601 + 19bc59d commit 95428e9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions aarch64/morello/common.ld
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,8 @@ SECTIONS
.data.rel.ro :
{
*(.data.rel.ro)
*(.data.rel.ro.local.DW.*)

/* The unwinder needs access to some parts of .data.rel.ro, for example
the relocation for __gnat_personality_v0, but it does not need access to
other relocations so we place those symbols after the upper limit */

__eh_frame_hdr_limit = .;

*(.data.rel.ro.*)
__eh_frame_hdr_limit = .;
} > REGION_DATA

.got :
Expand Down

0 comments on commit 95428e9

Please sign in to comment.