tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
authorJoern Rennecke <amylaar@spamcop.net>
Sat, 16 Jan 2010 02:39:40 +0000 (02:39 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Sat, 16 Jan 2010 02:39:40 +0000 (02:39 +0000)
commitb6fd8800b0017a3d4c8f8012c5b5d0b6494191e0
treeca282fb216614d5a639fa5cfc7886c5ad23b4a5a
parent9ddb66ef68af54a489e187e583ca01909e15551f
tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.

* doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.

(TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.

(TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.

(TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.

(TARGET_IN_SMALL_DATA_P): Fix argument type.

(TARGET_BINDS_LOCAL_P): Fix argument type.

(TARGET_ASM_FILE_END): Use prototype.

(TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.

(TARGET_DWARF_CALLING_CONVENTION): Fix argument type.

(TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.

(TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.

(TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
(TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.

(TARGET_PCH_VALID_P): Put 'const char *' in braces.
(TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.

(TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
(TARGET_ADDR_SPACE_SUBSET_P): Likewise.
(TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
(TARGET_ADDR_SPACE_CONVERT): Likewise.

(TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.

(TARGET_MACHINE_DEPENDENT_REORG: Use prototype.

(TARGET_INIT_BUILTINS): Use prototype.

(TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
Put 'const char *' in braces.  Fix parameter types.
(TARGET_INVALID_CONVERSION): Fix parameter types.
(TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
(TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.

(TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
Fix argument type.

(TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.

(TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.

From-SVN: r155957
gcc/ChangeLog
gcc/doc/tm.texi