mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
RX: binutils - Add RXv3 support.
* readelf.c (get_machine_flags): Add RXv3 output.
This commit is contained in:
@@ -3689,6 +3689,8 @@ get_machine_flags (Filedata * filedata, unsigned e_flags, unsigned e_machine)
|
||||
? ", uses String instructions" : ", bans String instructions");
|
||||
if (e_flags & E_FLAG_RX_V2)
|
||||
strcat (buf, ", V2");
|
||||
if (e_flags & E_FLAG_RX_V3)
|
||||
strcat (buf, ", V3");
|
||||
break;
|
||||
|
||||
case EM_S390:
|
||||
|
||||
Reference in New Issue
Block a user