From bf628349592173e3356027dbcc1ddd183d7ddb2f Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 6 Mar 1989 18:15:50 +0000 Subject: [PATCH] commented out some code --- mach/vax4/ce/output.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mach/vax4/ce/output.c b/mach/vax4/ce/output.c index a2f4908ae..6bb4917a0 100644 --- a/mach/vax4/ce/output.c +++ b/mach/vax4/ce/output.c @@ -208,9 +208,11 @@ register struct relocation_info *u_relo; break; case SEGBSS : u_relo->r_symbolnum = N_BSS; break; +/* Shut up; this can 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; @@ -241,10 +243,12 @@ register struct nlist *u_name; case SEGBSS: u_name->n_type |= N_BSS; break; +/* Shut up; this can 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'; -- 2.34.1