commit | 38ad466f704412ea23fa149e5310f0a6948f3e77 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Feb 29 12:07:28 2024 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Mar 18 08:32:14 2024 -0600 |
tree | d30d92b9411deae717b0d8020ee047fe25b9d295 | |
parent | 1dd09e7f70d51eba4e2d9787959f07319c909110 [diff] |
Remove some unnecessary Ada expression code ada_bitwise_operation differs from the "usual" bitwise operations only in that it calls value_cast at the end. However, because gdb is generally fairly lax about integer types, and because (perhaps oddly) C-style binary promotion is done here anyway, it seems to me that this code isn't needed.