Changeset a7a950d7 in rtems
- Timestamp:
- Jun 13, 2003, 1:21:50 PM (18 years ago)
- Children:
- 455e1a8
- Parents:
- b9f0c834
- Location:
- c/src/lib/libbsp/sh
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh1/ChangeLog
rb9f0c834 ra7a950d7 1 2003-06-13 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: Removed warnings. 4 1 5 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/gensh1/startup/linkcmds
rb9f0c834 ra7a950d7 113 113 ___stop_set_sysctl_set = ABSOLUTE(.); 114 114 *(set_doma*); /* set_domain_* but name is truncated by SH-coff */ 115 *(set_pseu do_*);115 *(set_pseu*); /* set_pseudo_* but name is truncated by SH-coff */ 116 116 117 117 /* .gnu.warning sections are handled specially by elf32.em. */ -
c/src/lib/libbsp/sh/gensh2/ChangeLog
rb9f0c834 ra7a950d7 1 2003-06-13 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: Removed warnings. 4 1 5 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/gensh2/startup/linkcmds
rb9f0c834 ra7a950d7 124 124 ___stop_set_sysctl_set = ABSOLUTE(.); 125 125 *(set_doma*); /* set_domain_* but name is truncated by SH-coff */ 126 *(set_pseu do_*);126 *(set_pseu*); /* set_pseudo_* but name is truncated by SH-coff */ 127 127 128 128 /* .gnu.warning sections are handled specially by elf32.em. */ -
c/src/lib/libbsp/sh/gensh4/ChangeLog
rb9f0c834 ra7a950d7 1 2003-06-13 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: Removed warnings. 4 1 5 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/gensh4/startup/linkcmds
rb9f0c834 ra7a950d7 59 59 ___stop_set_sysctl_set = ABSOLUTE(.); 60 60 *(set_doma*); /* set_domain_* but name is truncated by SH-coff */ 61 *(set_pseu do_*);61 *(set_pseu*); /* set_pseudo_* but name is truncated by SH-coff */ 62 62 63 63 /* .gnu.warning sections are handled specially by elf32.em. */ -
c/src/lib/libbsp/sh/shsim/ChangeLog
rb9f0c834 ra7a950d7 1 2003-06-13 Joel Sherrill <joel@OARcorp.com> 2 3 * startup/linkcmds: Removed warnings. 4 1 5 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/shsim/startup/linkcmds
rb9f0c834 ra7a950d7 103 103 ___stop_set_sysctl_set = ABSOLUTE(.); 104 104 *(set_doma*); /* set_domain_* but name is truncated by SH-coff */ 105 *(set_pseu do_*);105 *(set_pseu*); /* set_pseudo_* but name is truncated by SH-coff */ 106 106 107 107 /* .gnu.warning sections are handled specially by elf32.em. */
Note: See TracChangeset
for help on using the changeset viewer.