aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2009-11-04 21:50:31 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-11-04 21:50:31 +0000
commitf96b189564f36834bda68bf2a5b24bc50fbd1ea1 (patch)
tree9c317558a6328d618bea36ddf504747e3983ce92 /gcc
parent35a07c37da4317f4ca76816aea5b50c8a6342a34 (diff)
downloadgcc-f96b189564f36834bda68bf2a5b24bc50fbd1ea1.zip
gcc-f96b189564f36834bda68bf2a5b24bc50fbd1ea1.tar.gz
gcc-f96b189564f36834bda68bf2a5b24bc50fbd1ea1.tar.bz2
Fix nit
From-SVN: r153919
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0aed70c..38a62e2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -2,7 +2,7 @@
PR target/10127
PR ada/20548
- * config/i386/i386.md (probe_stack_range): New expander.
+ * config/i386/i386.md (probe_stack): New expander.
(logical operation peepholes): Do not split stack checking probes.
2009-11-04 Harsha Jagasia <harsha.jagasia@amd.com>