gcc/libiberty/testsuite
Ian Lance Taylor 31058ee354 cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED...
* cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED,
	D_PRINT_UNSIGNED_LONG, D_PRINT_LONG_LONG,
	D_PRINT_UNSIGNED_LONG_LONG, D_PRINT_FLOAT.
	* cp-demangle.c (cplus_demangle_builtin_types): Change char and
	short types to D_PRINT_DEFAULT.  Change other integer types to use
	new D_PRINT_* values where appropriate.  Change float types to
	D_PRINT_FLOAT.
	(d_print_comp) [LITERAL, LITERAL_NEG]: Handle new D_PRINT_*
	values.
	* testsuite/demangle-expected: Adjust two test cases.

	* cp-demangle.c (d_print_function_type): Print a space before the
	parenthesis around the function type in more cases.
	* testsuite/demangle-expected: Adjust one test case.

From-SVN: r78421
2004-02-25 04:51:39 +00:00
..
demangle-expected cp-demangle.h (enum d_builtin_type_print): Add D_PRINT_UNSIGNED... 2004-02-25 04:51:39 +00:00
Makefile.in * testsuite/Makefile.in (test-demangle): Depend upon libiberty.a. 2003-11-18 18:29:02 +00:00
test-demangle.c cp-demangle.c (d_encoding): When DMGL_PARAMS is not set... 2004-01-02 20:33:55 +00:00