From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" To: gas2@cygnus.com Subject: assertion failures under sunos on the sparc Date: Mon, 27 Nov 1995 17:02:00 -0000 Message-id: <199511280102.UAA22199@huahaga.rutgers.edu> X-SW-Source: 1995/msg00192.html It seems that if you interrupt a build of a tree halfway through, and make doesn't clean up the half-written .o file properly, later on when you link the screen fills with a monsterous amount of 'bfd-assertion failure bfd/sunos.c'. I get about 400 of them for the linux kernel when this happens. The error message is warranted because the linker is processing bogus information, however this amount of verbosity is very overwhelming to the user. Is there a way to inform the user which object file is the corrupt one instead during examination of objects in bfd? If so, this would be more useful than what happen currently. This is with binutils-2.6 Later, David S. Miller davem@caip.rutgers.edu