Fred Fish 54bbbfb433 * eval.c (evaluate_subexp): Add case MULTI_SUBSCRIPT.
* expprint.c (print_subexp):  Rename BINOP_MULTI_SUBSCRIPT to
	MULTI_SUBSCRIPT.
	* expprint.c (dump_expression):  New function for dumping
	expression vectors during gdb debugging.
	* expression.h (BINOP_MULTI_SUBSCRIPT):  Name changed to
	MULTI_SUBSCRIPT and moved out of BINOP range.
	* expression.h (DUMP_EXPRESSION):  New macro that calls
	dump_expression if DEBUG_EXPRESSIONS is defined.
	* m2-exp.y (BINOP_MULTI_SUBSCRIPT):  Changed to MULTI_SUBSCRIPT.
	* parse.c (length_of_subexp, prefixify_subexp):  Change
	BINOP_MULTI_SUBSCRIPT to MULTI_SUBSCRIPT.
	* parse.c (parse_exp_1):  Call DUMP_EXPRESSION before and after
	prefixify'ing the expression.
	* printcmd.c (print_command_1):  Add comment.
	**** start-sanitize-chill ****
	* ch-exp.y (expression_list):  Add useful actions.
	* ch-exp.y (value_array_element):  Add useful actions.
	* ch-exp.y (array_primitive_value):  Add production.
	* ch-exp.y (yylex):  Recognize ',' as a token.
	**** end-sanitize-chill ****
1993-01-02 20:32:01 +00:00
1992-12-08 04:59:31 +00:00
1993-01-01 22:21:33 +00:00
1992-12-08 05:21:19 +00:00
1992-12-28 22:17:40 +00:00
1992-12-08 05:21:19 +00:00
1992-12-22 21:59:06 +00:00
1992-12-30 06:52:33 +00:00
1992-12-28 20:10:40 +00:00
1991-12-12 02:47:57 +00:00
1992-02-22 00:25:24 +00:00
1992-12-31 01:30:27 +00:00
1991-10-31 00:08:52 +00:00
1992-12-25 01:31:54 +00:00
1991-06-12 21:44:36 +00:00
1992-12-30 06:52:33 +00:00
Description
Unofficial mirror of sourceware binutils-gdb repository. Updated daily.
897 MiB
Languages
C 50.6%
Makefile 22.6%
Assembly 13.2%
C++ 5.9%
Roff 1.5%
Other 5.6%