Change gdb.base/examine-backwards.exp for AIX.
authorAditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com>
Mon, 6 Nov 2023 13:26:24 +0000 (07:26 -0600)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 6 Nov 2023 14:02:13 +0000 (15:02 +0100)
commit169fe7ab54b964a6619c6fd05ab55090fa671b10
tree02af4c869f1f27ca4c9274c27564032ce3206681
parentf1837d9c3f2dc2a5c232f4eae4c4bd5a7f77baf8
Change gdb.base/examine-backwards.exp for AIX.

In AIX unused or constant variables are collected as garbage by the linker and in the dwarf dump
an address with all f's in hexadecimal are assigned. Hence the testcase fails with many failures stating
it cannot access memory.

This patch is a small change to get it working in AIX as well.
gdb/testsuite/gdb.base/examine-backward.c