Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1268098
| From | Russell King - ARM Linux <linux@arm.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: xip: Use correct symbol for end of ROM marker |
| Date | 2015-11-12 17:40 +0100 |
| Message-ID | <qu34L-2QO-35@gated-at.bofh.it> (permalink) |
| References | <qtEpH-3Sx-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Nov 11, 2015 at 09:17:35AM -0500, Chris Brandt wrote: > diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h > index b58fd66..195554d 100644 > --- a/include/asm-generic/sections.h > +++ b/include/asm-generic/sections.h > @@ -26,7 +26,7 @@ > * __ctors_start, __ctors_end > */ > extern char _text[], _stext[], _etext[]; > -extern char _data[], _sdata[], _edata[]; > +extern char _data[], _sdata[], _edata[], _edata_loc[]; It's not good practice to put non-generic symbols in generic header files. _edata_loc is an ARM specific symbol which no other architecture defines. Please create an ARM private asm/sections.h header, which should include the asm-generic version, and also declare the additional symbol. Thanks. -- FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] ARM: xip: Use correct symbol for end of ROM marker Chris Brandt <chris.brandt@renesas.com> - 2015-11-11 15:20 +0100
Re: [PATCH] ARM: xip: Use correct symbol for end of ROM marker Peter Hurley <peter@hurleysoftware.com> - 2015-11-12 13:20 +0100
RE: [PATCH] ARM: xip: Use correct symbol for end of ROM marker Chris Brandt <Chris.Brandt@renesas.com> - 2015-11-12 14:20 +0100
Re: [PATCH] ARM: xip: Use correct symbol for end of ROM marker Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-11-12 17:40 +0100
csiph-web