Home
last modified time | relevance | path

Searched refs:tc_allow_U_suffix (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dexpr.c511 #ifndef tc_allow_U_suffix in integer_constant()
512 #define tc_allow_U_suffix 1 in integer_constant() macro
515 if (tc_allow_U_suffix && (c == 'U' || c == 'u')) in integer_constant()