All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: Jakub Jelinek <jakub@redhat.com>
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Fix kernel linker scripts
Date: Tue, 03 Jul 2001 14:06:48 +1000	[thread overview]
Message-ID: <813.994133208@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Mon, 02 Jul 2001 11:53:51 -0400." <20010702115351.B11623@devserv.devel.redhat.com>

On Mon, 2 Jul 2001 11:53:51 -0400, 
Jakub Jelinek <jakub@redhat.com> wrote:
>Apparently all kernel scripts only have .rodata and not also .rodata.* input
>sections in it.
>-  .rodata : { *(.rodata) }
>+  .rodata : { *(.rodata) *(.rodata.*) }

Any reason not to use *(.rodata*) to cover all rodata sections?  I see
no need for two input definitions, one works for me.


  reply	other threads:[~2001-07-03  4:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-02 15:53 [PATCH] Fix kernel linker scripts Jakub Jelinek
2001-07-03  4:06 ` Keith Owens [this message]
2001-07-03  8:46   ` Jakub Jelinek

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=813.994133208@kao2.melbourne.sgi.com \
    --to=kaos@ocs.com.au \
    --cc=jakub@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.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 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.