From: Mike Frysinger <vapier@gentoo.org>
To: uclinux-dev@uclinux.org
Cc: Jun Sun <jsun@junsun.net>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [uClinux-dev] [PATCH] Valid relocation symbol for FLAT format on ARM, v2
Date: Fri, 1 Jan 2010 01:23:48 -0500 [thread overview]
Message-ID: <201001010123.49951.vapier@gentoo.org> (raw)
In-Reply-To: <20100101012645.GB16887@Pogoplug>
[-- Attachment #1: Type: Text/Plain, Size: 670 bytes --]
On Thursday 31 December 2009 20:26:45 Jun Sun wrote:
when posting updates, you should put the "v2" and such inside of the "[patch]"
marker like so: [PATCH v2]. git will remove this automatically when applying.
> #define flat_old_ram_flag(flags) (flags)
> -#define flat_reloc_valid(reloc, size) ((reloc) <= (size))
> +#define flat_reloc_valid(reloc, size) ((reloc) <= (size) + 0x1000)
> +/* [jsun] new gcc 4.x generates ANCHOR symbols in order to reduce the size
comments go above the thing they're documenting, not below. the "[jsun]" is
also not really useful -- no one who reads this after the fact will have any
idea what "[jsun]" means.
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2010-01-01 6:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-01 1:26 Jun Sun
2010-01-01 6:23 ` Mike Frysinger [this message]
2010-01-02 23:07 ` [uClinux-dev] " Jamie Lokier
2010-01-02 23:09 ` Jamie Lokier
2010-01-04 18:58 ` Jun Sun
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=201001010123.49951.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=jsun@junsun.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=uclinux-dev@uclinux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome