Fix -Wmisleading-indentation warning in top.c
[deliverable/binutils-gdb.git] / gdb / minidebug.c
index 6c67b4e04b30c73c4989daa546d4d3c66c3deb98..2a60741dfaff687b37f07986a69ea48876cebd5e 100644 (file)
@@ -87,7 +87,7 @@ lzma_open (struct bfd *nbfd, void *open_closure)
   struct gdb_lzma_stream *lstream;
   size_t pos;
 
-  size = bfd_get_section_size (section);
+  size = bfd_section_size (section);
   offset = section->filepos + size - LZMA_STREAM_HEADER_SIZE;
   if (size < LZMA_STREAM_HEADER_SIZE
       || bfd_seek (section->owner, offset, SEEK_SET) != 0
This page took 0.025354 seconds and 4 git commands to generate.