2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>

* bsp_specs: Remove qrtems_debug.
This commit is contained in:
Ralf Corsepius
2007-04-12 03:07:36 +00:00
parent 2948f70ad5
commit 80c6ce9ed5
18 changed files with 54 additions and 32 deletions

View File

@@ -1,3 +1,7 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address. * configure.ac: New BUG-REPORT address.

View File

@@ -3,13 +3,11 @@
%rename link old_link %rename link old_link
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} \
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
*endfile: *endfile:
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }

View File

@@ -1,3 +1,7 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
2007-03-12 Joel Sherrill <joel@OARcorp.com> 2007-03-12 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, network/lan91c11x.c, network/lan91c11x.h, * include/bsp.h, network/lan91c11x.c, network/lan91c11x.h,

View File

@@ -3,9 +3,8 @@
%rename link old_link %rename link old_link
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} \
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}

View File

@@ -1,3 +1,7 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
2007-03-26 Chris Johns <chrisj@rtems.org> 2007-03-26 Chris Johns <chrisj@rtems.org>
* include/bsp.h: Terminate comment. * include/bsp.h: Terminate comment.

View File

@@ -3,13 +3,11 @@
%rename link old_link %rename link old_link
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} \
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
*endfile: *endfile:
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }

View File

@@ -1,3 +1,7 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
2007-03-11 Joel Sherrill <joel@OARcorp.com> 2007-03-11 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Remove assignments of * startup/bspstart.c: Remove assignments of

View File

@@ -3,13 +3,11 @@
%rename link old_link %rename link old_link
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} \
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
*endfile: *endfile:
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }

View File

@@ -1,3 +1,7 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
2007-03-11 Joel Sherrill <joel@OARcorp.com> 2007-03-11 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Remove assignments of * startup/bspstart.c: Remove assignments of

View File

@@ -3,9 +3,8 @@
%rename link old_link %rename link old_link
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} \
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dc -dp -Bstatic -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -Qy -dc -dp -Bstatic -N -e _start}

View File

@@ -1,3 +1,7 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
2007-03-12 Joel Sherrill <joel@OARcorp.com> 2007-03-12 Joel Sherrill <joel@OARcorp.com>
* console/uart.c, start/start.S, startup/linkcmds, startup/memmap.c: * console/uart.c, start/start.S, startup/linkcmds, startup/memmap.c:

View File

@@ -3,9 +3,8 @@
%rename link old_link %rename link old_link
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} \
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}

View File

@@ -1,3 +1,7 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* network/network.c (uti596_ioctl): Use ioctl_command_t. * network/network.c (uti596_ioctl): Use ioctl_command_t.

View File

@@ -3,10 +3,8 @@
%rename link old_link %rename link old_link
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} \
%{!qrtems_debug: start.o%s} \ %{!nostdlib: %{qrtems: start.o%s}}
%{qrtems_debug: start_g.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e reset} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e reset}

View File

@@ -1,3 +1,7 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
2007-04-02 Joel Sherrill <joel@OARcorp.com> 2007-04-02 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c: Eliminate TOD_Ticks_per_second variable. * clock/ckinit.c: Eliminate TOD_Ticks_per_second variable.

View File

@@ -6,10 +6,8 @@
crtend.o%s crtn.o%s crtend.o%s crtn.o%s
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} \
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}

View File

@@ -1,3 +1,7 @@
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions. * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.

View File

@@ -3,9 +3,8 @@
%rename link old_link %rename link old_link
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ %{!qrtems: %(old_startfile)} \
%{!qrtems_debug: start.o%s} \ %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
%{qrtems_debug: start_g.o%s} crti.o%s crtbegin.o%s}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _init_i386ex} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _init_i386ex}