diff options
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 37d33c9..e880936 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -1715,6 +1715,10 @@ output_mem_loc_descriptor (rtl) which is actually within the array. That's *not* necessarily the same as the zeroth element of the array. */ +#ifdef ASM_SIMPLIFY_DWARF_ADDR + rtl = ASM_SIMPLIFY_DWARF_ADDR (rtl); +#endif + switch (GET_CODE (rtl)) { case SUBREG: |