Deleted Added
full compact
dwarf2.h (50397) dwarf2.h (52284)
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
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.
7This file is part of GNU CC.
8
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.
9GNU CC is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2, or (at your option)
12any later version.
13
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.
14GNU CC is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
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. */
19You should have received a copy of the GNU General Public License
20along with GNU CC; see the file COPYING. If not, write to
21the Free Software Foundation, 59 Temple Place - Suite 330,
22Boston, MA 02111-1307, 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 ---
23
24/* This file is derived from the DWARF specification (a public document)
25 Revision 2.0.0 (July 27, 1993) developed by the UNIX International
26 Programming Languages Special Interest Group (UI/PLSIG) and distributed
27 by UNIX International. Copies of this specification are available from
28 UNIX International, 20 Waterview Boulevard, Parsippany, NJ, 07054. */
29
30/* This file is shared between GCC and GDB, and should not contain

--- 519 unchanged lines hidden ---