mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Introduce ada_ternop_slice
This adds class ada_ternop_slice, which implements TERNOP_SLICE for Ada. gdb/ChangeLog 2021-03-08 Tom Tromey <tom@tromey.com> * ada-lang.c (ada_ternop_slice): No longer static. * ada-exp.h (class ada_ternop_slice_operation): New.
This commit is contained in:
@@ -10156,7 +10156,7 @@ ada_equal_binop (struct type *expect_type,
|
||||
|
||||
/* A helper function for TERNOP_SLICE. */
|
||||
|
||||
static value *
|
||||
value *
|
||||
ada_ternop_slice (struct expression *exp,
|
||||
enum noside noside,
|
||||
struct value *array, struct value *low_bound_val,
|
||||
|
||||
Reference in New Issue
Block a user