Skip to content

Commit

Permalink
Merge branch 'morello-gnat-llvm-fix-linker-issues' into 'master'
Browse files Browse the repository at this point in the history
Fix linker issues with GNAT-LLVM targeting Morello

See merge request eng/toolchain/bb-runtimes!57
  • Loading branch information
sebastianpoeplau committed Nov 27, 2023
2 parents 4221938 + 0251611 commit 75703e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions aarch64/morello/common.ld
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ SECTIONS
*(.got)
} > REGION_DATA

__data_load = .;
.data : AT (__data_load)
.data :
{
__data_load = .;
__data = .;
__data_start = .;
*(.data .gnu.linkonce.d*)
Expand Down
5 changes: 0 additions & 5 deletions aarch64/morello/trap_vector.S
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
.globl __sync_interrupt
.globl __irq_interrupt
.globl __fiq_interrupt
.globl interrupt_stack_table
.globl __serror_interrupt_low
.globl __sync_interrupt_low
.globl __irq_interrupt_low
.globl __fiq_interrupt_low

.org 0
.section .vectors, "a"
Expand Down

0 comments on commit 75703e2

Please sign in to comment.