Re: I think there is a mistake in some bsp_specs files

2015-05-15 Thread Chris Johns
On 16/05/2015 12:45 am, Gedare Bloom wrote: > Someone please open a ticket on Trac for this. https://devel.rtems.org/ticket/2345 Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: I think there is a mistake in some bsp_specs files

2015-05-15 Thread Gedare Bloom
Someone please open a ticket on Trac for this. On Wed, May 13, 2015 at 9:08 PM, Chris Johns wrote: > On 14/05/2015 9:59 am, Joel Sherrill wrote: >> >> >> On May 13, 2015 6:57:29 PM CDT, Chris Johns wrote: >>> On 14/05/2015 3:10 am, Joel Sherrill wrote: On 5/13/2015 4:07 AM, Tom wr

Re: I think there is a mistake in some bsp_specs files

2015-05-13 Thread Chris Johns
On 14/05/2015 9:59 am, Joel Sherrill wrote: > > > On May 13, 2015 6:57:29 PM CDT, Chris Johns wrote: >> On 14/05/2015 3:10 am, Joel Sherrill wrote: >>> >>> >>> On 5/13/2015 4:07 AM, Tom wrote: Hi all I read the bsp_specs files contained in some bsps, which reside in libbsp

Re: I think there is a mistake in some bsp_specs files

2015-05-13 Thread Joel Sherrill
On May 13, 2015 6:57:29 PM CDT, Chris Johns wrote: >On 14/05/2015 3:10 am, Joel Sherrill wrote: >> >> >> On 5/13/2015 4:07 AM, Tom wrote: >>> Hi all >>> >>> I read the bsp_specs files contained in some bsps, which reside in >>> libbsp/arm, libbsp/bfin and libbsp/m32r >>> >>> *endfile: >>>

Re: I think there is a mistake in some bsp_specs files

2015-05-13 Thread Chris Johns
On 14/05/2015 3:10 am, Joel Sherrill wrote: > > > On 5/13/2015 4:07 AM, Tom wrote: >> Hi all >> >> I read the bsp_specs files contained in some bsps, which reside in >> libbsp/arm, libbsp/bfin and libbsp/m32r >> >> *endfile: >> %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } >>

Re: I think there is a mistake in some bsp_specs files

2015-05-13 Thread Joel Sherrill
On 5/13/2015 4:07 AM, Tom wrote: > Hi all > > I read the bsp_specs files contained in some bsps, which reside in > libbsp/arm, libbsp/bfin and libbsp/m32r > > *endfile: > %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } > ^ > I think it should be %. > > I wro

I think there is a mistake in some bsp_specs files

2015-05-13 Thread Tom
Hi all I read the bsp_specs files contained in some bsps, which reside in libbsp/arm, libbsp/bfin and libbsp/m32r *endfile: %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } ^ I think it should be %. I wrote a specs file and tested using gcc 4.8.2. __