All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randolph Chung <tausq@debian.org>
To: James Bottomley <James.Bottomley@steeleye.com>
Cc: Matthew Wilcox <willy@debian.org>, parisc-linux@parisc-linux.org
Subject: Re: [parisc-linux] init and exit text problem
Date: Fri, 16 Jan 2004 12:14:55 -0800	[thread overview]
Message-ID: <20040116201455.GN533@tausq.org> (raw)
In-Reply-To: <1074274218.2443.12.camel@mulgrave>

> I'm not sure we can actually do this, though...I seem to remember that
> our 64 bit toolchain is not too happy doing discard sections.

Bugs not withstanding, it does seem to work. We have this in the linker
script already for a while:

#ifdef CONFIG_PARISC64
  /* temporary hack until binutils is fixed to not emit these
     for static binaries */
  /DISCARD/ : {
    *(.dynsym)
    *(.dynstr)
    *(.dynamic)
    *(.hash)
  }
#endif

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/

  reply	other threads:[~2004-01-16 18:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-15  0:18 [parisc-linux] init and exit text problem Matthew Wilcox
2004-01-16 16:50 ` Joel Soete
2004-01-16 16:58   ` Joel Soete
2004-01-16 17:30   ` James Bottomley
2004-01-16 20:14     ` Randolph Chung [this message]
2004-01-16 18:47       ` James Bottomley
2004-01-17  0:12         ` James Bottomley
2004-01-17  8:17           ` Grant Grundler
2004-01-19 11:16             ` Joel Soete
2004-01-19 18:57               ` Grant Grundler
  -- strict thread matches above, loose matches on Subject: below --
2004-01-20 18:12 Joel Soete

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=20040116201455.GN533@tausq.org \
    --to=tausq@debian.org \
    --cc=James.Bottomley@steeleye.com \
    --cc=parisc-linux@parisc-linux.org \
    --cc=willy@debian.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.