# HG changeset patch # User Andrew John Hughes # Date 1260465997 0 # Node ID cc49b25f85f42464c5594095bf11dccce3fcc126 # Parent aa390e8856a17abaed15262d2d940d9b17180cc7 Ensure debuginfo is enabled across the whole JDK. 2009-12-10 Andrew Haley * patches/hotspot/default/icedtea-debuginfo.patch: Ensure debuginfo is turned on in the saproc and jsig Makefiles. diff -r aa390e8856a1 -r cc49b25f85f4 ChangeLog --- a/ChangeLog Mon Nov 09 22:59:12 2009 +0000 +++ b/ChangeLog Thu Dec 10 17:26:37 2009 +0000 @@ -1,3 +1,9 @@ +2009-12-10 Andrew Haley + + * patches/hotspot/default/icedtea-debuginfo.patch: + Ensure debuginfo is turned on in the saproc and + jsig Makefiles. + 2009-11-09 Andrew John Hughes * Makefile.am: diff -r aa390e8856a1 -r cc49b25f85f4 patches/hotspot/default/icedtea-debuginfo.patch --- a/patches/hotspot/default/icedtea-debuginfo.patch Mon Nov 09 22:59:12 2009 +0000 +++ b/patches/hotspot/default/icedtea-debuginfo.patch Thu Dec 10 17:26:37 2009 +0000 @@ -12,4 +12,23 @@ ARCHFLAG = $(ARCHFLAG/$(BUILDARCH)) ARCHFLAG/i486 = -m32 -march=i586 ARCHFLAG/amd64 = -m64 +--- openjdk/hotspot/make/linux/makefiles/saproc.make~ 2009-12-09 14:12:24.873247017 +0000 ++++ openjdk/hotspot/make/linux/makefiles/saproc.make 2009-12-09 14:19:53.382369557 +0000 +@@ -67,6 +67,7 @@ + -I$(BOOT_JAVA_HOME)/include/$(Platform_os_family) \ + $(SASRCFILES) \ + $(SA_LFLAGS) \ ++ -g \ + -o $@ \ + -lthread_db +--- openjdk/hotspot/make/linux/makefiles/jsig.make~ 2009-05-15 00:36:38.000000000 +0100 ++++ openjdk/hotspot/make/linux/makefiles/jsig.make 2009-12-09 14:18:04.041371508 +0000 +@@ -44,4 +44,5 @@ + $(LIBJSIG): $(JSIGSRCDIR)/jsig.c $(LIBJSIG_MAPFILE) + @echo Making signal interposition lib... + $(QUIETLY) $(CC) $(SYMFLAG) $(ARCHFLAG) $(SHARED_FLAG) $(PICFLAG) \ ++ -g \ + $(LFLAGS_JSIG) -o $@ $< -ldl + + install_jsig: $(LIBJSIG)