config.gcc (sh64): Remove unused target_requires_64bit_host_wide_int.

* config.gcc (sh64): Remove unused
	target_requires_64bit_host_wide_int.

From-SVN: r55437
This commit is contained in:
Andreas Jaeger 2002-07-14 09:01:36 +02:00
parent 8ac9d31fd9
commit e89617feba
2 changed files with 12 additions and 15 deletions

View File

@ -1,3 +1,8 @@
2002-07-14 Andreas Jaeger <aj@suse.de>
* config.gcc (sh64): Remove unused
target_requires_64bit_host_wide_int.
2002-07-12 Roger Sayle <roger@eyesopen.com>
* expr.c [CLEAR_RATIO]: New macro defining the maximum number
@ -42,7 +47,7 @@ Thu Jul 11 22:02:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
* config/mips/iris6-o32-as.h: New file.
* config/mips/iris6-o32.h: New file.
* config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Define.
(NM_FLAGS): Define.
(HAVE_AS_SHF_MERGE): Undefine.
@ -97,7 +102,7 @@ Thu Jul 11 11:31:12 2002 J"orn Rennecke <joern.rennecke@superh.com>
2002-07-11 Tim Josling <tej@melbpc.org.au>
Remove front end hard coding from gengtype.c.
Remove front end hard coding from gengtype.c.
* Makefile.in
(STAGESTUFF): add gtyp-gen.h
@ -121,9 +126,9 @@ Thu Jul 11 11:31:12 2002 J"orn Rennecke <joern.rennecke@superh.com>
(srcdir): AC-SUBST this variable.
(all_gtfiles_files_langs): AC-SUBST this variable.
(all_gtfiles_files_files): AC-SUBST this variable.
* configure: Regenerate.
* gengtype-lex.l (parse_file): Make parameter const.
* gengtype.c (toplevel): include gtyp-gen.h.
@ -143,10 +148,10 @@ Thu Jul 11 11:31:12 2002 J"orn Rennecke <joern.rennecke@superh.com>
(close_output_files): Add prototype to rmove warning.
(main): Iterate through list of generated files from gtyp-gen.h
rather than command line paramaters. Ignore duplicated file
names.
names.
* gengtype.h (parse_file): Amend prototype for const parameter.
* doc/sourcebuild.texi: Document gtfiles variable.
* doc/gty.texi: Document changes to gtfiles variable for front
@ -273,7 +278,7 @@ Wed Jul 10 16:06:00 2002 J"orn Rennecke <joern.rennecke@superh.com>
* objc/objc-act.c (adjust_type_for_id_default): Fix my previous patch.
Do not allow ObjC objects as a parameter type for Objective-C methods.
My previous patch restricted 'struct' also.
2002-07-09 Neil Booth <neil@daikokuya.co.uk>
* cpperror.c (cpp_error): Default to directive_line within

View File

@ -2232,10 +2232,6 @@ sh-*-elf* | sh[2346l]*-*-elf*)
tmake_file="${tmake_file} sh/t-sh64"
tm_file="${tm_file} sh/sh64.h"
extra_headers="shmedia.h ushmedia.h sshmedia.h"
# Not strictly necessary to check this, but a good idea anyway.
if test $machine = $target; then
target_requires_64bit_host_wide_int=yes
fi
;;
sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
sh4*) target_cpu_default="SELECT_SH4" ;;
@ -2285,10 +2281,6 @@ sh-*-linux* | sh[2346lbe]*-*-linux*)
tmake_file="${tmake_file} sh/t-sh64"
tm_file="${tm_file} sh/sh64.h"
extra_headers="shmedia.h ushmedia.h sshmedia.h"
# Not strictly necessary to check this, but a good idea anyway.
if test $machine = $target; then
target_requires_64bit_host_wide_int=yes
fi
;;
sh4_single*) target_cpu_default="SELECT_SH4_SINGLE" ;;
sh4*) target_cpu_default="SELECT_SH4" ;;