/hg/release/icedtea6-1.5: Ensure debuginfo is turned on in all c...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Thu Dec 10 08:46:25 PST 2009
changeset 98d260aaa04b in /hg/release/icedtea6-1.5
details: http://icedtea.classpath.org/hg/release/icedtea6-1.5?cmd=changeset;node=98d260aaa04b
author: Andrew John Hughes <ahughes at redhat.com>
date: Thu Dec 10 16:51:16 2009 +0000
Ensure debuginfo is turned on in all cases.
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 3f74ae338023 -r 98d260aaa04b ChangeLog
--- a/ChangeLog Mon Nov 09 23:19:15 2009 +0000
+++ b/ChangeLog Thu Dec 10 16:51:16 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 3f74ae338023 -r 98d260aaa04b patches/hotspot/default/icedtea-debuginfo.patch
--- a/patches/hotspot/default/icedtea-debuginfo.patch Mon Nov 09 23:19:15 2009 +0000
+++ b/patches/hotspot/default/icedtea-debuginfo.patch Thu Dec 10 16:51:16 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