]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdb_bfd.c
Rename bfd_bread and bfd_bwrite
[thirdparty/binutils-gdb.git] / gdb / gdb_bfd.c
index 9227a6ce01e7eb2afd5f2b30b9c4a51fcdda07d6..3765561cbe9a6e05ba1d2236b992df7abde09ce2 100644 (file)
@@ -838,7 +838,7 @@ get_file_crc (bfd *abfd, unsigned long *file_crc_return)
       gdb_byte buffer[8 * 1024];
       bfd_size_type count;
 
-      count = bfd_bread (buffer, sizeof (buffer), abfd);
+      count = bfd_read (buffer, sizeof (buffer), abfd);
       if (count == (bfd_size_type) -1)
        {
          warning (_("Problem reading \"%s\" for CRC: %s"),