diff options
author | Cary Coutant <ccoutant@gmail.com> | 2020-12-11 14:05:53 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2020-12-13 15:22:30 -0800 |
commit | 4cf2ad720078a9f490dd5b5bc8893a926479196e (patch) | |
tree | 151332d71c2cbdf5c8c9f7218c6e62aad8a110e4 /binutils/ChangeLog | |
parent | f5756acc153e2605a0468b461ff4f6b0942a68b7 (diff) | |
download | gdb-4cf2ad720078a9f490dd5b5bc8893a926479196e.zip gdb-4cf2ad720078a9f490dd5b5bc8893a926479196e.tar.gz gdb-4cf2ad720078a9f490dd5b5bc8893a926479196e.tar.bz2 |
Update ELF headers and readelf with recent e_machine assignments.
binutils/
* readelf.c (get_machine_name): Update list of e_machine values.
include/
* elf/common.h: Update list of e_machine values.
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 ace5977..6f0ed5e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2020-12-11 Cary Coutant <ccoutant@gmail.com> + + * readelf.c (get_machine_name): Update list of e_machine values. + 2020-12-11 Sebastian Huber <sebastian.huber@embedded-brains.de> * ar.c (write_archive): Cast iostream pointer to FILE *. |