Changeset 3c87bb9c in rtems
- Timestamp:
- 04/14/99 22:33:30 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- df6d290f
- Parents:
- 2b28307
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/psim/startup/linkcmds
r2b28307 r3c87bb9c 90 90 that no actual memory is lost; the page which is skipped can not 91 91 be referenced). */ 92 . = ALIGN(8) + 0x40000;92 /* . = ALIGN(8) + 0x40000; */ 93 93 .data : 94 94 { … … 162 162 . = ALIGN(8) + 0x8000; 163 163 PROVIDE(__stack = .); 164 _end = .;165 PROVIDE 164 PROVIDE(_end = .); 165 PROVIDE(end = .); 166 166 167 167 /* These are needed for ELF backends which have not yet been
Note: See TracChangeset
for help on using the changeset viewer.