]> git.ipfire.org Git - thirdparty/gcc.git/commit
dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
authorGeoff Keating <geoffk@cygnus.com>
Wed, 9 Feb 2000 01:57:21 +0000 (01:57 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 9 Feb 2000 01:57:21 +0000 (01:57 +0000)
commit3f388b42b08a542ab952cfa494b059a2f6aa23a4
tree11e7f697d85ef54dbc47591bc4f45867fc164631
parent5568fb48cc080bfcf8164b60e90f489130b0ea2e
dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.

* dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
* dwarf2out.c (dwarf_cfi_name): Print name of new constant.
(reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
(output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
* frame.c (execute_cfa_insn): Handle
DW_CFA_GNU_negative_offset_extended.

From-SVN: r31858
gcc/ChangeLog
gcc/dwarf2.h
gcc/dwarf2out.c
gcc/frame.c