This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Object files know where they're built?!?
- From: Nathanael Nerode <neroden at twcny dot rr dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 1 Mar 2003 20:57:51 -0500
- Subject: Re: Object files know where they're built?!?
Richard Earnshaw said:
>Not necessarily, but they do include the location of source and include
>files (so that debuggers can find things) -- and most files will
>include
>config.h, insn-flags.h, etc which are put in the build directory.
>
>R.
Right. Stripping debugging information allows me to get a clean
compare (for purposes of checking that my relocation doesn't change
anything). Thanks.
--Nathanael