summaryrefslogtreecommitdiffstats
path: root/gcc/config/linux-aout.h
Commit message (Collapse)AuthorAgeFilesLines
* gcc/kazu2004-02-041-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config.gcc: Remove obsolete ports and configurations. * config/linux-aout.h, config/netware.h, config/t-linux-gnulibc1, config/d30v/abi, config/d30v/d30v-protos.h, config/d30v/d30v.c, config/d30v/d30v.h, config/d30v/d30v.md, config/d30v/libgcc1.asm, config/d30v/t-d30v, config/dsp16xx/dsp16xx-modes.def, config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c, config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md, config/i370/README, config/i370/i370-c.c, config/i370/i370-protos.h, config/i370/i370.c, config/i370/i370.h, config/i370/i370.md, config/i370/linux.h, config/i370/mvs.h, config/i370/oe.h, config/i370/t-i370, config/i386/freebsd-aout.h, config/i386/linux-aout.h, config/i386/moss.h, config/i386/netware.h, config/i386/svr3.ifile, config/i386/svr3dbx.h, config/i386/svr3gas.h, config/i386/svr3z.ifile, config/i386/t-udk, config/i386/udk.h, config/i386/vsta.h, config/i960/i960-c.c, config/i960/i960-coff.h, config/i960/i960-modes.def, config/i960/i960-protos.h, config/i960/i960.c, config/i960/i960.h, config/i960/i960.md, config/i960/rtems.h, config/i960/t-960bare, config/m68k/hp310.h, config/m68k/hp320.h, config/m68k/hp320base.h, config/m68k/m68kv4.h, config/m68k/netbsd.h, config/m68k/sgs.h, config/m68k/t-hp320: Remove. * doc/extend.texi, doc/install.texi, doc/invoke.texi, doc/md.texi: Remove mentions of obsolete ports. testsuite/ * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c: Remove mentions of obsolete ports. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77216 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makfile.in: Remove traces of mbchar.neil2003-07-061-8/+0
| | | | | | | | | | | | | | | | * c-parse.in (MULTIBYTE_CHARS): Remove. * config.in (MULTIBYTE_CHARS): Remove. * configure: Remove --enable-mbchar. * configure.in: Remove --enable-mbchar. * mbchar.c, mbchar.h: Remove. * system.h: Poison MULTIBYTE_CHARS. * config/linux-aout.h (MULTIBYTE_CHARS): Remove. * config/linux.h (MULTIBYTE_CHARS): Remove. * config/svr4.h (MULTIBYTE_CHARS): Remove. * config/sparc/linux.h (MULTIBYTE_CHARS): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69009 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/gofast.h, config/interix.h, config/interix3.h,neroden2003-06-161-5/+5
| | | | | | | | | | config/libgloss.h, config/linux-aout.h, config/linux.h, config/lynx-ng.h, config/lynx.h: GNU CC -> GCC. * config/kaos.h: "GNU compiler" -> GCC. * config/linux-aout.h, config/lynx.h: Clarify comment describing file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67997 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.thorpej2002-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config/interix.h (HANDLE_SYSV_PRAGMA): Likewise. * config/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise. * config/lynx-ng.h (HANDLE_SYSV_PRAGMA): Likewise. * config/lynx.h (HANDLE_SYSV_PRAGMA): Likewise. * config/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise. * config/openbsd.h (HANDLE_SYSV_PRAGMA: Likewise. * config/alpha/elf.h (HANDLE_SYSV_PRAGMA): Likewise. * config/arm/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise. * config/cris/aout.h (HANDLE_SYSV_PRAGMA): Likewise. * config/d30v/d30v.h (HANDLE_SYSV_PRAGMA): Likewise. * config/frv/frv.h (HANDLE_SYSV_PRAGMA): Likewise. * config/i386/djgpp.h (HANDLE_SYSV_PRAGMA): Likewise. * config/i386/i386-interix.h (HANDLE_SYSV_PRAGMA): Likewise. * config/i386/vxi386.h (HANDLE_SYSV_PRAGMA): Likewise. * config/ia64/ia64.h (HANDLE_SYSV_PRAGMA): Likewise. * config/m88k/m88k.h (HANDLE_SYSV_PRAGMA): Likewise. * config/mmix/mmix.h (HANDLE_SYSV_PRAGMA): Likewise. * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Likewise. * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Likewise. * config/sparc/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise. * config/sparc/vxsparc64.h (HANDLE_SYSV_PRAGMA): Likewise. * config/stormy16/stormy16.h (HANDLE_SYSV_PRAGMA): Likewise. * config/alpha/osf.h (HANDLE_SYSV_PRAGMA): Don't undef before defining. * config/i386/sco5.h (HANDLE_SYSV_PRAGMA): Likewise. * config/mips/iris5.h (HANDLE_SYSV_PRAGMA): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59493 138bc75d-0d04-0410-961f-82ee72b054a4
* * builtins.def: Fix comment formatting.kazu2002-09-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * c-common.def: Likewise. * cfgcleanup.c: Likewise. * combine.c: Likewise. * gengtype.c: Likewise. * params.def: Likewise. * predict.def: Likewise. * rtl.def: Likewise. * stab.def: Likewise. * stor-layout.c: Likewise. * tree.def: Likewise. * config/darwin.c: Likewise. * config/darwin.h: Likewise. * config/dbxcoff.h: Likewise. * config/elfos.h: Likewise. * config/fp-bit.c: Likewise. * config/freebsd-spec.h: Likewise. * config/interix.h: Likewise. * config/libgloss.h: Likewise. * config/linux-aout.h: Likewise. * config/linux.h: Likewise. * config/lynx-ng.h: Likewise. * config/lynx.h: Likewise. * config/netbsd-aout.h: Likewise. * config/netbsd.h: Likewise. * config/netware.h: Likewise. * config/psos.h: Likewise. * config/ptx4.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57624 138bc75d-0d04-0410-961f-82ee72b054a4
* config:hp2000-09-251-2/+2
| | | | | | | | Changes add TABs on either or both sides, covering start of line, up to any operand for all .*ASM.*_OP definitions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36604 138bc75d-0d04-0410-961f-82ee72b054a4
* * gbl-ctors.h: Lose HAVE_ATEXIT. Don't define ON_EXIT.jason1999-09-151-4/+1
| | | | | | | | | | | | * libgcc2.c: Lose obsolete defn of WEAK_ALIAS. (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT. (__do_global_dtors): Likewise. Don't mess with _exit_dummy_decl. (atexit, exit): Simplify. * tm.texi: Document NEED_ATEXIT and ON_EXIT. Remove HAVE_ATEXIT. * config/lots: Remove defns of HAVE_ATEXIT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29439 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/linux.h (ASM_COMMENT_START): Remove from here,law1998-05-071-3/+0
| | | | | | | | | | | * config/linux-aout.h (ASM_COMMENT_START): and here, * config/i386/linux.h (ASM_COMMENT_START): to here, * config/i386/linux-aout.h (ASM_COMMENT_START): and here. * config/i386/linux-oldld.h (ASM_COMMENT_START): Define here as '#' too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19609 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/linux.h (ASM_COMMENT_START): Define as "#".law1998-05-061-3/+6
| | | | | | | * config/linux-aout.h (ASM_COMMENT_START): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19595 138bc75d-0d04-0410-961f-82ee72b054a4
* (COMMENT_BEGIN): Delete.coxs1996-11-191-5/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13206 138bc75d-0d04-0410-961f-82ee72b054a4
* (SET_ASM_OP): New. __attribute__ ((alias ()))coxs1996-05-221-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12078 138bc75d-0d04-0410-961f-82ee72b054a4
* Update FSF address.kenner1995-06-151-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9972 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionkenner1995-03-301-0/+50
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9255 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud