mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* valarith.c (value_subscript): Add COERCE_REF.
* ch-exp.y (operand_5): We can generalize the 2nd operand of a string repetition ot 'literal' without ambiguity.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Fri Apr 9 00:45:41 1993 Per Bothner (bothner@rtl.cygnus.com)
|
||||||
|
|
||||||
|
* valarith.c (value_subscript): Add COERCE_REF.
|
||||||
|
* ch-exp.y (operand_5): We can generalize the 2nd operand
|
||||||
|
of a string repetition ot 'literal' without ambiguity.
|
||||||
|
|
||||||
Thu Apr 8 10:15:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Thu Apr 8 10:15:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* breakpoint.h (struct bpstat): Remove momentary field.
|
* breakpoint.h (struct bpstat): Remove momentary field.
|
||||||
|
@ -337,9 +337,6 @@ undefined_value : FIXME_01
|
|||||||
/* Z.200, 4.2.1 */
|
/* Z.200, 4.2.1 */
|
||||||
|
|
||||||
location : access_name
|
location : access_name
|
||||||
{
|
|
||||||
$$ = 0; /* FIXME */
|
|
||||||
}
|
|
||||||
| primitive_value POINTER
|
| primitive_value POINTER
|
||||||
{
|
{
|
||||||
write_exp_elt_opcode (UNOP_IND);
|
write_exp_elt_opcode (UNOP_IND);
|
||||||
@ -837,7 +834,7 @@ operand_5 : operand_6
|
|||||||
{
|
{
|
||||||
write_exp_elt_opcode (UNOP_LOGICAL_NOT);
|
write_exp_elt_opcode (UNOP_LOGICAL_NOT);
|
||||||
}
|
}
|
||||||
| parenthesised_expression CHARACTER_STRING_LITERAL
|
| parenthesised_expression literal
|
||||||
/* We require the string operand to be a literal, to avoid some
|
/* We require the string operand to be a literal, to avoid some
|
||||||
nasty parsing ambiguities. */
|
nasty parsing ambiguities. */
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user