init: init nachos hw01, should pass jenkins os_group_20_hw job but fail on os_group_20_ta job
This commit is contained in:
41
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.xu
Normal file
41
usr/local/nachos/decstation-ultrix/lib/ldscripts/mipslit.xu
Normal file
@@ -0,0 +1,41 @@
|
||||
OUTPUT_FORMAT("ecoff-littlemips", "ecoff-bigmips",
|
||||
"ecoff-littlemips")
|
||||
SEARCH_DIR(/usr/local/nachos/decstation-ultrix/lib);
|
||||
ENTRY(__start)
|
||||
SECTIONS
|
||||
{
|
||||
.text : {
|
||||
;
|
||||
*(.init)
|
||||
;
|
||||
*(.text)
|
||||
*(.rel.sdata)
|
||||
*(.fini)
|
||||
;
|
||||
;
|
||||
}
|
||||
.rdata : {
|
||||
*(.rdata)
|
||||
}
|
||||
.data : {
|
||||
*(.data)
|
||||
CONSTRUCTORS
|
||||
}
|
||||
.lit8 : {
|
||||
*(.lit8)
|
||||
}
|
||||
.lit4 : {
|
||||
*(.lit4)
|
||||
}
|
||||
.sdata : {
|
||||
*(.sdata)
|
||||
}
|
||||
.sbss : {
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
}
|
||||
.bss : {
|
||||
*(.bss)
|
||||
*(COMMON)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user