Remove all i386 debug register low level macros in config nm files.
[binutils-gdb.git] / gdb / disasm.h
index 4dae0ba8be089f61719019e09c7b01f5360a5249..2f9c3708f1cbd87a160ab13f4652099dd44fba5b 100644 (file)
@@ -1,11 +1,11 @@
 /* Disassemble support for GDB.
-   Copyright (C) 2002, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    This program 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 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -14,9 +14,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef DISASM_H
 #define DISASM_H
@@ -26,7 +24,6 @@ struct ui_file;
 
 extern void gdb_disassembly (struct ui_out *uiout,
                             char *file_string,
-                            int line_num,
                             int mixed_source_and_assembly,
                             int how_many, CORE_ADDR low, CORE_ADDR high);