diff options
author | Andrew Burgess <aburgess@redhat.com> | 2025-08-18 11:49:21 +0100 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2025-08-19 15:57:14 +0100 |
commit | 4f68e8167e9a24903d88bc52892479a28ffaaabe (patch) | |
tree | 46d2f131b360b95f768ca0d773ea4940f73be25c /zlib/os400 | |
parent | 17e62fe5f78d33db23bf43eb7c20accd56e65ebe (diff) | |
download | binutils-master.zip binutils-master.tar.gz binutils-master.tar.bz2 |
While looking at the watchpoint code, I realised that AArch64, ARM,
and Loongarch all override watchpoint_addr_within_range with an
implementation that is the same as the default (but with the logic
written slightly differently).
Compare the deleted functions to default_watchpoint_addr_within_range
in target.c.
The only other targets that override watchpoint_addr_within_range are
ppc_linux_nat_target and remote_target, in both cases the
implementation is different to the default.
Lets remove these unnecessary overrides, and just use the default.
There should be no user visible changes after this commit.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'zlib/os400')
0 files changed, 0 insertions, 0 deletions