Discussion:
auxbase vs auxbase-strip
Hei Chan
2013-08-07 22:29:48 UTC
Permalink
Hi,

I am trying to find the document for auxbase and auxbase-strip, but I can't find any.

Any pointer?
Ian Lance Taylor
2013-08-08 00:49:35 UTC
Permalink
I am trying to find the document for auxbase and auxbase-strip, but I can't find any.
Any pointer?
They are internal options used to support the -fcompare-debug options.
They are intended to be used by end users.

Ian
Hei Chan
2013-08-08 00:56:40 UTC
Permalink
I believe you mean "not intended to be used by end users" :)

Is it true that the generate assembly code should be the same with either option?


----- Original Message -----
From: Ian Lance Taylor <***@google.com>
To: Hei Chan <***@yahoo.com>
Cc: GCC-help <gcc-***@gcc.gnu.org>
Sent: Thursday, August 8, 2013 8:49 AM
Subject: Re: auxbase vs auxbase-strip
I am trying to find the document for auxbase and auxbase-strip, but I can't find any.
Any pointer?
They are internal options used to support the -fcompare-debug options.
They are intended to be used by end users.

Ian
Ian Lance Taylor
2013-08-08 04:09:07 UTC
Permalink
Post by Hei Chan
I believe you mean "not intended to be used by end users" :)
Whoops, yes.
Post by Hei Chan
Is it true that the generate assembly code should be the same with either option?
Other than debug info, yes.

Ian
Post by Hei Chan
----- Original Message -----
Sent: Thursday, August 8, 2013 8:49 AM
Subject: Re: auxbase vs auxbase-strip
I am trying to find the document for auxbase and auxbase-strip, but I can't find any.
Any pointer?
They are internal options used to support the -fcompare-debug options.
They are intended to be used by end users.
Ian
Loading...