commit | 169fe7ab54b964a6619c6fd05ab55090fa671b10 | [log] [tgz] |
---|---|---|
author | Aditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com> | Mon Nov 06 07:26:24 2023 -0600 |
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Mon Nov 06 15:02:13 2023 +0100 |
tree | 02af4c869f1f27ca4c9274c27564032ce3206681 | |
parent | f1837d9c3f2dc2a5c232f4eae4c4bd5a7f77baf8 [diff] |
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.