On Fri, 30 Mar 2001, David Douthitt wrote:
> [EMAIL PROTECTED] wrote:
> >
> > On Fri, 30 Mar 2001, David Douthitt wrote:
>
> > > What gives? Also, what's the difference between no options and -g?
> >
> > information about line number positions in the source code
> >
> > > After all, what get
[EMAIL PROTECTED] wrote:
>
> On Fri, 30 Mar 2001, David Douthitt wrote:
> > What gives? Also, what's the difference between no options and -g?
>
> information about line number positions in the source code
>
> > After all, what gets stripped if -g isn't used?
>
> relation between addresses a
On Fri, 30 Mar 2001, David Douthitt wrote:
> What is the difference between:
>
> gcc -s...stripping a binary, yes?
yes
> gcc -g...adding debugging symbols, yes?
debugging symbols means source code line number information
> strip ...removing debugging symbols, yes?
..