diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-01-29 15:17:21 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-01-29 15:17:21 +0000 |
commit | 82acc2c5e72b389f6c60f8d6f0652eb24d8bb831 (patch) | |
tree | 905a8652e6b7f46dd180745ae1d1e10642d09ae7 /gnu/egcs/gcc/dwarf2.h | |
parent | 3d7d6a84c69fb3e2c3a1738adce50bc3ead3544a (diff) |
2.95.3, test release 2
Diffstat (limited to 'gnu/egcs/gcc/dwarf2.h')
-rw-r--r-- | gnu/egcs/gcc/dwarf2.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/dwarf2.h b/gnu/egcs/gcc/dwarf2.h index ddbe1b823bb..d0ca2451b76 100644 --- a/gnu/egcs/gcc/dwarf2.h +++ b/gnu/egcs/gcc/dwarf2.h @@ -1,6 +1,7 @@ /* Declarations and definitions of codes relating to the DWARF2 symbolic debugging information format. - Copyright (C) 1992, 1993, 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1995, 1996, 1997, 2000 + Free Software Foundation, Inc. Contributed by Gary Funck (gary@intrepid.com). Derived from the DWARF 1 implementation written by Ron Guilmette (rfg@monkeys.com). @@ -501,7 +502,8 @@ enum dwarf_call_frame_info /* GNU extensions */ DW_CFA_GNU_window_save = 0x2d, - DW_CFA_GNU_args_size = 0x2e + DW_CFA_GNU_args_size = 0x2e, + DW_CFA_GNU_negative_offset_extended = 0x2f }; #define DW_CIE_ID 0xffffffff |