]> gcc.gnu.org Git - gcc.git/commit - gcc/f/com.c
c-common.c, [...]: Delete code implementing -traditional mode.
authorZack Weinberg <zack@codesourcery.com>
Wed, 27 Feb 2002 18:48:07 +0000 (18:48 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 27 Feb 2002 18:48:07 +0000 (18:48 +0000)
commitf458d1d5d7bd85e412689858ea5d5de681608fbb
treeaff434354f9eafe5065d231d996385e95f0669b4
parente0b3a8ff40c97c0b633185e6d0872468504a7a1a
c-common.c, [...]: Delete code implementing -traditional mode.

* c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
c-tree.h, c-typeck.c, cppexp.c, cpplex.c, cpplib.c, cpplib.h,
cppmacro.c, objc/lang-specs.h, objc/objc-act.c,
builtin-types.def, builtins.def, dwarf2out.c, dwarfout.c,
gcc.c, toplev.c: Delete code implementing -traditional mode.

* ada/misc.c, ch/ch-tree.h, ch/decl.c, cp/decl2.c, f/com.c,
f/lex.c, f/top.c, java/builtins.c, java/decl.c: Delete
traditional-mode-related code copied from the C front end
but not used, or used only to permit the compiler to link.

* doc/bugreport.texi, doc/cpp.texi, doc/extend.texi,
doc/invoke.texi, doc/standards.texi, doc/trouble.texi:
Document removal of -traditional mode for compilation, and
remove documentation only relevant to that mode.

* config/nextstep.h, config/ptx4.h, config/svr4.h,
config/convex/convex.h, config/d30v/d30v.h,
config/i386/dgux.h, config/i386/osf1elf.h,
config/i386/osfelf.h, config/i386/osfrose.h,
config/i386/sco5.h, config/i386/sol2.h, config/m68k/a-ux.h,
config/m68k/hp310.h, config/m88k/dgux.h,
config/m88k/dguxbcs.h, config/m88k/luna.h, config/m88k/m88k.c,
config/m88k/m88k.h, config/m88k/openbsd.h,
config/mips/abi64.h, config/mips/osfrose.h,
config/mips/svr4-5.h, config/mips/svr4-t.h,
config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
config/stormy16/stormy16.h: Remove all references to
-traditional from target specs.  Delete all mention of the
no-longer-necessary TRADITIONAL_RETURN_FLOAT macro.  Also
delete a couple of commented-out definitions of
DOLLARS_IN_IDENTIFIERS, with (incorrect) commentary referring
to -traditional.

* system.h: Poison TRADITIONAL_RETURN_FLOAT.
* doc/tm.texi: Remove mention of TRADITIONAL_RETURN_FLOAT macro.

* testsuite/gcc.c-torture/execute/920730-1t.c,
testsuite/gcc.c-torture/execute/920730-1t.x,
testsuite/gcc.dg/ext-glob.c: Delete test cases, only relevant
to -traditional.

From-SVN: r50110
73 files changed:
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/misc.c
gcc/builtin-types.def
gcc/builtins.def
gcc/c-common.c
gcc/c-common.h
gcc/c-decl.c
gcc/c-lex.c
gcc/c-parse.in
gcc/c-tree.h
gcc/c-typeck.c
gcc/ch/ChangeLog
gcc/ch/ch-tree.h
gcc/ch/decl.c
gcc/config/convex/convex.h
gcc/config/d30v/d30v.h
gcc/config/i386/dgux.h
gcc/config/i386/osf1elf.h
gcc/config/i386/osfelf.h
gcc/config/i386/osfrose.h
gcc/config/i386/sco5.h
gcc/config/i386/sol2.h
gcc/config/m68k/a-ux.h
gcc/config/m68k/hp310.h
gcc/config/m88k/dgux.h
gcc/config/m88k/dguxbcs.h
gcc/config/m88k/luna.h
gcc/config/m88k/m88k.c
gcc/config/m88k/m88k.h
gcc/config/m88k/openbsd.h
gcc/config/mips/abi64.h
gcc/config/mips/osfrose.h
gcc/config/mips/svr4-5.h
gcc/config/mips/svr4-t.h
gcc/config/nextstep.h
gcc/config/ptx4.h
gcc/config/sparc/sol2-sld-64.h
gcc/config/sparc/sol2.h
gcc/config/stormy16/stormy16.h
gcc/config/svr4.h
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cppexp.c
gcc/cpplex.c
gcc/cpplib.c
gcc/cpplib.h
gcc/cppmacro.c
gcc/doc/bugreport.texi
gcc/doc/cpp.texi
gcc/doc/extend.texi
gcc/doc/invoke.texi
gcc/doc/standards.texi
gcc/doc/tm.texi
gcc/doc/trouble.texi
gcc/dwarf2out.c
gcc/dwarfout.c
gcc/f/ChangeLog
gcc/f/com.c
gcc/f/lex.c
gcc/f/top.c
gcc/gcc.c
gcc/java/ChangeLog
gcc/java/builtins.c
gcc/java/decl.c
gcc/objc/lang-specs.h
gcc/objc/objc-act.c
gcc/system.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/920730-1t.c [deleted file]
gcc/testsuite/gcc.c-torture/execute/920730-1t.x [deleted file]
gcc/testsuite/gcc.dg/ext-glob.c [deleted file]
gcc/toplev.c
This page took 0.078956 seconds and 5 git commands to generate.