This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: .ident & company (was Re: Basic block profiler out of libgcc)
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: .ident & company (was Re: Basic block profiler out of libgcc)
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Tue, 8 May 2001 03:55:41 -0400
- Cc: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>, zackw at Stanford dot EDU, mark at codesourcery dot com, gcc-patches at gcc dot gnu dot org
- References: <20010507015043.D32266@stanford.edu> <200105071050.MAA32081@ignucius.axis.se> <20010507183544.A4234@disaster.jaj.com>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
On Mon, May 07, 2001 at 06:35:44PM -0400, Phil Edwards wrote:
> On Mon, May 07, 2001 at 12:50:12PM +0200, Hans-Peter Nilsson wrote:
> > > So I left it in.
> > > The space issue should be solved by Jakub's string-merging patch
> > > (automatically applied to .comment section, if I read it correctly).
> >
> > Which requires binutils from CVS, assuming Jakub's patches have
> > been committed now.
>
> They must not have, or maybe they don't work on .comment. Using today's
> CVS sources for gcc and binutils, .ident is still accumulating quite a bit:
They don't work on .comment automatically yet (but I plan to provide a
patch soon).
If you wanted to test, you'd have to replace .ident directives with ATM
.section .comment, "ms", @progbits, 1
.string "GCC: (GNU) 3.1 20010508 (experimental)"
.previous
Jakub