Consider addressable memory unit size in various value functions
[deliverable/binutils-gdb.git] / gdb / solib.h
index 29fe8f73268d8df28910fadd2428653b1f66bc21..336971d0870c149a0fa8cb7b5d166ffe4c4ffc20 100644 (file)
@@ -1,6 +1,6 @@
 /* Shared library declarations for GDB, the GNU Debugger.
    
-   Copyright (C) 1992-2014 Free Software Foundation, Inc.
+   Copyright (C) 1992-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -33,7 +33,7 @@ extern void clear_solib (void);
 
 /* Called to add symbols from a shared library to gdb's symbol table.  */
 
-extern void solib_add (char *, int, struct target_ops *, int);
+extern void solib_add (const char *, int, struct target_ops *, int);
 extern int solib_read_symbols (struct so_list *, int);
 
 /* Function to be called when the inferior starts up, to discover the
This page took 0.038031 seconds and 4 git commands to generate.