mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +00:00
* readelf.c (get_machine_name): Add case for Blackfin.
This commit is contained in:
parent
cf523b8ea1
commit
7bbe5bc540
@ -1,3 +1,7 @@
|
||||
2005-12-30 Jie Zhang <jie.zhang@analog.com>
|
||||
|
||||
* readelf.c (get_machine_name): Add case for Blackfin.
|
||||
|
||||
2005-12-27 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* Makefile.am: Run "make dep-am".
|
||||
|
@ -1688,6 +1688,7 @@ get_machine_name (unsigned e_machine)
|
||||
case EM_XTENSA: return "Tensilica Xtensa Processor";
|
||||
case EM_M32C: return "Renesas M32c";
|
||||
case EM_MT: return "Morpho Techologies MT processor";
|
||||
case EM_BLACKFIN: return "Analog Devices Blackfin";
|
||||
default:
|
||||
snprintf (buff, sizeof (buff), _("<unknown>: %x"), e_machine);
|
||||
return buff;
|
||||
|
Loading…
Reference in New Issue
Block a user