re PR target/77349 (AIX DWARF debugging offset in 64 bit mode)

PR target/77349
* config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.

From-SVN: r239790
This commit is contained in:
David Edelsohn 2016-08-26 23:51:27 +00:00 committed by David Edelsohn
parent ee90851679
commit f763d9647a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2016-08-26 David Edelsohn <dje.gcc@gmail.com>
PR target/77349
* config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
2016-08-26 David Malcolm <dmalcolm@redhat.com>
* diagnostic-show-locus.c

View File

@ -313,6 +313,9 @@
#define EH_FRAME_THROUGH_COLLECT2 1
#define EH_TABLES_CAN_BE_READ_ONLY 1
/* AIX Assembler implicitly assumes DWARF 64 bit extension in 64 bit mode. */
#define DWARF_OFFSET_SIZE PTR_SIZE
#define ASM_OUTPUT_DWARF_PCREL(FILE,SIZE,LABEL) \
rs6000_asm_output_dwarf_pcrel ((FILE), (SIZE), (LABEL));