Re: '-ax' option in gcc

2002-11-23 Thread Jens Rehsack
David O'Brien wrote: On Sat, Nov 23, 2002 at 07:26:00PM +0100, Miguel Mendez wrote: Yes, thanks for the info, FWIW I think it's quite against POLA to remove an option yet keep it documented in the man page :) The man pages are from 2.95 because the 3.x ones require Perl 5.6 + texinfo to build

Re: '-ax' option in gcc

2002-11-23 Thread David O'Brien
On Sat, Nov 23, 2002 at 07:26:00PM +0100, Miguel Mendez wrote: > Yes, thanks for the info, FWIW I think it's quite against POLA to remove > an option yet keep it documented in the man page :) The man pages are from 2.95 because the 3.x ones require Perl 5.6 + texinfo to build. So we either (1) to

Re: '-ax' option in gcc

2002-11-23 Thread Steve Kargl
On Sat, Nov 23, 2002 at 07:26:00PM +0100, Miguel Mendez wrote: > On Sat, 23 Nov 2002 18:21:09 +0100 > Jens Rehsack <[EMAIL PROTECTED]> wrote: > > > You may also read http://gcc.gnu.org/ for details 'bout the new > > compiler and http://gcc.gnu.org/news/profiledriven.html for > > information about

Re: '-ax' option in gcc

2002-11-23 Thread Miguel Mendez
On Sat, 23 Nov 2002 18:21:09 +0100 Jens Rehsack <[EMAIL PROTECTED]> wrote: Hi, > The "-ax" option generates code for profiling. The "-ax" options > doesn't appears in the current info documentation, which is an actual > one (AFAIK). So I assume, "-ax" is not supported anymore. So the man page ne

Re: '-ax' option in gcc

2002-11-23 Thread Jens Rehsack
Miguel Mendez wrote: Hi, subject says it all... A -CURRENT system as of 11/15: flynn@christine# cat hello.c #include #include int main(int argc, char **argv) { printf("Hello, foo!\n"); exit(0); } flynn@christine# env CFLAGS="-pg -ax" make hello cc -pg -ax -march=pentiumpro h

'-ax' option in gcc

2002-11-23 Thread Miguel Mendez
Hi, subject says it all... A -CURRENT system as of 11/15: flynn@christine# cat hello.c #include #include int main(int argc, char **argv) { printf("Hello, foo!\n"); exit(0); } flynn@christine# env CFLAGS="-pg -ax" make hello cc -pg -ax -march=pentiumpro hello.c -o hello cc1: