]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/nacl.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / nacl.h
index bf5853d4d65862d7876afb21c3a4597aa49aac75..7fc3ad6ab0cc5cdb5fc7d74f046eda3eb5644489 100644 (file)
@@ -1,6 +1,6 @@
 // nacl.h -- Native Client support for gold    -*- C++ -*-
 
-// Copyright 2012 Free Software Foundation, Inc.
+// Copyright (C) 2012-2021 Free Software Foundation, Inc.
 
 // This file is part of gold.
 
@@ -60,7 +60,7 @@ class Sniff_file
   {
    public:
     View(File_read& file, off_t file_offset, off_t data_size)
-      : data_(file.get_view(0, file_offset, data_size, false, false))
+      : data_(file.get_view(file_offset, 0, data_size, true, false))
     { }
 
     const unsigned char* data()