aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gcc.gnu.org>2009-06-17 17:20:31 -0700
committerCary Coutant <ccoutant@gcc.gnu.org>2009-06-17 17:20:31 -0700
commit01a0acb767c18928cab04787fe14bb5abbe1f7e5 (patch)
tree22354c227c992a91cd7595113983f543c2b653a0 /gcc
parentcdfcf5f9c0d86170d56f798bc00df57e446c386c (diff)
downloadgcc-01a0acb767c18928cab04787fe14bb5abbe1f7e5.zip
gcc-01a0acb767c18928cab04787fe14bb5abbe1f7e5.tar.gz
gcc-01a0acb767c18928cab04787fe14bb5abbe1f7e5.tar.bz2
Quick fix to last ChangeLog entry.
From-SVN: r148641
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5b02ed1..1f8cb37 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -13,9 +13,7 @@
* defaults.h (SUPPORTS_DISCRIMINATOR): New constant.
* dwarf2out.c (dwarf2out_source_line): Add is_stmt parameter.
Output is_stmt operand when necessary.
- * final.c (last_is_stmt): New variable.
- (final_start_function): Initialize last_is_stmt.
- (final_scan_insn): Pass is_stmt to source_line debug hook.
+ * final.c (final_scan_insn): Pass is_stmt to source_line debug hook.
(notice_source_line): Add is_stmt parameter.
* sdbout.c (sdbout_source_line): Add is_stmt parameter.
* vmsdbgout.c (vmsdbgout_source_line): Add is_stmt parameter.