Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   mrg
Date:           Thu Mar  8 03:12:02 UTC 2018

Modified Files:
        src/sys/arch/hp300/stand/common: devopen.c
        src/sys/arch/luna68k/dev: lcd.c
        src/sys/arch/mvme68k/conf: Makefile.mvme68k
        src/sys/arch/mvme68k/dev: sbic.c
        src/sys/arch/mvme68k/stand/sboot: le_poll.c
        src/sys/arch/next68k/next68k: nextrom.c
        src/sys/arch/next68k/stand/boot: en.c

Log Message:
fix various gcc6 m68k issues:
- bad indentation.  next68k en.c and mvme68k le_poll.c fixes real issues
  in error handling, the rest are NFCI.
- pass 68030 flags as appropriate for mvme68k.
- next68k nextrom.c has -Warray-bounds ignored for an odd expression
  that appears to run before relocation, and needs manual offsets
  added which trips bounds array checking.

with this all m68k ports build with GCC 6.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hp300/stand/common/devopen.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/luna68k/dev/lcd.c
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/mvme68k/conf/Makefile.mvme68k
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/mvme68k/dev/sbic.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mvme68k/stand/sboot/le_poll.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/next68k/next68k/nextrom.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/next68k/stand/boot/en.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index