This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] seperate HP aCC compiler_info into Major, Minor, and Extension


On Fri, Apr 08, 2005 at 02:21:07PM -0800, Paul Gilliam wrote:
> This patch seperates the compiler info string for the HP aCC compiler into it's components.
> The old value for version A.01.21  was hpacc-010121; the new value would be hpacc-01-01-21.
> This is consistant with the why GCC is handled.
> 
> -=# Paul #=-
> 
> ---
> 2005-04-08  Paul Gilliam  <pgilliam@us.ibm.com>
> 
> 	* lib/compiler.c: Divide HP aCC 'compiler_info' into components.
> 	* lib/compiler.cc: Likewise.

Not OK I'm afraid.  I tried an aCC installation I had handy:

bash-2.05b$ aCC --version
aCC: HP ANSI C++ B3910B A.03.45

set compiler_info [join {hpacc 34500 } -]

That's not going to match your regexp.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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