Skip to content

Commit

Permalink
Merge branch 'mr/make-exception-type-information-reachable' into 'mas…
Browse files Browse the repository at this point in the history
…ter'

Make exception-type information readable through __eh_frame_hdr_cap

See merge request eng/toolchain/bb-runtimes!81
  • Loading branch information
sebastianpoeplau committed Mar 19, 2024
2 parents 3881098 + 08b2721 commit b57dcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aarch64/morello/common.ld
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ SECTIONS
{
*(.data.rel.ro)
*(.data.rel.ro.*)
__eh_frame_hdr_limit = .;
} > REGION_DATA

.got :
Expand All @@ -176,6 +175,7 @@ SECTIONS
. = ALIGN(0x10);
__data_end = .;
__data_dwords = (__data_end - __data_start) >> 3;
__eh_frame_hdr_limit = .;
} > REGION_DATA

.bss (NOLOAD): {
Expand Down

0 comments on commit b57dcd9

Please sign in to comment.