forked from KolibriOS/kolibrios
delete file
git-svn-id: svn://kolibrios.org@8183 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
d4a127c1cb
commit
f708b1dae5
@ -1,28 +0,0 @@
|
||||
ENTRY(start)
|
||||
SECTIONS
|
||||
{
|
||||
.text 0x0000000: {
|
||||
*(.text)
|
||||
}
|
||||
.rdata ALIGN(16) :
|
||||
{
|
||||
*(.rdata)
|
||||
*(SORT(.rdata$*))
|
||||
___RUNTIME_PSEUDO_RELOC_LIST__ = .;
|
||||
__RUNTIME_PSEUDO_RELOC_LIST__ = .;
|
||||
*(.rdata_runtime_pseudo_reloc)
|
||||
___RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
|
||||
__RUNTIME_PSEUDO_RELOC_LIST_END__ = .;
|
||||
}
|
||||
|
||||
.data : {
|
||||
*(.data)
|
||||
}
|
||||
|
||||
.bss : {
|
||||
*(.bss)
|
||||
}
|
||||
|
||||
|
||||
end = .;
|
||||
}
|
Loading…
Reference in New Issue
Block a user