Re: [PATCH] New port for TILEPro and TILE-Gx 3/7: gcc port

2011-10-20 Thread Joseph S. Myers
On Thu, 20 Oct 2011, Walter Lee wrote: > > > +#undef MCOUNT_NAME > > > +#define MCOUNT_NAME "mcount" > > > > For a new target it seems much better to define your ABI to use a name in > > the reserved namespace for this - that is, starting with two underscores. > > I've changed it to use "_mcount

Re: [PATCH] New port for TILEPro and TILE-Gx 3/7: gcc port

2011-10-15 Thread Joseph S. Myers
All comments here refer to the first instance of an issue; many issues are shared between the two ports but are only mentioned once here. On Sat, 15 Oct 2011, Walter Lee wrote: > +#undef SYSROOT_SUFFIX_SPEC > +#define SYSROOT_SUFFIX_SPEC "%{mbme:/usr/lib/bme;mnewlib:/usr/lib/newlib}" > + > +#und