Subject: Re: 14-Sep Toolchain Update / 16 Oct / m68k alignment fix
To: Erik Bertelsen <erik@mediator.uni-c.dk>
From: Erik Bertelsen <erik@mediator.uni-c.dk>
List: tech-toolchain
Date: 10/17/1998 23:42:19
The problem mentioned at the bottom of this message seems to be corrected by:


Module Name:	src
Committed By:	tv
Date:		Fri Oct 16 20:07:16 UTC 1998

Modified Files:
	src/gnu/dist/gcc/config/m68k: netbsd.h
Log Message:
Set MAX_OFILE_ALIGNMENT to 32 as suggested by <chas@cmf.nrl.navy.mil> in
PR port-m68k/6308.  Since m68k's can access doubles fine on a 32-bit
boundary, this does not need to be 64.

best regards
Erik Bertelsen

---------------------------------

On Tue, Oct 06, 1998 at 08:22:32AM +0200, Erik Bertelsen wrote:
> 
> On the m68k we still have the following problem, which I have mentioned
> before, but here you get the actual diagnostics in case you haven't seen
> them:
> 
> 
> cc  -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-main -msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DNKMEMCLUSTERS="0x800" -DNMBCLUSTERS="0x400" -DCOMPAT_43 -DM68040 -DFPSP -DMAXUSERS=16 -D_KERNEL  -Dmc68020 -Dmac68k  -c ../../../../dev/scsipi/sd.c
> cc1: warnings being treated as errors
> ../../../../dev/scsipi/sd.c:1041: warning: alignment of `sx' is greater than maximum object file alignment. Using 2.
> 
> 
> cc -O  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror   -c /home/src/sbin/ifconfig/ifconfig.c
> cc1: warnings being treated as errors
> /home/src/sbin/ifconfig/ifconfig.c:118: warning: alignment of `addreq' is greater than maximum object file alignment. Using 2.