Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!DECWRL.DEC.COM!dan%jeremy.DEC From: dan%jeremy.DEC@DECWRL.DEC.COM (Dan Frommer) Newsgroups: gnu.gcc Subject: Retargetting GNU CC to a non byte-addressable machine Message-ID: <8904221946.AA25313@decwrl.dec.com> Date: 23 Apr 89 01:45:00 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 I'm currently in a beginning of a process to retarget GCC to a 16 bit machine which has only word addressability (i.e. - its bytes are actually 16 bit wide). This is a proprietary processor for which code will be crossed-compiled under VAX/VMS. It seems that the 16-bit issue can be solved quite easily unlike the addressability one. An attempt to modify BITS_PER_UNIT to 16 does not seem to be sufficient. Is this retarget feasible? Has anyone ever attempted such a retarget? Any response will be appreciated, -Dan