gcc/gcc/java
Rafael Avila de Espindola ca5ba2a3ea c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type.
gcc/
       * c-common.c (warnings_for_convert_and_check): Use unsigned_type_for
       instead of c_common_unsigned_type.
       (c_common_unsigned_type): Remove.
       (shorten_compare): Use c_common_signed_or_unsigned_type instead of
       c_common_unsigned_type.
       (c_common_nodes_and_builtins): Use unsigned_type_for instead of
       c_common_unsigned_type.
       * c-common.h (c_common_unsigned_type): Remove.
       * c-decl.c (grokdeclarator): Use unsigned_type_for instead of
       c_common_unsigned_type.
       * c-format.c (check_format_types): Use unsigned_type_for instead of
       c_common_unsigned_type.
       * c-objc-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
       * c-typeck.c (convert_for_assignment): Use unsigned_type_for instead of
       c_common_unsigned_type.
       * convert.c (convert_to_integer): Use unsigned_type_for instead of
       lang_hooks.types.unsigned_type.
       * expmed.c (make_tree): Use unsigned_type_for instead of
       lang_hooks.types.unsigned_type.
       * fold-const.c (fold_negate_expr): Use unsigned_type_for instead of
       lang_hooks.types.unsigned_type.
       (build_range_check): Likewise.
       (fold_unary): Likewise.
       (fold_binary): Likewise.
       (fold_ternary): Likewise.
       * langhooks-def.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
       * langhooks.h (lang_hooks_for_types): Remove unsigned_type.
       * tree.c (get_unsigned_type): New.
       (unsigned_type_for): Use get_unsigned_type instead of
       lang_hooks.types.unsigned_type

gcc/ada
       * misc.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.

gcc/cp
       * cp-objcp-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
       * decl.c (grokdeclarator): Use unsigned_type_for instead of
       c_common_unsigned_type.

gcc/fortran
       * f95-lang.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
       * trans-intrinsic.c (gfc_conv_intrinsic_ishft): Use unsigned_type_for
       instead of gfc_unsigned_type.
       * trans-stmt.c (gfc_trans_do): Use unsigned_type_for instead of
       gfc_unsigned_type.
       * trans-types.c (gfc_unsigned_type): Remove.
       * trans-types.h (gfc_unsigned_type): Remove.

gcc/java
       * expr.c (build_java_binop): Use unsigned_type_for instead of
       java_unsigned_type.
       * java-tree.h (java_unsigned_type): Remove.
       * lang.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
       * typeck.c (java_unsigned_type): Remove.

gcc/treelang
       * treetree.c (tree_lang_unsigned_type): Remove.
       (LANG_HOOKS_UNSIGNED_TYPE): Remove.

From-SVN: r124715
2007-05-14 14:37:17 +00:00
..
ChangeLog c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type. 2007-05-14 14:37:17 +00:00
ChangeLog.tree-ssa
Make-lang.in Index: gcc/java/ChangeLog 2007-03-27 01:37:34 +00:00
boehm.c
builtins.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
class.c jvgenmain.c (main): Change main to use class$, not class$$. 2007-04-03 15:28:16 +00:00
config-lang.in
constants.c expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_ref(). 2007-02-02 16:34:17 +00:00
decl.c expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_ref(). 2007-02-02 16:34:17 +00:00
except.c
expr.c c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type. 2007-05-14 14:37:17 +00:00
gcj.texi Index: gcc/java/ChangeLog 2007-03-27 01:37:34 +00:00
java-except.h
java-gimplify.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
java-opcodes.h
java-tree.def
java-tree.h c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type. 2007-05-14 14:37:17 +00:00
javaop.def * java-tree.h, javaop.def, jcf-parse.c: Fix comment typos. 2007-02-03 16:21:55 +00:00
javaop.h
jcf-depend.c
jcf-dump.c
jcf-io.c jcf-io.c (open_class): Copy 'filename'. 2007-04-06 14:28:15 +00:00
jcf-parse.c jvgenmain.c (main): Change main to use class$, not class$$. 2007-04-03 15:28:16 +00:00
jcf-path.c
jcf-reader.c
jcf.h
jvgenmain.c jvgenmain.c (main): Change main to use class$, not class$$. 2007-04-03 15:28:16 +00:00
jvspec.c re PR driver/30714 (gcj driver doesn't recognize files starting with II) 2007-02-06 20:43:55 +00:00
lang-specs.h
lang.c c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type. 2007-05-14 14:37:17 +00:00
lang.opt re PR java/30607 (gcj -I x -C doesn't include x as source dir search patch) 2007-01-29 21:30:10 +00:00
mangle.c
mangle_name.c
parse.h
resource.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
typeck.c c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type. 2007-05-14 14:37:17 +00:00
verify-glue.c
verify-impl.c
verify.h
win32-host.c
zextract.c
zipfile.h