binutils-gdb/gdb/testsuite/gdb.objc
Doug Evans d30f5e1f70 PR exp/11926
* parser-defs.h (parse_float, parse_c_float): Declare.
	* parse.c (parse_float, parse_c_float): New function.
	* c-exp.y (parse_number): Call parse_c_float.
	* objc-exp.y (parse_number): Ditto.
	* p-exp.y (parse_number): Ditto.  Use ANSI/ISO-style definition.
	* jv-exp.y (parse_number): Call parse_float, fix suffix handling.

	testsuite/
	* gdb.base/printcmds.exp (test_float_accepted): New function.
	Move existing float tests there.  Add tests for floats with suffixes.
	(test_float_rejected): New function.
	* gdb.java/jv-print.exp (test_float_accepted): New function.
	(test_float_rejected): New function.
	* gdb.objc/print.exp: New file.
	* gdb.pascal/print.exp: New file.
	* lib/objc.exp: New file.
2010-08-19 13:33:15 +00:00
..
Makefile.in
basicclass.exp Do not set prms_id/bug_id anymore. 2010-05-05 18:07:04 +00:00
basicclass.m
nondebug.exp Do not set prms_id/bug_id anymore. 2010-05-05 18:07:04 +00:00
nondebug.m
objcdecode.exp Do not set prms_id/bug_id anymore. 2010-05-05 18:07:04 +00:00
objcdecode.m
print.exp PR exp/11926 2010-08-19 13:33:15 +00:00