diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a91228bfaf8..7723f1b93f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-09-07 Geoffrey Keating + + * dwarf2out.c: Remove strange characters from comment above + dwarf2out_frame_debug_expr. + 2006-09-07 Eric Christopher * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Move from here... diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 20dd06be5f6..54942235ec2 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -1502,9 +1502,9 @@ static dw_cfa_location cfa_temp; cfa.base_offset = -cfa_temp.offset cfa_temp.offset -= mode_size(mem) -  Rule 15: -  (set {unspec, unspec_volatile}) -  effects: target-dependent */ + Rule 15: + (set {unspec, unspec_volatile}) + effects: target-dependent */ static void dwarf2out_frame_debug_expr (rtx expr, const char *label)