This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/77349] New: AIX DWARF debugging offset in 64 bit mode


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77349

            Bug ID: 77349
           Summary: AIX DWARF debugging offset in 64 bit mode
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dje at gcc dot gnu.org
  Target Milestone: ---
            Target: powerpc-ibm-aix*

The AIX assembler implicitly inserts the length information at the beginning of
DWARF debugging sections.  In 64 bit mode, it also implicitly inserts the 64
bit DWARF extension escape sequence. This requires that GCC emit 64 bit offsets
to match the directive emitted by the assembler.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]