diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-20 17:02:10 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-20 17:02:10 +0000 |
commit | fa5144f79039ee415fa52c5f1d9e3be260b5b898 (patch) | |
tree | 095998f79a3dded1d5f2821cc8b533b1ab9975a9 /gcc/config | |
parent | 2f7ce20aad53584f43ef37d8eccc4eab9a0b67a3 (diff) | |
download | gcc-fa5144f79039ee415fa52c5f1d9e3be260b5b898.tar.gz |
Remove more bytecode stuff.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17436 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/msdos/top.sed | 6 | ||||
-rw-r--r-- | gcc/config/vax/xm-vms.h | 1 | ||||
-rw-r--r-- | gcc/config/winnt/config-nt.sed | 7 |
3 files changed, 5 insertions, 9 deletions
diff --git a/gcc/config/msdos/top.sed b/gcc/config/msdos/top.sed index 7881236d9b7..f123c9ab90a 100644 --- a/gcc/config/msdos/top.sed +++ b/gcc/config/msdos/top.sed @@ -19,9 +19,9 @@ host_xm_file=config/i386/xm-dos.h /^xmake_file=/ d /^tmake_file=/ d /^version=/ c\ -version=2.7.2 +version=2.8.0 /^mainversion=/ c\ -mainversion=2.7.2 +mainversion=2.8.0 s/CC = cc/CC = gcc/ s/:\$/: \$/g s/^ \ *\.\// / @@ -48,7 +48,7 @@ s/; *@true// s/stamp-/s-/g s/tmp-/t-/g /> *s-objlist/ c\ - echo.exe -o s-objlist $(addprefix ../,$(OBJS) $(BC_OBJS)) + echo.exe -o s-objlist $(addprefix ../,$(OBJS)) /^OBJS.*s-objlist/ s?`cat ../s-objlist`?@../s-objlist? s/^\(SUBDIR_OBSTACK *=\).*$/\1 ..\/obstack.o/ s/^\(SUBDIR_USE_ALLOCA *=\).*$/\1/ diff --git a/gcc/config/vax/xm-vms.h b/gcc/config/vax/xm-vms.h index a559a039476..104f5fe74d5 100644 --- a/gcc/config/vax/xm-vms.h +++ b/gcc/config/vax/xm-vms.h @@ -143,7 +143,6 @@ Boston, MA 02111-1307, USA. */ /* use ANSI/SYSV style byte manipulation routines instead of BSD ones */ /* rename all too-long external symbol names to avoid warnings */ -#define bc_check_for_full_enumeration_handling bc_check_for_full_enum_handling #define check_for_full_enumeration_handling check_for_full_enum_handling #define current_function_contains_functions curfunc_contains_functions #define current_function_epilogue_delay_list curfunc_epilogue_delay_list diff --git a/gcc/config/winnt/config-nt.sed b/gcc/config/winnt/config-nt.sed index ee0088ad818..995158e2244 100644 --- a/gcc/config/winnt/config-nt.sed +++ b/gcc/config/winnt/config-nt.sed @@ -13,7 +13,7 @@ s/$(srcdir)\/c-gperf/c-gperf/g /^lang_specs_files=/ d /^lang_options_files=/ d /^version=/ c\ -version=2.7.2 +version=2.8.0 s/CC = cc/CC = cl/ s/^SHELL =.*/SHELL =/ s/CFLAGS = -g/CFLAGS =/ @@ -38,7 +38,7 @@ GCC_FOR_TARGET = xgcc ENQUIRE_LDFLAGS = s/; *@true// /> *stamp-objlist/ c\ - echo.exe $(OBJS) $(BC_OBJS) | sed -e "s, \([a-z]\), ../\1,g" >stamp-objlist + echo.exe $(OBJS) | sed -e "s, \([a-z]\), ../\1,g" >stamp-objlist /^OBJS.*stamp-objlist/ s?`cat ../stamp-objlist`?@../stamp-objlist? s/^\(SUBDIR_OBSTACK *=\).*$/\1 ..\/obstack.o/ s/^\(SUBDIR_USE_ALLOCA *=\).*$/\1/ @@ -90,9 +90,6 @@ USE_HOST_ALLOCA=alloca.obj s/^ALLOCA =/ALLOCA = alloca.obj/ s/^ALLOCA_FINISH = true/ALLOCA_FINISH =/ s/ \.\// / -s/^bi-\([a-z]*\) *:/bi-\1.exe :/ -s/ bi-\([a-z]*\)$/ bi-\1.exe/ -s/ bi-\([a-z]*\) / bi-\1.exe /g s/^gen\([a-z]*\) *:/gen\1.exe :/ s/ gen\([a-z]*\)$/ gen\1.exe/ s/ gen\([a-z]*\) / gen\1.exe /g |