diff options
author | 2018-04-16 23:21:58 +0930 | |
---|---|---|
committer | 2018-04-16 23:23:11 +0930 | |
commit | d7867d174c060f65dfff61e7db7725b30b1e1a32 (patch) | |
tree | 7706c3adfd158386a8757f8f49e121f617e5c728 /binutils/ChangeLog | |
parent | gdb: Remove support for SH-5/SH64 (diff) | |
download | binutils-gdb-d7867d174c060f65dfff61e7db7725b30b1e1a32.tar.gz binutils-gdb-d7867d174c060f65dfff61e7db7725b30b1e1a32.tar.bz2 binutils-gdb-d7867d174c060f65dfff61e7db7725b30b1e1a32.zip |
Fix i960 machine name
* readelf.c (get_machine_name): Correct typo.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3559c02264c..b69d0a7ff80 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2018-04-16 Alan Modra <amodra@gmail.com> + * readelf.c (get_machine_name): Correct typo. + +2018-04-16 Alan Modra <amodra@gmail.com> + * configure.ac: Remove arm-epoc-pe support. * dlltool.c: Likewise. * configure: Regenerate. |