public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 1/1] ia64: increase .data.patch offset
@ 2007-11-13  8:48 akpm
  2007-11-13 22:07 ` Peter Chubb
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: akpm @ 2007-11-13  8:48 UTC (permalink / raw)
  To: linux-ia64

From: Andrew Morton <akpm@linux-foundation.org>

I get this:

/opt/crosstool/gcc-3.4.5-glibc-2.3.6/ia64-unknown-linux-gnu/lib/gcc/ia64-unknown-linux-gnu/3.4.5/../../../../ia64-unknown-linux-gnu/bin/ld: section .data.patch [a000000000000500 -> a000000000000507] overlaps section .dynamic [a0000000000003c8 -> a000000000000507]

Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/ia64/kernel/gate.lds.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/ia64/kernel/gate.lds.S~ia64-increase-datapatch-offset arch/ia64/kernel/gate.lds.S
--- a/arch/ia64/kernel/gate.lds.S~ia64-increase-datapatch-offset
+++ a/arch/ia64/kernel/gate.lds.S
@@ -30,7 +30,7 @@ SECTIONS
 	 * the dynamic symbol table et al.  If this amount is insufficient,
 	 * ld -shared will barf.  Just increase it here.
 	 */
-	. = GATE_ADDR + 0x500;
+	. = GATE_ADDR + 0x600;
 
 	.data.patch		: {
 		__start_gate_mckinley_e9_patchlist = .;
_

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-11-20  2:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-13  8:48 [patch 1/1] ia64: increase .data.patch offset akpm
2007-11-13 22:07 ` Peter Chubb
2007-11-13 22:26 ` Andrew Morton
2007-11-14 20:39 ` Simon Horman
2007-11-14 23:17 ` Peter Chubb
2007-11-14 23:39 ` Luck, Tony
2007-11-14 23:49 ` Peter Chubb
2007-11-20  2:58 ` Peter Chubb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox