diff options
author | Nick Clifton <nickc@redhat.com> | 2007-07-24 12:32:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-07-24 12:32:49 +0000 |
commit | 60bca95a91fc08e5db74145437faafa91c106674 (patch) | |
tree | fea1a50bf3a3b9d544a9bfd59ba96fe9d914dca5 /binutils/ChangeLog | |
parent | 4d269e42e3f7970f4d54d528d0532a936e946ecf (diff) | |
download | gdb-60bca95a91fc08e5db74145437faafa91c106674.zip gdb-60bca95a91fc08e5db74145437faafa91c106674.tar.gz gdb-60bca95a91fc08e5db74145437faafa91c106674.tar.bz2 |
* readelf.c (NUM_ELEM): Remove redundant macro; replace references to it
with references to ARRAY_SIZE.
Add support for CR16.
Fix formatting.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8a2c6d6..f205ee6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2007-07-24 Nick Clifton <nickc@redhat.com> + + * readelf.c (NUM_ELEM): Remove redundant macro; replace references + to it with references to ARRAY_SIZE. + Add support for CR16. + Fix formatting. + 2007-07-19 Nick Clifton <nickc@redhat.com> PR binutils/4802 |