| commit | 4d76c39f751dda04a386ca8ce5203e34bd0341fe | [log] [tgz] |
|---|---|---|
| author | Aditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com> | Wed Apr 10 00:52:05 2024 -0500 |
| committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Wed Apr 17 12:43:25 2024 +0200 |
| tree | af05bf09523ecfb5c50c2c915067d146cb7352b6 | |
| parent | 5b1c70bfe0d8f84dc28237d6150b7b9d57c791a8 [diff] |
Fix max-depth test case for AIX. In AIX, if in the main program the global variables are unused then the linker optimises these variables and the dwarf will not have proper address to the same. Hence we cannot access these variables. This patch is a fix to the same so that all the test case of max-depth can passs in AIX as well.