mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Introduce unop_alignof_operation
This adds class unop_alignof_operation, which implements UNOP_ALIGNOF. gdb/ChangeLog 2021-03-08 Tom Tromey <tom@tromey.com> * expop.h (class unop_alignof_operation): New. * eval.c (eval_op_alignof): No longer static.
This commit is contained in:
@@ -1881,7 +1881,7 @@ eval_op_ind (struct type *expect_type, struct expression *exp,
|
||||
|
||||
/* A helper function for UNOP_ALIGNOF. */
|
||||
|
||||
static struct value *
|
||||
struct value *
|
||||
eval_op_alignof (struct type *expect_type, struct expression *exp,
|
||||
enum noside noside,
|
||||
struct value *arg1)
|
||||
|
||||
Reference in New Issue
Block a user