Ignore symbols of type N_WARNING (0x1e) on NetBSD.

This commit is contained in:
gwr 1998-01-12 16:14:58 +00:00
parent f1d296dd60
commit c7f6e84cbe
1 changed files with 3 additions and 0 deletions

View File

@ -2231,6 +2231,9 @@ process_one_symbol (type, desc, valu, name, section_offsets, objfile)
file's symbols at once. */
case N_ENDM: /* Solaris 2: End of module */
case N_MAIN: /* Name of main routine. */
#ifdef __NetBSD__
case 0x1e: /* NetBSD "N_WARNING" type */
#endif /* NetBSD */
break;
}