public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Michael Meissner <meissner@cygnus.com>
To: frichard@bbn.com
Cc: meissner@cygnus.com, egcs@cygnus.com
Subject: Re: GNU ld on x86 Solaris
Date: Thu, 06 Nov 1997 15:17:00 -0000	[thread overview]
Message-ID: <199711062251.RAA11850@tiktok.cygnus.com> (raw)
In-Reply-To: <199711060521.AAA29074@bbn.com>

Fred Richardson writes:
| So I wonder what "NOTE" is for...

I believe the NOTE identifies this program as being linked for
Solaris/x86, as opposed to some other x86 supporting the System V ABI
(like Linux).

| I also found that if I run the linker without including:
|     /usr/ccs/lib/values-Xa.o
| the program links successfully.  But on the sparc, the same file is
| included without causing a hitch...
| 
| Well, one further clue.  On the sparc, each of these files:
|     /usr/ccs/lib/values-Xa.o
|     /usr/ccs/lib/values-Xc.o
|     /usr/ccs/lib/values-Xs.o
|     /usr/ccs/lib/values-Xt.o
| has these sections:
|      0 .text
|      1 .data
|      2 .rodata
|      3 .stab.index
|      4 .stab.indexstr
|      5 .comment
| 
| but on the x86, they have these sections:
|      0 .text
|      1 .stab.index
|      2 .stab.indexstr
|      3 .comment
|      4 .data
|      5 .stab.excl
|      6 .stab.exclstr
| 
| Could the ".stab.excl" and ".stab.exclstr" have something to do with
| the new "NOTE" section?  I'm afraid I don't really know what any of
| this is...
| 
|                 -Fred

  reply	other threads:[~1997-11-06 15:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-11-05 19:32 meissner
1997-11-05 23:22 ` Fred Richardson
1997-11-06 15:17   ` Michael Meissner [this message]
1997-11-05 23:22 ` Fred Richardson
  -- strict thread matches above, loose matches on Subject: below --
1997-11-05 17:54 Fred Richardson
1997-11-05 20:48 ` Ian Lance Taylor

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=199711062251.RAA11850@tiktok.cygnus.com \
    --to=meissner@cygnus.com \
    --cc=egcs@cygnus.com \
    --cc=frichard@bbn.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).