*.efi.lds: Add .rel.dyn section

LLVM LLD always calls it .rel[a].dyn no matter what
so add this to the .rel[a] section

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
Callum Farmer 2023-03-04 17:57:39 +00:00
parent 15f10734e7
commit 02f96e8a26
7 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,7 @@ SECTIONS
*(.rela.data*)
*(.rela.got)
*(.rela.plt)
*(.rela.dyn)
*(.rela.stab)
}
. = ALIGN(512);

View File

@ -47,6 +47,7 @@ SECTIONS
*(.rel.data*)
*(.rel.got)
*(.rel.plt)
*(.rel.dyn)
*(.rel.stab)
}
_edata = .;

View File

@ -62,6 +62,7 @@ SECTIONS
*(.rel.data*)
*(.rel.got)
*(.rel.plt)
*(.rel.dyn)
*(.rel.stab)
*(.data.rel.ro.local)
*(.data.rel.local)

View File

@ -59,6 +59,7 @@ SECTIONS
*(.rela.data*)
*(.rela.got)
*(.rela.plt)
*(.rela.dyn)
*(.rela.gnu.linkonce.d*)
*(.rela.stab)
*(.rela.ctors)

View File

@ -47,6 +47,7 @@ SECTIONS
*(.rel.data*)
*(.rel.got)
*(.rel.plt)
*(.rel.dyn)
*(.rel.stab)
}
_edata = .;

View File

@ -50,6 +50,7 @@ SECTIONS {
*(.rela.data*)
*(.rela.got)
*(.rela.plt)
*(.rela.dyn)
*(.rela.stab)
}
. = ALIGN(512);

View File

@ -59,6 +59,7 @@ SECTIONS
*(.rela.data*)
*(.rela.got)
*(.rela.plt)
*(.rela.dyn)
*(.rela.stab)
}
. = ALIGN(4096);