------- Comment #3 from roland at redhat dot com 2007-08-06 19:19 ------- Absolute file names are a very bad idea. That makes for gratuitous differences in builds due to the build or source directory name, i.e. unrepeatable builds. The names in .debug_line and .debug_info are already expected by post-processing tools and taken care of. Do not add another location in the object that might contain absolute file names.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32998