15a78ff
--- binutils.orig/binutils/readelf.c	2020-07-24 15:08:30.317597020 +0100
15a78ff
+++ binutils-2.35/binutils/readelf.c	2020-07-24 15:09:39.029155552 +0100
15a78ff
@@ -12069,11 +12069,13 @@ print_dynamic_symbol (Filedata *filedata
b8265c4
       unsigned int vis = ELF_ST_VISIBILITY (psym->st_other);
b8265c4
 
15a78ff
       printf (" %-7s", get_symbol_visibility (vis));
b8265c4
+#if 0
b8265c4
       /* Check to see if any other bits in the st_other field are set.
b8265c4
 	 Note - displaying this information disrupts the layout of the
15a78ff
 	 table being generated, but for the moment this case is very rare.  */
b8265c4
       if (psym->st_other ^ vis)
e0e1ae6
 	printf (" [%s] ", get_symbol_other (filedata, psym->st_other ^ vis));
b8265c4
+#endif
b8265c4
     }
15a78ff
   printf (" %4s ", get_symbol_index_type (filedata, psym->st_shndx));
b8265c4
 
15a78ff
@@ -12112,7 +12114,17 @@ print_dynamic_symbol (Filedata *filedata
15a78ff
 		version_string);
15a78ff
     }
15a78ff
 
15a78ff
-  putchar ('\n');
b8265c4
+#if 1
b8265c4
+    {
b8265c4
+      unsigned int vis = ELF_ST_VISIBILITY (psym->st_other);
b8265c4
+
b8265c4
+      /* Check to see if any other bits in the st_other field are set.  */
b8265c4
+      if (psym->st_other ^ vis)
e0e1ae6
+	printf (" \t[%s]", get_symbol_other (filedata, psym->st_other ^ vis));
b8265c4
+    }
b8265c4
+#endif
15a78ff
+
15a78ff
+    putchar ('\n');
b8265c4
 
15a78ff
   if (ELF_ST_BIND (psym->st_info) == STB_LOCAL
15a78ff
       && section != NULL