https://sourceware.org/bugzilla/show_bug.cgi?id=29802

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> ---
Created attachment 14463
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14463&action=edit
Patch

For reference, I have this patch installed to fix a problem with OTHER_SYMBOLS.
The symbols __SYSTEM_ID through __TLS_PREALLOC_DTV_A are undefined in crt0.o.
HP ld provides these.

The symbols __SYSTEM_ID_D through __systab are undefined in libc.sl. HP ld
does not provide them. It ignores them. My understanding is they are likely
set by the kernel. I provided them because GNU ld default behavior is to
error on undefined shared library symbols.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to