Changeset c97f5fd in rtems
- Timestamp:
- 02/12/05 01:35:44 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 20ad4755
- Parents:
- 3e53230
- Location:
- c/src/lib/libbsp/m68k/shared
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/shared/ChangeLog
r3e53230 rc97f5fd 1 2005-02-11 Joel Sherrill <joel@OARcorp.com> 2 3 * m68kpretaskinghook.c: Correct type of symbols from linkcmds to 4 compile with gcc 4.x. 5 1 6 2005-01-28 Eric Norum <norume@aps.anl.gov> 2 7 -
c/src/lib/libbsp/m68k/shared/m68kpretaskinghook.c
r3e53230 rc97f5fd 35 35 extern rtems_configuration_table BSP_Configuration; 36 36 37 extern char 38 extern char 39 extern char 37 extern char _RamBase[]; 38 extern char _WorkspaceBase[]; 39 extern char _HeapSize[]; 40 40 41 41 unsigned long _M68k_Ramsize;
Note: See TracChangeset
for help on using the changeset viewer.