aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2006-02-09 13:22:09 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2006-02-09 12:22:09 +0000
commite10fbf96398ce612c334754e0614c998e3ec3335 (patch)
tree12ac07d059bcf7fac72d3afa6eaa963996ebe2c8 /gcc/ChangeLog
parentdae7ec874f5e46fccf259c87fd756a0e10375e63 (diff)
downloadgcc-e10fbf96398ce612c334754e0614c998e3ec3335.zip
gcc-e10fbf96398ce612c334754e0614c998e3ec3335.tar.gz
gcc-e10fbf96398ce612c334754e0614c998e3ec3335.tar.bz2
sparc.c (tls_call_delay): Fix oversight.
* config/sparc/sparc.c (tls_call_delay): Fix oversight. From-SVN: r110790
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 83b801f..2e64fe3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-09 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * config/sparc/sparc.c (tls_call_delay): Fix oversight.
+
2006-02-08 Jason Merrill <jason@redhat.com>
PR c++/25979