diff options
author | Nick Clifton <nickc@redhat.com> | 2015-01-09 21:56:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-01-09 21:56:30 +0000 |
commit | c6e8e93a865d429546037cf5746502aa253a1f2d (patch) | |
tree | 11351fd53a89e84952dec9cd94f082b0d1e8e305 /bfd/ChangeLog | |
parent | ea0d6bb94c47283ce54ad62485997e2aef296d43 (diff) | |
download | gdb-c6e8e93a865d429546037cf5746502aa253a1f2d.zip gdb-c6e8e93a865d429546037cf5746502aa253a1f2d.tar.gz gdb-c6e8e93a865d429546037cf5746502aa253a1f2d.tar.bz2 |
Fixes a bug in the previous delat to tekhex.c which meant that valid tekhex files were being rejected.
* tekhex.c (getvalue): Fix thinko in test for correct extraction
of value.
(getsym): Return false if there was not enough data to extract the
symbol.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1bc66e4..70b138b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2015-01-09 Nick Clifton <nickc@redhat.com> + + * tekhex.c (getvalue): Fix thinko in test for correct extraction + of value. + (getsym): Return false if there was not enough data to extract the + symbol. + 2015-01-09 Anthony Green <green@moxielogic.com> * elf32-moxie.c (ELF_MACHINE_ALT1): Define. |