commented out some code
authorceriel <none@none>
Mon, 6 Mar 1989 18:02:53 +0000 (18:02 +0000)
committerceriel <none@none>
Mon, 6 Mar 1989 18:02:53 +0000 (18:02 +0000)
mach/sun3/ce/output.c

index 42186b9..7835684 100644 (file)
@@ -209,9 +209,11 @@ register struct relocation_info *u_relo;
                                      break;
                        case SEGBSS : u_relo->r_symbolnum = N_BSS;
                                      break;
+/*     Shut up; this could actually happen on erroneous input
                        default : fprint( STDERR, 
                                           "convert_relo(): bad segment %d\n",
                            (symbol_table[ a_relo->or_nami].on_type & S_TYP) - S_MIN);
+*/
                }
        }
        return retval;
@@ -242,10 +244,12 @@ register struct nlist *u_name;
                case SEGBSS:
                        u_name->n_type |= N_BSS;
                        break;
+/*     Shut up; this could actually happen on erroneous input
                default:
                        fprint(STDERR, "convert_name(): bad section %d\n",
                                (a_name->on_type & S_TYP) - S_MIN);
                        break;
+*/
                }
        }
        u_name->n_other = '\0';