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