build: UEFI linker scripts adjustments
This commit is contained in:
parent
66ac709839
commit
966b4e542d
|
@ -38,7 +38,8 @@ SECTIONS
|
|||
*(.rodata*)
|
||||
*(.got.plt)
|
||||
*(.got)
|
||||
*(.no_unwind*)
|
||||
*(.full_map)
|
||||
*(.no_unwind)
|
||||
data_begin = .;
|
||||
*(.data*)
|
||||
*(.sdata)
|
||||
|
@ -51,7 +52,6 @@ SECTIONS
|
|||
*(COMMON)
|
||||
data_end = .;
|
||||
*(.rel.local)
|
||||
*(.full_map*)
|
||||
}
|
||||
.note.gnu.build-id : { *(.note.gnu.build-id) }
|
||||
|
||||
|
|
|
@ -38,7 +38,8 @@ SECTIONS
|
|||
*(.rodata*)
|
||||
*(.got.plt)
|
||||
*(.got)
|
||||
*(.no_unwind*)
|
||||
*(.full_map)
|
||||
*(.no_unwind)
|
||||
data_begin = .;
|
||||
*(.data)
|
||||
*(.data1)
|
||||
|
@ -52,7 +53,6 @@ SECTIONS
|
|||
*(.bss)
|
||||
*(COMMON)
|
||||
data_end = .;
|
||||
*(.full_map*)
|
||||
}
|
||||
.note.gnu.build-id : { *(.note.gnu.build-id) }
|
||||
|
||||
|
|
|
@ -38,7 +38,8 @@ SECTIONS
|
|||
*(.rodata*)
|
||||
*(.got.plt)
|
||||
*(.got)
|
||||
*(.no_unwind*)
|
||||
full_map = .;
|
||||
*(.no_unwind)
|
||||
data_begin = .;
|
||||
*(.data)
|
||||
*(.data1)
|
||||
|
@ -52,7 +53,6 @@ SECTIONS
|
|||
*(.bss)
|
||||
*(COMMON)
|
||||
data_end = .;
|
||||
full_map = .;
|
||||
}
|
||||
.note.gnu.build-id : { *(.note.gnu.build-id) }
|
||||
|
||||
|
|
|
@ -38,7 +38,8 @@ SECTIONS
|
|||
*(.rodata*)
|
||||
*(.got.plt)
|
||||
*(.got)
|
||||
*(.no_unwind*)
|
||||
full_map = .;
|
||||
*(.no_unwind)
|
||||
data_begin = .;
|
||||
*(.data*)
|
||||
*(.sdata)
|
||||
|
@ -51,7 +52,6 @@ SECTIONS
|
|||
*(COMMON)
|
||||
data_end = .;
|
||||
*(.rel.local)
|
||||
full_map = .;
|
||||
}
|
||||
.note.gnu.build-id : { *(.note.gnu.build-id) }
|
||||
|
||||
|
|
Loading…
Reference in New Issue