Re: [patch] Deal with #ident without

2012-06-20 Thread Steven Bosscher
On Wed, Jun 20, 2012 at 2:21 AM, Hans-Peter Nilsson wrote: > On Tue, 19 Jun 2012, Steven Bosscher wrote: >> I've now committed this, see r188791. > > Breaking cris-elf.  Just try rebuilding cc1: > ./gcc/gcc/../libdecnumber/dpd -I../libdecnumber    \ >                /tmp/hpautotest-gcc1/gcc/gc

Re: [patch] Deal with #ident without

2012-06-19 Thread Hans-Peter Nilsson
On Tue, 19 Jun 2012, Steven Bosscher wrote: > I've now committed this, see r188791. Breaking cris-elf. Just try rebuilding cc1: ./gcc/gcc/../libdecnumber/dpd -I../libdecnumber\ /tmp/hpautotest-gcc1/gcc/gcc/config/cris/cris.c -o cris.o /tmp/hpautotest-gcc1/gcc/gcc/config/cr

Re: [patch] Deal with #ident without

2012-06-19 Thread Steven Bosscher
On Thu, Jun 7, 2012 at 11:22 AM, Richard Guenther wrote: > On Thu, Jun 7, 2012 at 8:16 AM, Andreas Schwab wrote: >> Steven Bosscher writes: >> >>> Index: doc/tm.texi >>> === >>> --- doc/tm.texi       (revision 188182) >>> +++ doc/tm

Re: [patch] Deal with #ident without

2012-06-07 Thread Steven Bosscher
On Thu, Jun 7, 2012 at 12:42 PM, Andreas Schwab wrote: > Steven Bosscher writes: > >> I am not sure what you mean with misplaced. > > A nested @deftypefn doesn't look right.  Try make info.  You need to add > a @hook in tm.texi.in at the right place (output_ident has nothing to do > with anchors)

Re: [patch] Deal with #ident without

2012-06-07 Thread Andreas Schwab
Steven Bosscher writes: > I am not sure what you mean with misplaced. A nested @deftypefn doesn't look right. Try make info. You need to add a @hook in tm.texi.in at the right place (output_ident has nothing to do with anchors). Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fing

Re: [patch] Deal with #ident without

2012-06-07 Thread Steven Bosscher
On Thu, Jun 7, 2012 at 8:16 AM, Andreas Schwab wrote: > Steven Bosscher writes: > >> Index: doc/tm.texi >> === >> --- doc/tm.texi       (revision 188182) >> +++ doc/tm.texi       (working copy) >> @@ -5847,6 +5847,10 @@ value is 0. >

Re: [patch] Deal with #ident without

2012-06-07 Thread nick clifton
Hi Steven, This is the patch to deal with #ident. It removes the ASM_OUTPUT_IDENT and IDENT_ASM_OP target macros, and replaces them with a single target hook. The RX parts of this patch are approved. Cheers Nick

Re: [patch] Deal with #ident without

2012-06-07 Thread Richard Guenther
On Thu, Jun 7, 2012 at 8:16 AM, Andreas Schwab wrote: > Steven Bosscher writes: > >> Index: doc/tm.texi >> === >> --- doc/tm.texi       (revision 188182) >> +++ doc/tm.texi       (working copy) >> @@ -5847,6 +5847,10 @@ value is 0. >

Re: [patch] Deal with #ident without

2012-06-06 Thread Andreas Schwab
Steven Bosscher writes: > Index: doc/tm.texi > === > --- doc/tm.texi (revision 188182) > +++ doc/tm.texi (working copy) > @@ -5847,6 +5847,10 @@ value is 0. > @end deftypevr > > @deftypefn {Target Hook} void TARGET_AS

Re: [patch] Deal with #ident without

2012-06-06 Thread Michael Eager
On 06/06/2012 03:31 PM, Steven Bosscher wrote: On Thu, Jun 7, 2012 at 12:00 AM, Michael Eager wrote: This is the patch to deal with #ident. It removes the ASM_OUTPUT_IDENT and IDENT_ASM_OP target macros, and replaces them with a single target hook. For targets that treat front-end #idents differ

[patch] Deal with #ident without

2012-06-06 Thread Steven Bosscher
On Thu, Jun 7, 2012 at 12:00 AM, Michael Eager wrote: This is the patch to deal with #ident. It removes the ASM_OUTPUT_IDENT and IDENT_ASM_OP target macros, and replaces them with a single target hook. For targets that treat front-end #idents different from the GCC version string .ident, the hooks