diff options
author | Nick Clifton <nickc@redhat.com> | 2008-02-15 10:20:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-02-15 10:20:09 +0000 |
commit | c904a764022612fa200ce17e5a6cbbaf67bef80f (patch) | |
tree | 023ea36bff1e94a77767b04c008936e3aa89561b /binutils/ChangeLog | |
parent | 5503fea1b9e6164095b2afa6d52c734cad217b3c (diff) | |
download | gdb-c904a764022612fa200ce17e5a6cbbaf67bef80f.zip gdb-c904a764022612fa200ce17e5a6cbbaf67bef80f.tar.gz gdb-c904a764022612fa200ce17e5a6cbbaf67bef80f.tar.bz2 |
PR binutils/5713
* strings.c (integer_arg): Delete function.
(string_min): Initialise to 4.
(main): Use strtoul to parse integer arguments.
Move check for an invalid string length to after all the arguments
have been parsed.
(usage): Use indentation to indicate that -<n> is a another form
of the --bytes= command line option.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fafc7f6..a613879 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2008-02-15 Nick Clifton <nickc@redhat.com> + + PR binutils/5713 + * strings.c (integer_arg): Delete function. + (string_min): Initialise to 4. + (main): Use strtoul to parse integer arguments. + Move check for an invalid string length to after all the arguments + have been parsed. + (usage): Use indentation to indicate that -<n> is a another form + of the --bytes= command line option. + 2008-02-12 Nick Clifton <nickc@redhat.com> * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to |