From: Jeffrey A Law <law@cygnus.com>
To: Kenichi Nakamura <nakamura@cygnus.co.jp>
Cc: bfd@cygnus.com
Subject: Re: Absolute link function etc.
Date: Mon, 30 Mar 1998 12:12:00 -0000 [thread overview]
Message-ID: <8533.891288728@hurl.cygnus.com> (raw)
In-Reply-To: <199803302003.MAA08451@cygnus.com>
In message < 199803302003.MAA08451@cygnus.com >you write:
> Does GNUPro linker have absolute function?
>
> To be concrete,
> Can it link some object files(*.o)?
Yes, it takes a bunch of .o files and links them into an executable.
> Can it set the starting address like TEXT, DATA and BSS by command option?
Not reliably. The way to do this is with linker scripts.
> Can it print symbol table by text?
Yes. There is a map option which will dump out the linker map
table. You can also use "nm" to dump the symbol table.
> Can it put away segment starting address and size in the head of object?
This information is standard in the ELF headers I believe.
jeff
prev parent reply other threads:[~1998-03-30 12:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
1998-03-30 12:03 Kenichi Nakamura
1998-03-30 12:12 ` Jeffrey A Law [this message]
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=8533.891288728@hurl.cygnus.com \
--to=law@cygnus.com \
--cc=bfd@cygnus.com \
--cc=nakamura@cygnus.co.jp \
/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).