From 2aa08edcd09e09448bbd6ced3c5e4bb8d8940de8 Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Wed, 14 Apr 2010 12:10:03 +0200
Subject: [PATCH] add a README for the gdb patch collection

---
 share/qtcreator/patches/README | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 share/qtcreator/patches/README

diff --git a/share/qtcreator/patches/README b/share/qtcreator/patches/README
new file mode 100644
index 00000000000..14acb50e3b2
--- /dev/null
+++ b/share/qtcreator/patches/README
@@ -0,0 +1,27 @@
+
+For Linux, MinGW:
+
+    FSF 7.1 release
+    + gdb-increased-dcache-line-size.patch
+
+For Maemo targets:
+    (--target=arm-none-linux-gnueabi)
+
+    FSF 7.1 release
+    + gdb-increased-dcache-line-size.patch
+    + gdb-stepping-for-maemo.patch
+
+For Symbian targets:
+    (--target=arm-none-symbianelf)
+
+    CS 4.4-164 release
+    + gdb-increased-dcache-line-size.patch
+    + gdb-work-around-trk-single-step.patch
+
+
+
+Experimental for performance (don't apply):
+
+    gdb-without-dwarf-name-canonicalization.patch
+
+
-- 
GitLab