summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authormichaelh <michaelh@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-23 02:19:46 +0000
committermichaelh <michaelh@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-23 02:19:46 +0000
commitff956cf53150b5d7413411e5f4643c1f85a793b1 (patch)
tree16537a762d81e6b0960e9904a608254c999c0445 /gcc/ChangeLog
parent8e7e43a9d13b2b3e35cedb6ae6d5530b97518520 (diff)
downloadgcc-ff956cf53150b5d7413411e5f4643c1f85a793b1.tar.gz
2012-03-16 Michael Hope <michael.hope@linaro.org>
Backport from mainline 2011-05-05 Michael Hope <michael.hope@linaro.org> PR pch/45979 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __ARM_EABI__ hosts. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@185724 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4ade03cc637..ffe5d0351da 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2012-03-16 Michael Hope <michael.hope@linaro.org>
+
+ Backport from mainline
+ 2011-05-05 Michael Hope <michael.hope@linaro.org>
+
+ PR pch/45979
+ * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for
+ __ARM_EABI__ hosts.
+
2012-03-15 Chung-Lin Tang <cltang@codesourcery.com>
Backport from mainline