+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
* 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.
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
(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.
(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
* 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
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" ;;
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" ;;