X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gold%2Ftarget.h;h=00a1f988e7ada5d39747c68c089580cc73242c23;hb=refs%2Fheads%2Fusers%2Froland%2Fgold-narrowing-switch;hp=bb312067b5f2a621ab8abaa4de819b0e9bc20c33;hpb=4aae6e5abddb84e1225cfd696b8fd2c6832f9fb6;p=thirdparty%2Fbinutils-gdb.git diff --git a/gold/target.h b/gold/target.h index bb312067b5f..00a1f988e7a 100644 --- a/gold/target.h +++ b/gold/target.h @@ -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(int, unsigned int, size_t, const unsigned char*, + const Object*) { } // Merge the target-specific program properties from the current object.