gdbserver: include linux-arm-tdesc.h in linux-arm-tdesc.c
[deliverable/binutils-gdb.git] / gdb / gdbsupport / gdb-dlfcn.h
index e933b7a473e2c0401c198e49125a042ab829103e..258cfebbc3e2e21e0ee86c676d34da2c4af5f8f3 100644 (file)
@@ -1,6 +1,6 @@
 /* Platform independent shared object routines for GDB.
 
-   Copyright (C) 2011-2019 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -32,8 +32,8 @@ struct dlclose_deleter
 typedef std::unique_ptr<void, dlclose_deleter> gdb_dlhandle_up;
 
 /* Load the dynamic library file named FILENAME, and return a handle
-   for that dynamic library.  Throw an error if the loading fails for
-   any reason.  */
+   for that dynamic library.  Return NULL if the loading fails for any
+   reason.  */
 
 gdb_dlhandle_up gdb_dlopen (const char *filename);
 
This page took 0.025676 seconds and 4 git commands to generate.