/hg/icedtea8-forest/hotspot: 8207057, PR3613: No debug info for ...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Jul 25 13:57:16 UTC 2018


changeset 66087a86ded3 in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=66087a86ded3
author: andrew
date: Wed Jul 25 14:53:59 2018 +0100

	8207057, PR3613: No debug info for assembler files


diffstat:

 make/linux/makefiles/gcc.make |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 2f2d2af6fa5c -r 66087a86ded3 make/linux/makefiles/gcc.make
--- a/make/linux/makefiles/gcc.make	Fri Jul 06 18:50:13 2018 +0000
+++ b/make/linux/makefiles/gcc.make	Wed Jul 25 14:53:59 2018 +0100
@@ -334,6 +334,7 @@
 # DEBUG_BINARIES uses full -g debug information for all configs
 ifeq ($(DEBUG_BINARIES), true)
   CFLAGS += -g
+  ASFLAGS += -g
 else
   # Use the stabs format for debugging information (this is the default
   # on gcc-2.91). It's good enough, has all the information about line


More information about the distro-pkg-dev mailing list