Changeset 6f2208f in rtems
- Timestamp:
- 06/22/07 14:34:45 (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b16f38a
- Parents:
- 92b0eba
- Location:
- c/src/lib/libbsp/powerpc/gen5200
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/gen5200/ChangeLog
r92b0eba r6f2208f 1 2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * startup/linkcmds.brs5l: Add missing wild card on .sdata section so 4 all class examples build. 5 1 6 2007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
c/src/lib/libbsp/powerpc/gen5200/startup/linkcmds.brs5l
r92b0eba r6f2208f 226 226 *(.data.* .gnu.linkonce.d.*) 227 227 PROVIDE (__SDATA_START__ = .); 228 *(.sdata )228 *(.sdata*) 229 229 *(.gnu.linkonce.s.*) 230 230 data.end = .;
Note: See TracChangeset
for help on using the changeset viewer.