gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / nacl.h
index 5b6f5a4cfaa310f1cd8f65ba401ca05a8bea85ba..5b3dac5e5b9d6ba7b717ef97dde4f6551e67283c 100644 (file)
@@ -1,6 +1,6 @@
 // nacl.h -- Native Client support for gold    -*- C++ -*-
 
-// Copyright (C) 2012-2015 Free Software Foundation, Inc.
+// Copyright (C) 2012-2020 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, true, false))
+      : data_(file.get_view(file_offset, 0, data_size, true, false))
     { }
 
     const unsigned char* data()
This page took 0.023874 seconds and 4 git commands to generate.