[Bug target/18760] gcc 4.0 doesn't emit debug info for one of the files if two files are given on the same compile line

2004-12-01 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-01 
18:40 ---
Hmm, the problem is related to the specs says to delete gfull.
%{gfull: -g -fno-eliminate-unused-debug-symbols %http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18760


[Bug target/18760] gcc 4.0 doesn't emit debug info for one of the files if two files are given on the same compile line

2004-12-01 Thread dpatel at apple dot com

--- Additional Comments From dpatel at apple dot com  2004-12-01 18:43 
---
Subject: Re:  gcc 4.0 doesn't emit debug info for one of the files if two files 
are given on the same compile line

Yes :). I have the patch to fix it. Once bootstrap and make check 
finishes, I will post it for review/approval.

-
Devang



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18760


[Bug target/18760] gcc 4.0 doesn't emit debug info for one of the files if two files are given on the same compile line

2004-12-01 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-02 
01:46 ---
Patch here: .

-- 
   What|Removed |Added

   Keywords||patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18760


[Bug target/18760] gcc 4.0 doesn't emit debug info for one of the files if two files are given on the same compile line

2004-12-02 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-02 
23:33 ---
Fixed by:
* config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -gfull and 
-gused.
* config/rs6000/darwin.h (CC1_SPEC): Do not handle -gfull and -gused.
* config/i386/darwin.h (CC1_SPEC): Same.

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18760