diff options
author | Cary Coutant <ccoutant@gmail.com> | 2018-08-06 13:36:42 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2018-08-06 13:36:42 -0700 |
commit | dc1f2887c513c4c2110d2d997ab33ce36b9696fc (patch) | |
tree | 5f08963152f40f43f80af3ded6bee42728c4f059 /gold/ChangeLog | |
parent | Allow larger regblock sizes when saving tracefiles (diff) | |
download | binutils-gdb-dc1f2887c513c4c2110d2d997ab33ce36b9696fc.tar.gz binutils-gdb-dc1f2887c513c4c2110d2d997ab33ce36b9696fc.tar.bz2 binutils-gdb-dc1f2887c513c4c2110d2d997ab33ce36b9696fc.zip |
Fix type checking errors.
gold/
* target.h (Sized_target::record_gnu_property): Change first two
parameters to unsigned int.
* x86_64.cc (Target_x86_64::record_gnu_property): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index d5cc02b14bd..befa832b119 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2018-08-06 Cary Coutant <ccoutant@gmail.com> + + * target.h (Sized_target::record_gnu_property): Change first two + parameters to unsigned int. + * x86_64.cc (Target_x86_64::record_gnu_property): Likewise. + 2018-07-30 Nick Clifton <nickc@redhat.com> * layout.cc (section_name_mapping): Add an entry for |