public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jay Sachs <sachs@bull.cs.williams.edu>
To: egcs@cygnus.com
Subject: grokking ld output on freebsd, -frepo
Date: Sat, 01 Nov 1997 09:54:00 -0000	[thread overview]
Message-ID: <rz87masts99.fsf@cs.williams.edu> (raw)

I'm trying to patch tlink.c so that it can correctly recompile & link
using the repository (-frepo) under FreeBSD2.2.5.  It mostly works,
but there are some symbols printed by ld that still can't be found,
all of the form

    ::_t5RCPtr1ZC9StructRep
or
    vt::t11SymbolTable1ZPC9Signature

These differ from all the other symbols because they don't have a
leading underscore but instead they have the "::" or "vt::" in front.

How do I massage these symbols so I can do a symbol_hash_lookup() call
that will succeed?

(yes, I know I can install gnu-ld, or configure for elf, but I'd like
to get this working nonetheless).

-Jay

                 reply	other threads:[~1997-11-01  9:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rz87masts99.fsf@cs.williams.edu \
    --to=sachs@bull.cs.williams.edu \
    --cc=egcs@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).