Deleted Added
full compact
targhooks.h (169690) targhooks.h (220150)
1/* Default target hook functions.
2 Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
3
4This file is part of GCC.
5
6GCC is free software; you can redistribute it and/or modify it under
7the terms of the GNU General Public License as published by the Free
8Software Foundation; either version 2, or (at your option) any later

--- 43 unchanged lines hidden (view full) ---

52
53extern bool default_scalar_mode_supported_p (enum machine_mode);
54extern bool default_decimal_float_supported_p (void);
55
56extern const char * default_invalid_within_doloop (rtx);
57
58extern bool default_narrow_bitfield (void);
59
1/* Default target hook functions.
2 Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
3
4This file is part of GCC.
5
6GCC is free software; you can redistribute it and/or modify it under
7the terms of the GNU General Public License as published by the Free
8Software Foundation; either version 2, or (at your option) any later

--- 43 unchanged lines hidden (view full) ---

52
53extern bool default_scalar_mode_supported_p (enum machine_mode);
54extern bool default_decimal_float_supported_p (void);
55
56extern const char * default_invalid_within_doloop (rtx);
57
58extern bool default_narrow_bitfield (void);
59
60extern bool default_builtin_vector_alignment_reachable (tree, bool);
61
60/* These are here, and not in hooks.[ch], because not all users of
61 hooks.h include tm.h, and thus we don't have CUMULATIVE_ARGS. */
62
63extern bool hook_bool_CUMULATIVE_ARGS_false (CUMULATIVE_ARGS *);
64extern bool hook_bool_CUMULATIVE_ARGS_true (CUMULATIVE_ARGS *);
65
66extern bool hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false
67 (CUMULATIVE_ARGS *, enum machine_mode, tree, bool);

--- 15 unchanged lines hidden ---
62/* These are here, and not in hooks.[ch], because not all users of
63 hooks.h include tm.h, and thus we don't have CUMULATIVE_ARGS. */
64
65extern bool hook_bool_CUMULATIVE_ARGS_false (CUMULATIVE_ARGS *);
66extern bool hook_bool_CUMULATIVE_ARGS_true (CUMULATIVE_ARGS *);
67
68extern bool hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false
69 (CUMULATIVE_ARGS *, enum machine_mode, tree, bool);

--- 15 unchanged lines hidden ---