This is the mail archive of the gcc-patches@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]

Re: fix of small typo



  In message <199812031917.LAA20184@kankakee.wrs.com>you write:
  > Yes, this really does cause bad .file lines in some cases.  If one
  > compiles file.cpp, one sees .file file.cc in the .s output, which is
  > just plain wrong.
  > 
  > Thu Dec  3 11:06:29 1998  Mike Stump  <mrs@wrs.com>
  > 
  > 	* i386/bsd.h (ASM_FILE_START): Don't use dump_base_name, it is
  > 	wrong and should only be used for dump related things, not
  > 	debugging information, instead main_input_filename should be used.
  > 	Also, reuse output_file_directive if possible.
  > 	* i386/aix386ng.h (ASM_FILE_START): Likewise.
  > 	* i386/isc.h (ASM_FILE_START): Likewise.
  > 	* i386/win-nt.h (ASM_FILE_START): Likewise.
  > 	* i386/sun386.h (ASM_FILE_START): Likewise.
Thanks.  Installed.

jeff


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