r148635 - in /trunk/gcc: ChangeLog dbxout.c deb...
ccoutant@gcc.gnu.org
ccoutant@gcc.gnu.org
Wed Jun 17 23:54:00 GMT 2009
Author: ccoutant
Date: Wed Jun 17 23:54:40 2009
New Revision: 148635
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148635
Log:
* dbxout.c (dbxout_source_line): Add is_stmt parameter.
Change caller.
* debug.c (struct gcc_debug_hooks): Change placeholder for
source_line hook.
(debug_nothing_int_charstar_int): Replaced by...
(debug_nothing_int_charstar_int_bool): ...this.
* debug.h (struct gcc_debug_hooks): Add is_stmt parameter to
source_line prototype.
(debug_nothing_int_charstar_int): Replaced by...
(debug_nothing_int_charstar_int_bool): ...this.
* 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.
(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.
Change callers.
* xcoffout.c (xcoffout_source_line): Add is_stmt parameter.
* xcoffout.h (xcoffout_source_line): Add is_stmt parameter.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dbxout.c
trunk/gcc/debug.c
trunk/gcc/debug.h
trunk/gcc/defaults.h
trunk/gcc/dwarf2out.c
trunk/gcc/final.c
trunk/gcc/sdbout.c
trunk/gcc/vmsdbgout.c
trunk/gcc/xcoffout.c
trunk/gcc/xcoffout.h
More information about the Gcc-cvs
mailing list