binutils/
* bucomm.c (get_file_size): Update comment for the error return value.
This commit is contained in:
parent
41b6334fa9
commit
a3029abda0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* bucomm.c (get_file_size): Update comment for the error return value.
|
||||||
|
|
||||||
2009-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
2009-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||||
|
|
||||||
* readelf.c (slurp_hppa_unwind_table): Don't relocate address twice.
|
* readelf.c (slurp_hppa_unwind_table): Don't relocate address twice.
|
||||||
|
|
|
@ -552,7 +552,7 @@ parse_vma (const char *s, const char *arg)
|
||||||
|
|
||||||
/* Returns the size of the named file. If the file does not
|
/* Returns the size of the named file. If the file does not
|
||||||
exist, or if it is not a real file, then a suitable non-fatal
|
exist, or if it is not a real file, then a suitable non-fatal
|
||||||
error message is printed and zero is returned. */
|
error message is printed and (off_t) -1 is returned. */
|
||||||
|
|
||||||
off_t
|
off_t
|
||||||
get_file_size (const char * file_name)
|
get_file_size (const char * file_name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue