Path: utzoo!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!indetech!daver!bungi.com!news From: jkp@sauna.hut.fi (Jyrki Kuoppala) Newsgroups: comp.sys.nsc.32k Subject: Is the bug with operands crossing page boundaries still in 32532 ? Message-ID: <9103092255.AA29132@cs.hut.fi> Date: 9 Mar 91 22:55:02 GMT Sender: news@daver.bungi.com Organization: Helsinki University of Technology, Finland. Lines: 12 Approved: news@daver.bungi.com Gcc docs tell that the ns32k series has a bug with operands crossing page boundaries. This is why STRICT_ALIGNMENT is defined in tm-ns32k.h. Could someone tell me whether the bug still is in the 32532 ? Currently I don't define STRICT_ALIGNMENT in tm-pc532.h and haven't run into trouble (well, I had some strange crashes when debugging programs but I account them to my ptrace support which is not that much tested yet). But if the bug still exists, I'll have to define STRICT_ALIGNMENT. //Jyrki