Add support for parallel instructions.
[deliverable/binutils-gdb.git] / bfd / evax-alpha.c
index c97db588a4f314b3d21d5e4afe0418fe56b26e69..8c8a04585dbf1ff27f96b2f25c3ac7901cda846b 100644 (file)
@@ -1109,8 +1109,6 @@ evax_get_symbol_info (abfd, symbol, ret)
     ret->type = 'A';
   else if (bfd_is_und_section (sec))
     ret->type = 'U';
-  else if (bfd_is_abs_section (sec))
-    ret->type = 'A';
   else if (bfd_is_ind_section (sec))
     ret->type = 'I';
   else if (bfd_get_section_flags (abfd, sec) & SEC_CODE)
@@ -1143,7 +1141,7 @@ evax_bfd_is_local_label_name (abfd, name)
 #if EVAX_DEBUG
   evax_debug (1, "evax_bfd_is_local_label_name(%p, %s)\n", abfd, name);
 #endif
-  return false;
+  return name[0] == '$';
 }
 
 
This page took 0.023697 seconds and 4 git commands to generate.