Changeset b174ee8 in rtems
- Timestamp:
- Oct 30, 2006, 4:53:54 PM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 842a8fe
- Parents:
- 5cde0c4
- Location:
- c/src/lib/libbsp/arm
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/armulator/ChangeLog
r5cde0c4 rb174ee8 1 2006-10-30 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Add crti, crtbegin, crtend, and crtn. 4 1 5 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
c/src/lib/libbsp/arm/armulator/bsp_specs
r5cde0c4 rb174ee8 5 5 *startfile: 6 6 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 7 %{!qrtems_debug: start.o%s } \8 %{qrtems_debug: start_g.o%s }}}7 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 8 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 9 9 10 10 *link: 11 11 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start} 12 12 13 *endfile: 14 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } 15 -
c/src/lib/libbsp/arm/csb336/ChangeLog
r5cde0c4 rb174ee8 1 2006-10-30 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Add crti, crtbegin, crtend, and crtn. 4 1 5 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
c/src/lib/libbsp/arm/csb336/bsp_specs
r5cde0c4 rb174ee8 5 5 *startfile: 6 6 %{!qrtems: %(old_startfile)} %{qrtems: \ 7 %{!qrtems_debug: start.o%s crt begin.o%s} \8 %{qrtems_debug: start_g.o%s crt begin.o%s}}7 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 8 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 9 9 10 10 *link: 11 11 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start} 12 12 13 *endfile: 14 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } 15 -
c/src/lib/libbsp/arm/csb337/ChangeLog
r5cde0c4 rb174ee8 1 2006-10-30 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Add crti, crtbegin, crtend, and crtn. 4 1 5 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
c/src/lib/libbsp/arm/csb337/bsp_specs
r5cde0c4 rb174ee8 5 5 *startfile: 6 6 %{!qrtems: %(old_startfile)} %{qrtems: \ 7 %{!qrtems_debug: start.o%s crt begin.o%s} \8 %{qrtems_debug: start_g.o%s crt begin.o%s}}7 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 8 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 9 9 10 10 *link: 11 11 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start} 12 12 13 *endfile: 14 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } 15 -
c/src/lib/libbsp/arm/edb7312/ChangeLog
r5cde0c4 rb174ee8 1 2006-10-30 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Add crti, crtbegin, crtend, and crtn. 4 1 5 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
c/src/lib/libbsp/arm/edb7312/bsp_specs
r5cde0c4 rb174ee8 5 5 *startfile: 6 6 %{!qrtems: %(old_startfile)} %{qrtems: \ 7 %{!qrtems_debug: start.o%s crt begin.o%s} \8 %{qrtems_debug: start_g.o%s crt begin.o%s}}7 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 8 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 9 9 10 10 *link: 11 11 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start} 12 12 13 *endfile: 14 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } 15
Note: See TracChangeset
for help on using the changeset viewer.