diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-01-20 08:55:07 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-20 01:55:07 -0700 |
commit | b93a436e6b93d31a9523e4b058edc2f1d5d8dc66 (patch) | |
tree | 793698c32df0aae899d0ce491ac76885c5a17592 /gcc/integrate.c | |
parent | 6885fc8771316b46fb26d315118a18c00f4a5f31 (diff) | |
download | gcc-b93a436e6b93d31a9523e4b058edc2f1d5d8dc66.zip gcc-b93a436e6b93d31a9523e4b058edc2f1d5d8dc66.tar.gz gcc-b93a436e6b93d31a9523e4b058edc2f1d5d8dc66.tar.bz2 |
Makefile.in: Remove all bytecode support.
* Makefile.in: Remove all bytecode support.
(OBJS): Make sure last entry is a real object file, not EXTRA_OBJS.
* emit-rtl.c: Remove all bytecode support.
* expr.c, expr.h function.c, integrate.c: Likewise.
* output.h, regclass.c, rtl.h, stmt.c, toplev.c: Likewise.
* tree.h, varasm.c: Likewise.
* bi-*, bc-*: Delete bytecode related files.
Bytecode suppors disappears :-)
From-SVN: r17432
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 256a665..28731c0 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -35,7 +35,6 @@ Boston, MA 02111-1307, USA. */ #include "real.h" #include "except.h" #include "function.h" -#include "bytecode.h" #include "obstack.h" #define obstack_chunk_alloc xmalloc @@ -3273,12 +3272,6 @@ output_inline_function (fndecl) rtx head; rtx last; - if (output_bytecode) - { - warning ("`inline' ignored for bytecode output"); - return; - } - /* Things we allocate from here on are part of this function, not permanent. */ temporary_allocation (); |