[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Wed Oct 16 10:03:30 CEST 2013
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 13/10/16 10:03:30
Modified files:
cm3/m3-sys/m3cc/gcc-4.7/gcc/: Makefile.in config.gcc config.host
defaults.h gengtype.c ggc-common.c
ggc-internal.h ggc-page.c
ggc-zone.c ggc.h hosthooks-def.h
hosthooks.h passes.c stringpool.c
target.def targhooks.c targhooks.h
toplev.c
./: Makefile.in config.gcc config.host defaults.h gengtype.c
ggc-common.c ggc-internal.h ggc-page.c ggc-zone.c ggc.h
hosthooks-def.h hosthooks.h passes.c stringpool.c target.def
targhooks.c targhooks.h toplev.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/mips/: mips.c
./: mips.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/sh/: sh.c
./: sh.c
Removed files:
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/: freebsd-stdint.h
glibc-stdint.h
host-darwin.c host-darwin.h
host-hpux.c host-linux.c
host-solaris.c
hpux-stdint.h
newlib-stdint.h
openbsd-stdint.h x-darwin
x-hpux x-linux x-solaris
./: freebsd-stdint.h glibc-stdint.h host-darwin.c host-darwin.h
host-hpux.c host-linux.c host-solaris.c hpux-stdint.h
newlib-stdint.h openbsd-stdint.h x-darwin x-hpux x-linux
x-solaris
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/alpha/: host-osf.c x-osf
./: host-osf.c x-osf
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/arm/: arm-c.c
./: arm-c.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/avr/: avr-c.c avr-stdint.h
./: avr-c.c avr-stdint.h
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/i386/: cygwin-stdint.h
djgpp-stdint.h
host-cygwin.c
host-i386-darwin.c
host-mingw32.c
i386-c.c
mingw-stdint.h
msformat-c.c
winnt-cxx.c x-cygwin
x-darwin
./: cygwin-stdint.h djgpp-stdint.h host-cygwin.c
host-i386-darwin.c host-mingw32.c i386-c.c mingw-stdint.h
msformat-c.c winnt-cxx.c x-cygwin x-darwin
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/ia64/: ia64-c.c
./: ia64-c.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/microblaze/: microblaze-c.c
./: microblaze-c.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/mips/: irix6-c.c
./: irix6-c.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/rl78/: rl78-c.c
./: rl78-c.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/rs6000/: aix-stdint.h
host-darwin.c
host-ppc64-darwin.c
rs6000-c.c x-darwin
x-darwin64
./: aix-stdint.h host-darwin.c host-ppc64-darwin.c rs6000-c.c
x-darwin x-darwin64
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/sh/: sh-c.c
./: sh-c.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/sparc/: sparc-c.c
./: sparc-c.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/spu/: spu-c.c
./: spu-c.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/tilegx/: tilegx-c.c
./: tilegx-c.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/tilepro/: tilepro-c.c
./: tilepro-c.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/v850/: v850-c.c
./: v850-c.c
cm3/m3-sys/m3cc/gcc-4.7/gcc/config/vms/: vms-c.c
Log message:
remove more pieces of C frontends
precompiled header stuff (too much fragile host sensitivity here)
stdint stuff (too much duplication in gcc here)
i.e. too much code, too much mess, too many variables, too many cross products
signal handling for PPC_DARWIN host that attemps to report
bugs vs. stack exhaustion
to consider: removing all the driver-*.c files that exist
only/mainly to support -mcpu-native -- to detect
the native CPU
More information about the M3commit
mailing list