diff options
author | Geoffrey Keating <geoffk@apple.com> | 2006-09-07 23:11:40 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2006-09-07 23:11:40 +0000 |
commit | 10b01bca98aa78491186d22b9546921f47f283bb (patch) | |
tree | 53658467448662d85749bacfe3f8f40c55118687 | |
parent | 47bea7b87a21a1d5eb42e83941454624c0fe7a89 (diff) | |
download | gcc-10b01bca98aa78491186d22b9546921f47f283bb.zip gcc-10b01bca98aa78491186d22b9546921f47f283bb.tar.gz gcc-10b01bca98aa78491186d22b9546921f47f283bb.tar.bz2 |
dwarf2out.c: Remove strange characters from comment above dwarf2out_frame_debug_expr.
* dwarf2out.c: Remove strange characters from comment above
dwarf2out_frame_debug_expr.
From-SVN: r116767
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/dwarf2out.c | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a91228b..7723f1b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-09-07 Geoffrey Keating <geoffk@apple.com> + + * dwarf2out.c: Remove strange characters from comment above + dwarf2out_frame_debug_expr. + 2006-09-07 Eric Christopher <echristo@apple.com> * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Move from here... diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 20dd06b..5494223 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 <reg> {unspec, unspec_volatile}) - effects: target-dependent */ + Rule 15: + (set <reg> {unspec, unspec_volatile}) + effects: target-dependent */ static void dwarf2out_frame_debug_expr (rtx expr, const char *label) |