]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
RX: binutils - Add RXv3 support.
authorYoshinori Sato <ysato@users.sourceforge.jp>
Tue, 25 Dec 2018 11:04:47 +0000 (20:04 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Sat, 5 Jan 2019 13:53:42 +0000 (22:53 +0900)
* readelf.c (get_machine_flags): Add RXv3 output.

binutils/ChangeLog
binutils/readelf.c

index 9fef84b66532118bdfaba90b2054f8538c9abe35..d7f1685e3d8da13d4f2ee046121de8fac40bc22f 100644 (file)
@@ -1,3 +1,6 @@
+2018-12-25  Yoshinori Sato <ysato@users.sourceforge.jp>
+       * readelf.c (get_machine_flags): Add RXv3 output.
+
 2019-01-04  Nick Clifton  <nickc@redhat.com>
 
        PR 24005
index aac3b06cf9049d4fe7e93e0d7ee2ef6bd040695f..44577d8896fb13aeafb35dafd421a2c50990f18f 100644 (file)
@@ -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: