ubsan: nds32: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / gold / target.h
index bb312067b5f2a621ab8abaa4de819b0e9bc20c33..087a3235816ab834671bc4bbe7d690ca27a57d06 100644 (file)
@@ -1,6 +1,6 @@
 // target.h -- target support for gold   -*- C++ -*-
 
-// Copyright (C) 2006-2018 Free Software Foundation, Inc.
+// Copyright (C) 2006-2019 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -1147,7 +1147,8 @@ class Sized_target : public Target
   // Record a target-specific program property in the .note.gnu.property
   // section.
   virtual void
-  record_gnu_property(int, int, size_t, const unsigned char*, const Object*)
+  record_gnu_property(unsigned int, unsigned int, size_t,
+                     const unsigned char*, const Object*)
   { }
 
   // Merge the target-specific program properties from the current object.
This page took 0.030616 seconds and 4 git commands to generate.