]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
authorThiemo Seufer <ths@networkno.de>
Wed, 22 Aug 2001 18:42:07 +0000 (18:42 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 22 Aug 2001 18:42:07 +0000 (18:42 +0000)
binutils/ChangeLog
binutils/readelf.c

index 90eec720ccadaaeb0e6f03bac02e81abf347db5b..3cc611713c652ed5c44807bc973181603ea86f2f 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.
+
 2001-08-21  H.J. Lu  <hjl@gnu.org>
 
        * readelf.c (dump_relocations): Support ELF64 on 32bit hosts.
index fd375eb00355efd59639b897986c0fe47175d926..5cdbc6d3769963e93cc9c347f85900b5657c82cd 100644 (file)
@@ -1601,6 +1601,9 @@ get_machine_flags (e_flags, e_machine)
          if (e_flags & EF_MIPS_CPIC)
            strcat (buf, ", cpic");
 
+         if (e_flags & EF_MIPS_UCODE)
+           strcat (buf, ", ugen_reserved");
+
          if (e_flags & EF_MIPS_ABI2)
            strcat (buf, ", abi2");