Changeset b45c7f2 in rtems
- Timestamp:
- Nov 1, 2002, 9:52:29 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7353e150
- Parents:
- faab731
- Location:
- c/src/lib/libbsp/mips/genmongoosev
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips/genmongoosev/ChangeLog
rfaab731 rb45c7f2 1 2002-11-01 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/gdb-support.c, startup/linkcmds: Removed warnings. 4 1 5 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/mips/genmongoosev/startup/gdb-support.c
rfaab731 rb45c7f2 19 19 #include <rtems/libio.h> 20 20 21 #include <stdio.h> 22 #include <string.h> 21 23 22 24 -
c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds
rfaab731 rb45c7f2 34 34 *(.text) 35 35 *(.text.*) 36 *(.eh_frame) 36 37 *(.gnu.linkonce.t*) 37 38 *(.mips16.fn.*)
Note: See TracChangeset
for help on using the changeset viewer.