Remove OP_EXTENDED0
OP_EXTENDED0 was only used for an assertion in the code to rewrite an expression into prefix form. That code is gone, so this patch removes the constant. gdb/ChangeLog 2021-03-08 Tom Tromey <tom@tromey.com> * std-operator.def (OP_EXTENDED0): Remove.
This commit is contained in:
parent
5d9ba98236
commit
43f542e321
@ -1,3 +1,7 @@
|
||||
2021-03-08 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* std-operator.def (OP_EXTENDED0): Remove.
|
||||
|
||||
2021-03-08 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* std-operator.def (OP_NAME, OP_ATR_IMAGE, OP_ATR_MODULUS)
|
||||
|
||||
@ -326,10 +326,6 @@ OP (OP_TYPEID)
|
||||
takes two expression arguments. */
|
||||
OP (OP_RUST_ARRAY)
|
||||
|
||||
/* First extension operator. Some language modules define extra
|
||||
operators below with numbers higher than OP_EXTENDED0. */
|
||||
OP (OP_EXTENDED0)
|
||||
|
||||
/* ================ Ada operators ================ */
|
||||
|
||||
/* X IN A'RANGE(N). N is an immediate operand, surrounded by
|
||||
|
||||
Loading…
Reference in New Issue
Block a user