Changeset 455e1a8 in rtems
- Timestamp:
- Jun 13, 2003, 1:22:02 PM (18 years ago)
- Children:
- dfaddd2
- Parents:
- a7a950d7
- Location:
- c/src/lib/libbsp/sh/simsh4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/simsh4/ChangeLog
ra7a950d7 r455e1a8 1 2003-06-13 Joel Sherrill <joel@OARcorp.com> 2 3 * console/console.c, startup/linkcmds: Removed warnings. 4 1 5 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/simsh4/console/console.c
ra7a950d7 r455e1a8 93 93 return 0; 94 94 } 95 return -1; 95 96 } 96 97 -
c/src/lib/libbsp/sh/simsh4/startup/linkcmds
ra7a950d7 r455e1a8 91 91 ___stop_set_sysctl_set = ABSOLUTE(.); 92 92 *(set_doma*); /* set_domain_* but name is truncated by SH-coff */ 93 *(set_pseu do_*);93 *(set_pseu*); /* set_pseudo_* but name is truncated by SH-coff */ 94 94 95 95 /* .gnu.warning sections are handled specially by elf32.em. */
Note: See TracChangeset
for help on using the changeset viewer.