Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ics.com!david From: david@ics.com (David B. Lewis) Newsgroups: gnu.utils.bug Subject: (none) Message-ID: <8904131949.AA09104@buita.bu.edu> Date: 13 Apr 89 19:56:11 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 33 Gnu Bug Report VERSION: gas-1.32 on current compiler beta test tape CLIENT MACHINE and OPERATING SYSTEM: found on Sony NeWS NWS-841, BSD4.3 AREA: Build of GAS source SYNOPSIS: A couple corrections would make build easier for this machine. 1) DESCRIPTION: automated (?) insertion of copyright notice into obstack.h and another file (obstack.c, I think) resulted in a misplaced */ which produced many errors when the copyright notice was taken as C source SAMPLE FIX: Remove the */ at the end of line 1 of both those files 2) DESCRIPTION: Sony's /bin/cc with default flags needs void equals(); declared somewhere at the top of read.c and void install_operand(), install_gen_operand(); declared somewhere at the top of m68k.c.