From: Andrew Morton <akpm@osdl.org>
To: Hirokazu Takata <takata@linux-m32r.org>
Cc: linux-kernel@vger.kernel.org, takata@linux-m32r.org, gniibe@fsij.org
Subject: Re: [PATCH 2.6.10-rc1 1/2] [m32r] Update for m32r-g00ff
Date: Thu, 11 Nov 2004 16:39:27 -0800 [thread overview]
Message-ID: <20041111163927.1edcd1c9.akpm@osdl.org> (raw)
In-Reply-To: <20041111.221223.596521517.takata.hirokazu@renesas.com>
Hirokazu Takata <takata@linux-m32r.org> wrote:
>
> - Position-independent zImage support;
> this aims at removing constraints of zImage(vmlinuz)'s location.
This generates a reject against Linus's current tree, in
arch/m32r/boot/compressed/Makefile
Please always generate diffs against current bitkeeper, or against the
latest diff from ftp://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots.
2.6.10-rc1 is too old: we're currently showing a ten megabyte diff against
2.6.10-rc1.
I resolved the reject as below. It might be wrong.
--- 25/arch/m32r/boot/compressed/Makefile~m32r-update-for-m32r-g00ff 2004-11-11 16:35:23.789252008 -0800
+++ 25-akpm/arch/m32r/boot/compressed/Makefile 2004-11-11 16:35:23.800250336 -0800
@@ -5,10 +5,10 @@
#
targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o \
- m32r-sio.o piggy.o vmlinux.lds
+ piggy.o vmlinux.lds
EXTRA_AFLAGS := -traditional
-OBJECTS = $(obj)/head.o $(obj)/misc.o $(obj)/m32r_sio.o
+OBJECTS = $(obj)/head.o $(obj)/misc.o
#
# IMAGE_OFFSET is the load offset of the compression loader
@@ -28,6 +28,8 @@ $(obj)/vmlinux.bin: vmlinux FORCE
$(obj)/vmlinux.bin.gz: $(obj)/vmlinux.bin FORCE
$(call if_changed,gzip)
+CFLAGS_misc.o += -fpic
+
LDFLAGS_piggy.o := -r --format binary --oformat elf32-m32r-linux -T
OBJCOPYFLAGS += -R .empty_zero_page
next prev parent reply other threads:[~2004-11-12 0:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-11 13:11 [PATCH 2.6.10-rc1 0/2] [m32r] Update for a new bootloader "m32r-g00ff" Hirokazu Takata
2004-11-11 13:12 ` [PATCH 2.6.10-rc1 1/2] [m32r] Update for m32r-g00ff Hirokazu Takata
2004-11-12 0:39 ` Andrew Morton [this message]
2004-11-12 2:03 ` Hirokazu Takata
2004-11-11 13:12 ` [PATCH 2.6.10-rc1 2/2] [m32r] CF boot support for Mappi2 Hirokazu Takata
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=20041111163927.1edcd1c9.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=gniibe@fsij.org \
--cc=linux-kernel@vger.kernel.org \
--cc=takata@linux-m32r.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
all inboxes | Powered by JetHome®