-
- Downloads
c-decl.c, [...]: Don't check TARGET_MEM_FUNCTIONS.
* c-decl.c, config/m32r/m32r.c, expr.c, optabs.c: Don't check TARGET_MEM_FUNCTIONS. * system.h: Poison TARGET_MEM_FUNCTIONS. * libfuncs.h (LTI_bcopy, LTI_bcmp, LTI_bzero, bcopy_libfunc, bcmp_libfunc, bzero_libfunc): Remove. * optabs.c (init_obtabs): Don't set bcopy_libfunc, bcmp_libfunc or bzero_libfunc. * doc/tm.texi (TARGET_MEM_FUNCTIONS): Remove. * doc/standards.texi: Don't mention calling BSD string functions. * doc/invoke.texi: Likewise. Mention that memmove may be called. * config/vax/t-memfuncs: New. * config/memcmp.c, config/memcpy.c, config/memmove.c, config/memset.c: New. * config/pdp11/t-pdp11 (LIB2FUNCS_EXTRA): Use these files. * config.gcc (vax-*-bsd*, vax-*-sysv*, vax-*-ultrix*): Use vax/t-memfuncs. * config/alpha/alpha.h, config/arc/arc.h, config/arm/arm.h, config/avr/avr.h, config/c4x/c4x.h, config/cris/aout.h, config/elfos.h, config/gnu.h, config/h8300/h8300.h, config/i386/gas.h, config/ia64/ia64.h, config/interix.h, config/ip2k/ip2k.h, config/lynx-ng.h, config/m32r/m32r.h, config/mcore/mcore.h, config/mips/mips.h, config/mmix/mmix.h, config/netbsd.h, config/openbsd.h, config/pa/pa.h, config/rs6000/rs6000.h, config/rtems.h, config/s390/s390.h, config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h, config/svr3.h: Don't define TARGET_MEM_FUNCTIONS. From-SVN: r84130
Showing
- gcc/ChangeLog 29 additions, 0 deletionsgcc/ChangeLog
- gcc/c-decl.c 0 additions, 7 deletionsgcc/c-decl.c
- gcc/config.gcc 3 additions, 0 deletionsgcc/config.gcc
- gcc/config/alpha/alpha.h 0 additions, 3 deletionsgcc/config/alpha/alpha.h
- gcc/config/arc/arc.h 0 additions, 5 deletionsgcc/config/arc/arc.h
- gcc/config/arm/arm.h 0 additions, 3 deletionsgcc/config/arm/arm.h
- gcc/config/avr/avr.h 0 additions, 2 deletionsgcc/config/avr/avr.h
- gcc/config/c4x/c4x.h 0 additions, 4 deletionsgcc/config/c4x/c4x.h
- gcc/config/cris/aout.h 0 additions, 5 deletionsgcc/config/cris/aout.h
- gcc/config/elfos.h 0 additions, 4 deletionsgcc/config/elfos.h
- gcc/config/gnu.h 0 additions, 4 deletionsgcc/config/gnu.h
- gcc/config/h8300/h8300.h 0 additions, 6 deletionsgcc/config/h8300/h8300.h
- gcc/config/i386/gas.h 0 additions, 4 deletionsgcc/config/i386/gas.h
- gcc/config/ia64/ia64.h 0 additions, 9 deletionsgcc/config/ia64/ia64.h
- gcc/config/interix.h 0 additions, 4 deletionsgcc/config/interix.h
- gcc/config/ip2k/ip2k.h 0 additions, 2 deletionsgcc/config/ip2k/ip2k.h
- gcc/config/lynx-ng.h 0 additions, 4 deletionsgcc/config/lynx-ng.h
- gcc/config/m32r/m32r.c 0 additions, 8 deletionsgcc/config/m32r/m32r.c
- gcc/config/m32r/m32r.h 0 additions, 5 deletionsgcc/config/m32r/m32r.h
- gcc/config/mcore/mcore.h 0 additions, 3 deletionsgcc/config/mcore/mcore.h
Loading
Please register or sign in to comment