Make x86-lynx GDBserver pass XML register map to GDB.
[binutils-gdb.git] / gdb / objc-lang.h
index 1feeca4fa6ab7e3999a7f881ee1582ff90bb7880..23fac1b72075de94c5e7cb9d64ca0ebdea8fa2ec 100644 (file)
@@ -1,6 +1,6 @@
 /* Objective-C language support definitions for GDB, the GNU debugger.
 
-   Copyright (C) 1992, 2005, 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 1992-2013 Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
 
@@ -46,7 +46,7 @@ extern void start_msglist (void);
 extern void add_msglist (struct stoken *str, int addcolon);
 extern int end_msglist (void);
 
-struct symbol *lookup_struct_typedef (char *name, struct block *block,
+struct symbol *lookup_struct_typedef (char *name, const struct block *block,
                                      int noerr);
 
 #endif