build: Update forgotten IA32 link script after 35ccc3ace5
This commit is contained in:
@@ -50,11 +50,16 @@ SECTIONS
|
||||
.data : {
|
||||
data_begin = .;
|
||||
*(.data .data.*)
|
||||
} :data
|
||||
|
||||
.bss : {
|
||||
*(.bss .bss.*)
|
||||
*(COMMON)
|
||||
data_end = .;
|
||||
} :data
|
||||
|
||||
*(.no_unwind)
|
||||
.no_unwind : {
|
||||
*(.no_unwind)
|
||||
} :data
|
||||
|
||||
.dynamic : {
|
||||
|
||||
Reference in New Issue
Block a user