public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Eric Christopher <echristo@apple.com>
To: Thiemo Seufer <ths@networkno.de>
Cc: David Daney <ddaney@avtrex.com>,
	binutils@sourceware.org,
	        Daniel Jacobowitz <drow@false.org>,
	richard@codesourcery.com
Subject: Re: [PATCH] (version 2) Change MIPS linker stubs to allow for more than 2^15 symbols.
Date: Sun, 11 Jun 2006 00:42:00 -0000	[thread overview]
Message-ID: <580DB08B-162D-4820-907A-281E56B14BDC@apple.com> (raw)
In-Reply-To: <20060611000745.GF12079@networkno.de>

I usually prefer this style:

> -#define STUB_LUI(VAL) (0x3c180000 + (VAL))	/* lui t8,VAL */
>


To this...

> +  /* Fill the stub.  */
> +  bfd_put_32 (output_bfd, (ABI_64_P (output_bfd)
> +			   ? 0xdf998010		/* ld t9, 0x8010(gp) */
> +			   : 0x8f998010),	/* lw t9, 0x8010(gp) */
> +	      stub);

-eric

  parent reply	other threads:[~2006-06-11  0:28 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-08 23:03 David Daney
2006-06-08 23:12 ` Thiemo Seufer
2006-06-08 23:19   ` David Daney
2006-06-09  1:16     ` Thiemo Seufer
2006-06-09  0:01   ` David Daney
2006-06-09  6:38     ` David Daney
2006-06-08 23:35 ` Daniel Jacobowitz
2006-06-09  7:59 ` Richard Sandiford
2006-06-09 16:39   ` Thiemo Seufer
2006-06-09 18:18     ` David Daney
2006-06-09 18:23       ` Thiemo Seufer
2006-06-09 19:40         ` David Daney
2006-06-09 18:28     ` Daniel Jacobowitz
2006-06-09 19:24       ` David Daney
2006-06-09 19:27         ` Paul Koning
2006-06-09 21:00     ` Richard Sandiford
2006-06-10 16:04       ` Richard Sandiford
2006-06-11  0:07         ` Eric Christopher
2006-06-11  0:13         ` Thiemo Seufer
2006-06-11  0:26           ` Daniel Jacobowitz
2006-06-11  0:42           ` Eric Christopher [this message]
2006-06-11  8:21             ` Thiemo Seufer
2006-06-11  8:41               ` Richard Sandiford
2006-06-11 15:46                 ` David Daney
2006-06-11 13:27           ` Richard Sandiford
2006-06-11 19:29             ` Thiemo Seufer
2006-06-11 20:03               ` Richard Sandiford
2006-06-11 20:42                 ` Thiemo Seufer

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=580DB08B-162D-4820-907A-281E56B14BDC@apple.com \
    --to=echristo@apple.com \
    --cc=binutils@sourceware.org \
    --cc=ddaney@avtrex.com \
    --cc=drow@false.org \
    --cc=richard@codesourcery.com \
    --cc=ths@networkno.de \
    /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).