/hg/release/icedtea6-1.6: Ensure debuginfo is enabled across the...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Thu Dec 10 09:21:34 PST 2009


changeset cc49b25f85f4 in /hg/release/icedtea6-1.6
details: http://icedtea.classpath.org/hg/release/icedtea6-1.6?cmd=changeset;node=cc49b25f85f4
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Dec 10 17:26:37 2009 +0000

	Ensure debuginfo is enabled across the whole JDK.

	2009-12-10 Andrew Haley <aph at redhat.com>

	 * patches/hotspot/default/icedtea-debuginfo.patch:
	Ensure debuginfo is turned on in the saproc and jsig
	Makefiles.


diffstat:

2 files changed, 25 insertions(+)
ChangeLog                                       |    6 ++++++
patches/hotspot/default/icedtea-debuginfo.patch |   19 +++++++++++++++++++

diffs (40 lines):

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-11-09  Andrew John Hughes  <ahughes
+2009-12-10  Andrew Haley  <aph at redhat.com>
+
+	* patches/hotspot/default/icedtea-debuginfo.patch:
+	Ensure debuginfo is turned on in the saproc and
+	jsig Makefiles.
+
 2009-11-09  Andrew John Hughes  <ahughes at redhat.com>
 
 	* 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 @@ diff -Nru openjdk.orig/hotspot/make/linu
  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)



More information about the distro-pkg-dev mailing list