Changeset 80e24f1f in rtems for c/src/lib/libbsp/i960/rxgen960/start
- Timestamp:
- Jun 15, 2000, 10:22:00 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fc6eaee
- Parents:
- d1716c98
- Location:
- c/src/lib/libbsp/i960/rxgen960/start
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i960/rxgen960/start/rxgen_romld.S
rd1716c98 r80e24f1f 8 8 9 9 .globl _romStart 10 .globl start 10 11 .globl _start 11 12 .globl _romFaultStart 12 13 .globl _led_array 13 14 .text 15 start: /* JRS */ 16 _start: /* JRS */ 14 17 SYM(romStart ): 15 18 SYM(_romStart ): … … 122 125 .byte 0xb 123 126 .byte 0xc 127 128 129 /* just to compile and link application XXX JOEL */ 130 .globl _faultStart 131 .globl _faultEnd 132 .globl _faultCheckSum 133 .globl _faultBuffer 134 .globl _svrStackPtr 135 .globl _console_pmr_getc 136 .globl _console_pmr_kbhit 137 .globl _console_pmr_init 138 .globl _console_pmr_putc 139 .globl _DBGConsole_make_sync 140 .globl _codeRamStart 141 .globl _codeRomStart 142 .globl _codeRamEnd 143 .globl _codeRomEnd 144 .globl _bssStart 145 .globl _bssEnd 146 .globl _bssStart_1 147 .globl _bssEnd_1 148 .globl _intStackPtr 149 150 _faultStart: 151 _faultEnd: 152 _faultCheckSum: 153 _faultBuffer: 154 _svrStackPtr: 155 _console_pmr_getc: 156 _console_pmr_kbhit: 157 _console_pmr_init: 158 _console_pmr_putc: 159 _DBGConsole_make_sync: 160 _codeRamStart: 161 _codeRomStart: 162 _codeRamEnd: 163 _codeRomEnd: 164 _bssStart: 165 _bssEnd: 166 _bssStart_1: 167 _bssEnd_1: 168 _intStackPtr: 169
Note: See TracChangeset
for help on using the changeset viewer.