aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2004-09-13 09:46:32 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2004-09-13 09:46:32 +0000
commitc892972fa7c999bf2cb6379d19265be42a974692 (patch)
tree331a4a65fb92652b4c1603f22fdedaa506bf1db3 /gcc
parent0d87c765251e8619f4eb86894bdcf109367d0274 (diff)
downloadgcc-c892972fa7c999bf2cb6379d19265be42a974692.zip
gcc-c892972fa7c999bf2cb6379d19265be42a974692.tar.gz
gcc-c892972fa7c999bf2cb6379d19265be42a974692.tar.bz2
fix spaces vs. tabs for scripts.
From-SVN: r87434
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6f63d50..948a0ae 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,11 +1,11 @@
2004-09-13 Richard Henderson <rth@redhat.com>
- PR inline-asm/6806
- * cselib.c (cselib_invalidate_rtx): Export. Remove unused args.
- (cselib_invalidate_rtx_note_stores): New.
- (cselib_record_sets, cselib_process_insn): Update to match.
- * cselib.h (cselib_invalidate_rtx): Declare.
- * postreload.c (reload_cse_simplify): Invalidate asm clobbers.
+ PR inline-asm/6806
+ * cselib.c (cselib_invalidate_rtx): Export. Remove unused args.
+ (cselib_invalidate_rtx_note_stores): New.
+ (cselib_record_sets, cselib_process_insn): Update to match.
+ * cselib.h (cselib_invalidate_rtx): Declare.
+ * postreload.c (reload_cse_simplify): Invalidate asm clobbers.
2004-09-13 Richard Henderson <rth@redhat.com>
@@ -85,9 +85,9 @@
2004-09-12 Richard Henderson <rth@redhat.com
- PR 17186, part deux
- * except.c (sjlj_emit_function_exit): Fix logic locating
- sjlj_exit_after in final block.
+ PR 17186, part deux
+ * except.c (sjlj_emit_function_exit): Fix logic locating
+ sjlj_exit_after in final block.
2004-09-12 Toon Moene <toon@moene.indiv.nluug.nl>