This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: .ident & company (was Re: Basic block profiler out of libgcc)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]