| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: [PATCH v3 3/3] Loongson-2F: Fixup of problems introduced by -mfix-loongson2f-jump of binutils 2.20.1 |
| From: | Zhang Le <r0bertz@gentoo.org> |
| Date: | Sat, 27 Mar 2010 17:13:02 +0000 |
| Cc: | Wu Zhangjin <wuzhangjin@gmail.com>, linux-mips@linux-mips.org, Shinya Kuribayashi <shinya.kuribayashi@necel.com> |
| In-reply-to: | <20100317150207.GB4554@linux-mips.org> |
| Mail-followup-to: | Ralf Baechle <ralf@linux-mips.org>, Wu Zhangjin <wuzhangjin@gmail.com>, linux-mips@linux-mips.org, Shinya Kuribayashi <shinya.kuribayashi@necel.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1268453720.git.wuzhangjin@gmail.com> <169f2daa3d623fe56c5b0be30feeda10bc79a478.1268453720.git.wuzhangjin@gmail.com> <20100317150207.GB4554@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.16 (2007-06-09) |
On 16:02 Wed 17 Mar , Ralf Baechle wrote: > The workaround in http://sourceware.org/ml/binutils/2009-11/msg00387.html > will also cause problems calling functions with bits 28..29 set, that is Yes. If all functions address doesn't have 28..29 set, this patch will not have any side effect. That means all functions should reside in two ranges: 0x80000000..0x8fffffff 0xc0000000..0xcfffffff > in the ranges 0x81000000..0xbffffff and 0xd0000000..0xffffffff. The ^^^^^^^^^^ I think you mean 0x90000000, right? > first range is not much of a problem as only the kernel proper resides > there and the kernel load address is manually selected in the Makefile. > The 2nd range might be used for under certain circumstances. It seems the Loongson kernel I compiled satisfies the requirement I listed above: ffffffff80200000 A _text ... ffffffff8089bbe0 A _end So, if I understand it correctly, as long as the kernel size is smaller than 254MB, the patch should be ok. Is there anything I overlooked? Zhang, Le |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v3 2/3] Loongson-2F: Enable fixups of binutils 2.20.1, Zhang Le |
|---|---|
| Next by Date: | Re: [PATCH v3 2/3] Loongson-2F: Enable fixups of binutils 2.20.1, Zhang Le |
| Previous by Thread: | Re: [PATCH v3 3/3] Loongson-2F: Fixup of problems introduced by -mfix-loongson2f-jump of binutils 2.20.1, Ralf Baechle |
| Next by Thread: | [PATCH] init dynamic bin_attribute structures, Wolfram Sang |
| Indexes: | [Date] [Thread] [Top] [All Lists] |