Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Cary Coutant <cary@cup.hp.com>
To: "John David Anglin" <dave@hiauly1.hia.nrc.ca>,
	"Alex deVries" <adevries@thepuffingroup.com>
Cc: <parisc-linux@thepuffingroup.com>
Subject: Re: [parisc-linux] A quick update
Date: Fri, 18 Jun 1999 09:58:18 -0700	[thread overview]
Message-ID: <199906181656.JAA12339@cllmail.cup.hp.com> (raw)

>The -N places the $DATA$ section after
>the $CODE$ section in low memory.  The +n option that was being used
>in the Makefile has the $DATA$ section in the 0x40000000 quadrant.  
>This is wrong for the kernel.

The opposite of -N is -n, not +n. The +n option tells the linker to 
search archive libraries iteratively, which I believe is needed for the 
Linux kernel.

The -N option tells the linker to build a "non-shareable" executable, so 
it puts text and data together in one segment. The -n option is the 
default, where shareable text is placed in the first quadrant and data is 
placed in the second quadrant.


Cary Coutant
Hewlett-Packard Co.
Application Delivery Lab

             reply	other threads:[~1999-06-18 16:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-18 16:58 Cary Coutant [this message]
1999-06-18 17:49 ` [parisc-linux] A quick update John David Anglin
  -- strict thread matches above, loose matches on Subject: below --
1999-06-18 14:04 Alex deVries
1999-06-18 15:04 ` John David Anglin
1999-06-18 19:16   ` Alex deVries
1999-06-18 18:34 ` Jeffrey A Law
1999-06-18  7:22 Alex deVries
1999-06-18  7:26 ` Jeffrey A Law
1999-06-18 13:05 ` John David Anglin
1999-06-18 18:29   ` Jeffrey A Law
1999-06-18 15:51 ` Alex deVries

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=199906181656.JAA12339@cllmail.cup.hp.com \
    --to=cary@cup.hp.com \
    --cc=adevries@thepuffingroup.com \
    --cc=dave@hiauly1.hia.nrc.ca \
    --cc=parisc-linux@thepuffingroup.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