public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* minor mips cleanup patch for egcs
@ 1998-05-06  7:42 Gavin Romig-Koch
  1998-05-06 11:36 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Gavin Romig-Koch @ 1998-05-06  7:42 UTC (permalink / raw)
  To: wilson; +Cc: egcs

OK to push?

The -gdwarf-2 option was never implemented in gas, and the
problem it was ment to solve was solved directly in gdb.

                                   -gavin...


	* config/mips/r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC) : 
	Replace -gdwarf-2 with -g0.

Index: r3900.h
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/config/mips/r3900.h,v
retrieving revision 1.4
diff -u -p -r1.4 r3900.h
--- r3900.h	1998/04/29 12:12:08	1.4
+++ r3900.h	1998/05/06 13:51:28
@@ -58,13 +58,13 @@ Boston, MA 02111-1307, USA.  */
 #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
 
 /* For the 'preferred' cases ("gN" and "ggdbN") we need to tell the 
-   gnu assembler "dwarf-2" */
+   gnu assembler not to generate debugging information. */
    
 #define SUBTARGET_ASM_DEBUGGING_SPEC "\
 %{!mmips-as: \
-  %{g:-gdwarf-2} %{g0:-gdwarf-2} %{g1:-gdwarf-2} %{g2:-gdwarf-2} %{g3:-gdwarf-2} \
-  %{ggdb:-gdwarf-2} %{ggdb0:-gdwarf-2} %{ggdb1:-gdwarf-2} %{ggdb2:-gdwarf-2} %{ggdb3:-gdwarf-2} \
-  %{gdwarf-2*:-gdwarf-2}} \
+  %{g:-g0} %{g0:-g0} %{g1:-g0} %{g2:-g0} %{g3:-g0} \
+  %{ggdb:-g0} %{ggdb0:-g0} %{ggdb1:-g0} %{ggdb2:-g0} %{ggdb3:-g0} \
+  %{gdwarf-2*:-g0}} \
 %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} \
 %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \
 %{gcoff:-g} %{gcoff0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3}"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: minor mips cleanup patch for egcs
  1998-05-06  7:42 minor mips cleanup patch for egcs Gavin Romig-Koch
@ 1998-05-06 11:36 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 1998-05-06 11:36 UTC (permalink / raw)
  To: Gavin Romig-Koch; +Cc: egcs

Yes, this is OK.

Jim

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-05-06 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-05-06  7:42 minor mips cleanup patch for egcs Gavin Romig-Koch
1998-05-06 11:36 ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).