[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
trey
trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:24:25 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit eb329b5abc96e95d79195293314509e6df96461f
Author: trey <trey at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Feb 11 18:53:22 2003 +0000
JavaScriptCore:
Set -seg1addr in our build styles, but not for the B&I build.
This makes our SYMROOTS from B&I usable to determine symbols from crash
logs from the field.
Also nuked DeploymentFat build style.
Reviewed by Ken.
* JavaScriptCore.pbproj/project.pbxproj:
WebFoundation:
Set -seg1addr in our build styles, but not for the B&I build.
This makes our SYMROOTS from B&I usable to determine symbols from crash
logs from the field.
Also nuked DeploymentFat build style.
Reviewed by Ken.
* WebFoundation.pbproj/project.pbxproj:
WebCore:
Set -seg1addr in our build styles, but not for the B&I build.
This makes our SYMROOTS from B&I usable to determine symbols from crash
logs from the field.
Also nuked DeploymentFat build style.
Reviewed by Ken.
* WebCore.pbproj/project.pbxproj:
WebKit:
Set -seg1addr in our build styles, but not for the B&I build.
This makes our SYMROOTS from B&I usable to determine symbols from crash
logs from the field.
Also nuked DeploymentFat build style.
Reviewed by Ken.
* WebKit.pbproj/project.pbxproj:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3628 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 2958e50..b0f55aa 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,14 @@
+2003-02-11 Trey Matteson <trey at apple.com>
+
+ Set -seg1addr in our build styles, but not for the B&I build.
+ This makes our SYMROOTS from B&I usable to determine symbols from crash
+ logs from the field.
+ Also nuked DeploymentFat build style.
+
+ Reviewed by Ken.
+
+ * JavaScriptCore.pbproj/project.pbxproj:
+
2003-02-04 Maciej Stachowiak <mjs at apple.com>
Reviewed by Darin.
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 2958e50..b0f55aa 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,14 @@
+2003-02-11 Trey Matteson <trey at apple.com>
+
+ Set -seg1addr in our build styles, but not for the B&I build.
+ This makes our SYMROOTS from B&I usable to determine symbols from crash
+ logs from the field.
+ Also nuked DeploymentFat build style.
+
+ Reviewed by Ken.
+
+ * JavaScriptCore.pbproj/project.pbxproj:
+
2003-02-04 Maciej Stachowiak <mjs at apple.com>
Reviewed by Darin.
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
index adaafe7..754662b 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
@@ -12,6 +12,7 @@
COPY_PHASE_STRIP = NO;
DEBUG_CFLAGS = "";
OPTIMIZATION_CFLAGS = "-O0";
+ OTHER_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
};
isa = PBXBuildStyle;
name = Development;
@@ -21,6 +22,7 @@
);
buildSettings = {
DEBUGGING_SYMBOLS = NO;
+ OTHER_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
};
isa = PBXBuildStyle;
name = Deployment;
@@ -63,7 +65,6 @@
014CEA440018CDF011CA2923,
014CEA450018CDF011CA2923,
F58C8A1D025BD408018635CA,
- F531DDEB02F0C2DD018635CA,
);
hasScannedForEncodings = 1;
isa = PBXProject;
@@ -121,10 +122,11 @@
HEADER_SEARCH_PATHS = "";
INSTALL_PATH = "@executable_path/../Frameworks";
LIBRARY_SEARCH_PATHS = "";
+ LOCAL_SEG1_ADDR = 0x8000000;
MACOSX_DEPLOYMENT_TARGET = 10.2;
OPTIMIZATION_CFLAGS = "-Os";
OTHER_CFLAGS = "$(DEBUG_CFLAGS) -DAPPLE_CHANGES -DHAVE_CONFIG_H";
- OTHER_LDFLAGS = "-seg1addr 0x8000000";
+ OTHER_LDFLAGS = "";
PRECOMPILE_PREFIX_HEADER = YES;
PREFIX_HEADER = JavaScriptCorePrefix.h;
PRODUCT_NAME = JavaScriptCore;
@@ -744,16 +746,6 @@
);
};
};
- F531DDEB02F0C2DD018635CA = {
- buildRules = (
- );
- buildSettings = {
- i386 = YES;
- ppc = YES;
- };
- isa = PBXBuildStyle;
- name = DeploymentFat;
- };
F5341390030CEEB1018BE7F3 = {
fileEncoding = 30;
isa = PBXFileReference;
@@ -821,6 +813,7 @@
COPY_PHASE_STRIP = NO;
DEBUG_CFLAGS = "";
OPTIMIZATION_CFLAGS = "-O";
+ OTHER_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
};
isa = PBXBuildStyle;
name = Mixed;
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index af4ce04..ebf3cc9 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,14 @@
+2003-02-11 Trey Matteson <trey at apple.com>
+
+ Set -seg1addr in our build styles, but not for the B&I build.
+ This makes our SYMROOTS from B&I usable to determine symbols from crash
+ logs from the field.
+ Also nuked DeploymentFat build style.
+
+ Reviewed by Ken.
+
+ * WebCore.pbproj/project.pbxproj:
+
2003-02-10 David Hyatt <hyatt at apple.com>
Inline box model landing, stage 1. Doesn't really change
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index af4ce04..ebf3cc9 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,14 @@
+2003-02-11 Trey Matteson <trey at apple.com>
+
+ Set -seg1addr in our build styles, but not for the B&I build.
+ This makes our SYMROOTS from B&I usable to determine symbols from crash
+ logs from the field.
+ Also nuked DeploymentFat build style.
+
+ Reviewed by Ken.
+
+ * WebCore.pbproj/project.pbxproj:
+
2003-02-10 David Hyatt <hyatt at apple.com>
Inline box model landing, stage 1. Doesn't really change
diff --git a/WebCore/WebCore.pbproj/project.pbxproj b/WebCore/WebCore.pbproj/project.pbxproj
index f85bdd6..6f7bba8 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -13,6 +13,7 @@
DEBUG_CFLAGS = "";
EXPORTED_SYMBOLS_FILE = "WebCore-combined.exp";
OPTIMIZATION_CFLAGS = "-O0";
+ OTHER_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
};
isa = PBXBuildStyle;
name = Development;
@@ -22,6 +23,7 @@
);
buildSettings = {
DEBUGGING_SYMBOLS = NO;
+ OTHER_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
};
isa = PBXBuildStyle;
name = Deployment;
@@ -64,7 +66,6 @@
014CEA440018CDF011CA2923,
014CEA450018CDF011CA2923,
F58C8A07025BD3BC018635CA,
- F531DDEC02F0C34D018635CA,
);
hasScannedForEncodings = 1;
isa = PBXProject;
@@ -130,10 +131,11 @@
HEADER_SEARCH_PATHS = ForwardingHeaders;
INSTALL_PATH = "@executable_path/../Frameworks";
LIBRARY_SEARCH_PATHS = "";
+ LOCAL_SEG1_ADDR = 0x9000000;
MACOSX_DEPLOYMENT_TARGET = 10.2;
OPTIMIZATION_CFLAGS = "-Os";
OTHER_CFLAGS = "$(DEBUG_CFLAGS) -DAPPLE_CHANGES -DHAVE_CONFIG_H";
- OTHER_LDFLAGS = "-seg1addr 0x9000000 -no-c++filt";
+ OTHER_LDFLAGS = "-no-c++filt";
PRECOMPILE_PREFIX_HEADER = YES;
PREFIX_HEADER = WebCorePrefix.h;
PRODUCT_NAME = WebCore;
@@ -4554,16 +4556,6 @@
path = xml;
refType = 4;
};
- F531DDEC02F0C34D018635CA = {
- buildRules = (
- );
- buildSettings = {
- i386 = YES;
- ppc = YES;
- };
- isa = PBXBuildStyle;
- name = DeploymentFat;
- };
F54A61D302E3523B01A80180 = {
fileEncoding = 30;
isa = PBXFileReference;
@@ -8047,6 +8039,7 @@
DEBUG_CFLAGS = "";
EXPORTED_SYMBOLS_FILE = "WebCore-combined.exp";
OPTIMIZATION_CFLAGS = "-O";
+ OTHER_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
};
isa = PBXBuildStyle;
name = Mixed;
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 4942452..5b11375 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,14 @@
+2003-02-11 Trey Matteson <trey at apple.com>
+
+ Set -seg1addr in our build styles, but not for the B&I build.
+ This makes our SYMROOTS from B&I usable to determine symbols from crash
+ logs from the field.
+ Also nuked DeploymentFat build style.
+
+ Reviewed by Ken.
+
+ * WebKit.pbproj/project.pbxproj:
+
2003-02-10 Chris Blumenberg <cblu at apple.com>
Added HeaderDoc comments for WebDownload and WebPluginError.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 195f0c8..88d84c3 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -12,6 +12,7 @@
COPY_PHASE_STRIP = NO;
DEBUG_CFLAGS = "";
OPTIMIZATION_CFLAGS = "-O0";
+ OTHER_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
};
isa = PBXBuildStyle;
name = Development;
@@ -21,6 +22,7 @@
);
buildSettings = {
DEBUGGING_SYMBOLS = NO;
+ OTHER_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
};
isa = PBXBuildStyle;
name = Deployment;
@@ -63,7 +65,6 @@
014CEA440018CDF011CA2923,
014CEA450018CDF011CA2923,
F58C8A07025BD3BC018635CA,
- F531DDFF02F0C36F018635CA,
);
hasScannedForEncodings = 1;
isa = PBXProject;
@@ -98,7 +99,6 @@
9C7CABBB0190A37C0ECA16EA,
0867D69AFE84028FC02AAC07,
034768DFFF38A50411DB9C8B,
- 2D386AD203F822B500A80166,
);
isa = PBXGroup;
name = WebKit;
@@ -139,10 +139,11 @@
HEADER_SEARCH_PATHS = "";
INSTALL_PATH = "@executable_path/../Frameworks";
LIBRARY_SEARCH_PATHS = "";
+ LOCAL_SEG1_ADDR = 0x7000000;
MACOSX_DEPLOYMENT_TARGET = 10.2;
OPTIMIZATION_CFLAGS = "-Os";
OTHER_CFLAGS = "$(DEBUG_CFLAGS) -DFRAMEWORK_NAME=WebKit";
- OTHER_LDFLAGS = "-seg1addr 0x7000000 -no-c++filt";
+ OTHER_LDFLAGS = "-no-c++filt";
PRECOMPILE_PREFIX_HEADER = YES;
PREFIX_HEADER = WebKitPrefix.h;
PRODUCT_NAME = WebKit;
@@ -596,8 +597,7 @@
2D386AD203F822B500A80166 = {
fileEncoding = 4;
isa = PBXFileReference;
- name = WebDefaultPolicyDelegatePrivate.h;
- path = WebView.subproj/WebDefaultPolicyDelegatePrivate.h;
+ path = WebDefaultPolicyDelegatePrivate.h;
refType = 4;
};
2D386AD303F822B500A80166 = {
@@ -2402,6 +2402,7 @@
39446073020F50ED0ECA1767,
5152FADD033FC50400CA2ACD,
5152FADE033FC50400CA2ACD,
+ 2D386AD203F822B500A80166,
5152FADF033FC50400CA2ACD,
5152FAE0033FC50400CA2ACD,
35081DAE02B6D4F50ACA2ACA,
@@ -2943,16 +2944,6 @@
path = Misc.subproj;
refType = 2;
};
- F531DDFF02F0C36F018635CA = {
- buildRules = (
- );
- buildSettings = {
- i386 = YES;
- ppc = YES;
- };
- isa = PBXBuildStyle;
- name = DeploymentFat;
- };
F53444CE02E87CBA018635CA = {
fileEncoding = 4;
isa = PBXFileReference;
@@ -3179,6 +3170,7 @@
COPY_PHASE_STRIP = NO;
DEBUG_CFLAGS = "";
OPTIMIZATION_CFLAGS = "-O";
+ OTHER_LDFLAGS = "-seg1addr $(LOCAL_SEG1_ADDR)";
};
isa = PBXBuildStyle;
name = Mixed;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list