diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7d40ca1b7e0..20e3988124e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-07-14 Andreas Jaeger + + * config.gcc (sh64): Remove unused + target_requires_64bit_host_wide_int. + 2002-07-12 Roger Sayle * expr.c [CLEAR_RATIO]: New macro defining the maximum number @@ -42,7 +47,7 @@ Thu Jul 11 22:02:57 2002 J"orn Rennecke * 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 2002-07-11 Tim Josling - 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 (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 (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 * 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 * cpperror.c (cpp_error): Default to directive_line within diff --git a/gcc/config.gcc b/gcc/config.gcc index 4fb59eb4adc..e33752b81ce 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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" ;;