Deleted Added
sdiff udiff text old ( 50397 ) new ( 52284 )
full compact
1/* Declarations and definitions of codes relating to the DWARF2 symbolic
2 debugging information format.
3 Copyright (C) 1992, 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
4 Contributed by Gary Funck (gary@intrepid.com). Derived from the
5 DWARF 1 implementation written by Ron Guilmette (rfg@monkeys.com).
6
7 This file is part of GNU CC.
8
9 GNU CC is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2, or (at your option)
12 any later version.
13
14 GNU CC is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with GNU CC; see the file COPYING. If not, write to
21 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22
23/* This file is derived from the DWARF specification (a public document)
24 Revision 2.0.0 (July 27, 1993) developed by the UNIX International
25 Programming Languages Special Interest Group (UI/PLSIG) and distributed
26 by UNIX International. Copies of this specification are available from
27 UNIX International, 20 Waterview Boulevard, Parsippany, NJ, 07054. */
28
29/* This file is shared between GCC and GDB, and should not contain

--- 519 unchanged lines hidden ---