source: mainline/arch/mips32/boot/_link.ld@ 9b9f195

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 9b9f195 was 60780c5, checked in by Jakub Jermar <jakub@…>, 20 years ago

Rename mips port to mips32.

  • Property mode set to 100644
File size: 126 bytes
Line 
1/* OUTPUT_FORMAT(ecoff-littlemips) */
2OUTPUT_FORMAT(binary)
3SECTIONS {
4 .image 0x0: AT (0) {
5 *(.text);
6 *(.reginfo);
7 }
8}
Note: See TracBrowser for help on using the repository browser.