diff options
Diffstat (limited to 'gold/target.h')
-rw-r--r-- | gold/target.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/target.h b/gold/target.h index bb31206..00a1f98 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. |