2000-09-20 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / dwarf2dbg.h
index 9bfd213e6fb8ffb88c18d20262b96583226d2025..b48135ad676fc6abe63843d7b943a22bd449cb27 100644 (file)
@@ -1,3 +1,23 @@
+/* dwarf2dbg.h - DWARF2 debug support
+   Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+
+   This file is part of GAS, the GNU Assembler.
+
+   GAS is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   GAS is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with GAS; see the file COPYING.  If not, write to the Free
+   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+   02111-1307, USA.  */
+
 #ifndef AS_DWARF2DBG_H
 #define AS_DWARF2DBG_H
 
@@ -38,8 +58,8 @@ extern void dwarf2_where PARAMS ((struct dwarf2_line_info *l));
    source information passed in the arguments.  ADDR should be the
    frag-relative offset of the instruction the information is for and
    L is the source information that should be associated with that
-   address. */
-extern void dwarf2_gen_line_info PARAMS ((bfd_vma addr,
+   address.  */
+extern void dwarf2_gen_line_info PARAMS ((addressT addr,
                                          struct dwarf2_line_info *l));
 
 /* Must be called after all other input is processed to finish up the
This page took 0.023769 seconds and 4 git commands to generate.