This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: 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


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