forked from Imagelibrary/binutils-gdb
Fixup checkin of wrong source
This commit is contained in:
@@ -108,7 +108,12 @@ SECTIONS
|
||||
*(.gnu.linkonce.d*)
|
||||
${CONSTRUCTING+CONSTRUCTORS}
|
||||
} ${RELOCATING+ >DATA}
|
||||
.data1 ${RELOCATING-0} : { *(.data1) } ${RELOCATING+ >DATA}
|
||||
|
||||
.data1 ${RELOCATING-0} : {
|
||||
*(.data1)
|
||||
*(.data1.*)
|
||||
} ${RELOCATING+ >DATA}
|
||||
|
||||
${RELOCATING+${CTOR} >DATA}
|
||||
${RELOCATING+${DTOR} >DATA}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user