Check .gnu.warning section in shared library
[deliverable/binutils-gdb.git] / gdb / minidebug.c
index d74432a76883e8942ddef330baf4a0c10fa28645..a33628a18b6f431e8159421414ec7c275504868a 100644 (file)
@@ -1,6 +1,6 @@
 /* Read MiniDebugInfo data from an objfile.
 
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -226,6 +226,8 @@ lzma_close (struct bfd *nbfd,
   lzma_index_end (lstream->index, &gdb_lzma_allocator);
   xfree (lstream->data);
   xfree (lstream);
+
+  /* Zero means success.  */
   return 0;
 }
 
This page took 0.024541 seconds and 4 git commands to generate.