diff options
author | Andrew Macleod <amacleod@gcc.gnu.org> | 1999-03-25 12:04:16 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 1999-03-25 12:04:16 +0000 |
commit | 0a4b90568df24e9e567ab9d1c04c454ae6ab2321 (patch) | |
tree | b6d915417eea70e139342d4558c1f2b0175338b5 | |
parent | 9d4c59ab209c9bf1015490bcf8054d3b7db8a924 (diff) | |
download | gcc-0a4b90568df24e9e567ab9d1c04c454ae6ab2321.zip gcc-0a4b90568df24e9e567ab9d1c04c454ae6ab2321.tar.gz gcc-0a4b90568df24e9e567ab9d1c04c454ae6ab2321.tar.bz2 |
rtl.texi (RTX_FRAME_RELATED_P): Add documentation.
�
Thu Mar 25 14:04:54 EST 1999 Andrew MacLeod <amacleod@cygnus.com>
* rtl.texi (RTX_FRAME_RELATED_P): Add documentation.
* rtl.h (struct rtx_def): Update comment for frame_related field.
(set_unique_reg_note): Declare prototype.
* dwarf2out.c (dwarf2out_frame_debug_expr): Split out from
'dwarf2out_frame_debug' to handle only expressions, and process
component parts of a PARALLEL expression.
(dwarf2out_frame_debug): Process insns only, and call
new function 'dwarf2out_frame_debug_expr' for patterns.
* emit-rtl.c (set_unique_reg_note): New function to add a reg note,
but if there is an existingone, deletes it first.
* expmed.c (expand_mult, expand_divmod): Use set_unique_reg_note.
* optabs.c (add_equal_note, expand_binop): Use set_unique_reg_note.
(emit_no_conflict_block, emit_libcall_block): Use set_unique_reg_note.
(expand_fix): Use set_unique_reg_note.
From-SVN: r25975
-rw-r--r-- | gcc/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f8df5b3..79f4e2a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,20 @@ +Thu Mar 25 14:04:54 EST 1999 Andrew MacLeod <amacleod@cygnus.com> + + * rtl.texi (RTX_FRAME_RELATED_P): Add documentation. + * rtl.h (struct rtx_def): Update comment for frame_related field. + (set_unique_reg_note): Declare prototype. + * dwarf2out.c (dwarf2out_frame_debug_expr): Split out from + 'dwarf2out_frame_debug' to handle only expressions, and process + component parts of a PARALLEL expression. + (dwarf2out_frame_debug): Process insns only, and call + new function 'dwarf2out_frame_debug_expr' for patterns. + * emit-rtl.c (set_unique_reg_note): New function to add a reg note, + but if there is an existingone, deletes it first. + * expmed.c (expand_mult, expand_divmod): Use set_unique_reg_note. + * optabs.c (add_equal_note, expand_binop): Use set_unique_reg_note. + (emit_no_conflict_block, emit_libcall_block): Use set_unique_reg_note. + (expand_fix): Use set_unique_reg_note. + Thu Mar 25 11:47:49 1999 Art Haas <ahaas@neosoft.com> * tlink.c (symbol_hash_newfunc): Remove redundant call to |