2003-05-01 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / gas / config / obj-elf.c
index f61285aa4177e6173bb0b026019ea68bcf1f5c83..08e131fe30d86a0f0e309bffa4518d9c06b6fb9b 100644 (file)
@@ -1648,6 +1648,9 @@ obj_elf_type (ignore)
   else if (strcmp (typename, "tls_object") == 0
           || strcmp (typename, "STT_TLS") == 0)
     type = BSF_OBJECT | BSF_THREAD_LOCAL;
+  else if (strcmp (typename, "notype") == 0
+          || strcmp (typename, "STT_NOTYPE") == 0)
+    ;
 #ifdef md_elf_symbol_type
   else if ((type = md_elf_symbol_type (typename, sym, elfsym)) != -1)
     ;
This page took 0.02469 seconds and 4 git commands to generate.