OSDN Git Service

* Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Mar 2002 21:24:41 +0000 (21:24 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Mar 2002 21:24:41 +0000 (21:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51041 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 70b9756..ba4fa52 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-19  Jason Merrill  <jason@redhat.com>
+
+       * Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.
+
 2002-03-19  Bob Wilson  <bob.wilson@acm.org>
 
        * config/xtensa/xtensa.md (adddi3, adddi_carry, subdi3,
index df8281f..69bc57d 100644 (file)
@@ -356,11 +356,8 @@ LIBGCC = libgcc.a
 INSTALL_LIBGCC = install-libgcc
 
 # Options to use when compiling libgcc2.a.
-# -g1 causes output of debug info only for file-scope entities.
-# we use this here because that should be enough, and also
-# so that -g1 will be tested.
 #
-LIBGCC2_DEBUG_CFLAGS = -g1
+LIBGCC2_DEBUG_CFLAGS = -g
 LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) $(LIBGCC2_DEBUG_CFLAGS) $(GTHREAD_FLAGS) -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED @inhibit_libc@
 
 # Additional options to use when compiling libgcc2.a.