Switch r3 to scratch register, r0 to stack register.

Other misc changes before beta shipment to customer.
This commit is contained in:
Michael Tiemann
1994-12-06 02:04:58 +00:00
parent 99eceb9a73
commit 0041db5a97
4 changed files with 7 additions and 10 deletions

View File

@ -19,9 +19,7 @@ SECTIONS
*(.data)
${CONSTRUCTING+CONSTRUCTORS}
${RELOCATING+_edata = .;}
}
.bss ${RELOCATING+SIZEOF(.data) + ADDR(.data)} :
{
${RELOCATING+ __bss_start = .};
*(.bss)
*(COMMON)