diff options
author | Alan Modra <amodra@gmail.com> | 2020-03-19 11:47:45 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-03-19 11:55:04 +1030 |
commit | 645ba68105ee79511a79386811dd932be8becafa (patch) | |
tree | 0b468c2eda06836c06d8daf56df43ac60c5bda25 /binutils/ChangeLog | |
parent | cdf236890ce1a8f44d24841d888728f9feb38c44 (diff) | |
download | gdb-645ba68105ee79511a79386811dd932be8becafa.zip gdb-645ba68105ee79511a79386811dd932be8becafa.tar.gz gdb-645ba68105ee79511a79386811dd932be8becafa.tar.bz2 |
setup_archive parameter mismatch
* elfcomm.c (setup_archive): Make file_size an off_t. Comment.
* elfcomm.h (setup_archive): Update prototype.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index dad2ed6..bfaeaf0 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-03-19 Alan Modra <amodra@gmail.com> + + * elfcomm.c (setup_archive): Make file_size an off_t. Comment. + * elfcomm.h (setup_archive): Update prototype. + 2020-03-16 Alan Modra <amodra@gmail.com> * readelf.c (get_symbols): New function. |