[Bug target/89096] [6/7/8/9 regression] AIX 7 linker rejects _<filename>.ro_ sections by default

andrew at ishiboo dot com gcc-bugzilla@gcc.gnu.org
Mon Jan 28 23:30:00 GMT 2019


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

--- Comment #2 from Andrew Paprocki <andrew at ishiboo dot com> ---
Specifying -bnotextro does not make a working binary:

Could not load program x:
Relocation failed for x because:
        Relocation entry 3 (at address 0x10416AD3)
          has an invalid l_rsecnm field.
        Relocation entry 4 (at address 0x10416AD3)
          has an invalid l_rsecnm field.
        Relocation entry 5 (at address 0x10416EC3)
          has an invalid l_rsecnm field.
        Relocation entry 6 (at address 0x10416EC3)
          has an invalid l_rsecnm field.
        Relocation entry 7 (at address 0x1041A3D3)
          has an invalid l_rsecnm field.
        Relocation entry 8 (at address 0x1041A3D3)
          has an invalid l_rsecnm field.
        Relocation entry 9 (at address 0x1041B813)
          has an invalid l_rsecnm field.
        Relocation entry 10 (at address 0x1041B813)
          has an invalid l_rsecnm field.
        Relocation entry 11 (at address 0x1041BF93)
          has an invalid l_rsecnm field.
        Relocation entry 12 (at address 0x1041BF93)
          has an invalid l_rsecnm field.
        Relocation entry 13 (at address 0x1041D2F3)
          has an invalid l_rsecnm field.
        Relocation entry 14 (at address 0x1041D2F3)
          has an invalid l_rsecnm field.
...


More information about the Gcc-bugs mailing list