Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!hpcc05!hpyhde4!hpycla!hpcuhc!hpcupt3!mnm From: mnm@hpcupt3.cup.hp.com (Michey Mehta) Newsgroups: comp.lang.c++ Subject: Re: Porting Cfront's output to other systems. Message-ID: <45680012@hpcupt3.cup.hp.com> Date: 25 Jun 91 19:16:46 GMT References: <1991Jun21.211157.10040@starnet.uucp> Organization: Hewlett Packard, Cupertino Lines: 9 From article <1991Jun21.211157.10040@starnet.uucp>, by dror@starnet.uucp (Dror M atalon): > 4. Any other issues? Note that cfront needs to know exactly how structs are laid out, and the default layout rules are appropriate for the host machine. If your target machine has different sizes and alignments, you will have to use the +x option to specify a file of sizes and alignments.