Eliminate UNOP_MEMVAL_TLS
authorPedro Alves <palves@redhat.com>
Mon, 4 Sep 2017 19:21:15 +0000 (20:21 +0100)
committerPedro Alves <palves@redhat.com>
Mon, 4 Sep 2017 19:21:15 +0000 (20:21 +0100)
commitdd5901a6a5bba75f3dee49f9a27640eedad90afe
tree75d71fc55a8fc446a59254f6991e58c6780a7033
parent46a4882b3c7d9ec981568b8b13a3c9c39c8f8e61
Eliminate UNOP_MEMVAL_TLS

Since minsym references now go via OP_VAR_MSYM_VALUE, UNOP_MEMVAL_TLS
is no longer used anywhere.

gdb/ChangeLog:
2017-09-04  Pedro Alves  <palves@redhat.com>

* eval.c (evaluate_subexp_standard): Remove UNOP_MEMVAL_TLS
handling.
* expprint.c (print_subexp_standard, dump_subexp_body_standard):
Ditto.
* parse.c (operator_length_standard, operator_check_standard):
Ditto.
* std-operator.def (UNOP_MEMVAL_TLS): Delete.
gdb/ChangeLog
gdb/eval.c
gdb/expprint.c
gdb/parse.c
gdb/std-operator.def
This page took 0.039952 seconds and 4 git commands to generate.