From 8a972b41289dcea40c92f4e90d9558ebd5b00715 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 22 Jul 2003 10:09:43 -0400 Subject: PPC32: Use char[] consistently with __bss_start, _end, etc. --- include/asm-ppc/sections.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/asm-ppc/sections.h b/include/asm-ppc/sections.h index 564e1e58f141..0a06f83dd543 100644 --- a/include/asm-ppc/sections.h +++ b/include/asm-ppc/sections.h @@ -2,6 +2,10 @@ #ifndef _PPC_SECTIONS_H #define _PPC_SECTIONS_H +#include + +extern char _end[]; + #define __pmac __attribute__ ((__section__ (".pmac.text"))) #define __pmacdata __attribute__ ((__section__ (".pmac.data"))) #define __pmacfunc(__argpmac) \ -- cgit v1.2.3 From e0b9d63fa79051835dd04fd6377aa9778e348be7 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 22 Jul 2003 13:02:05 -0400 Subject: PPC32: Add asm-ppc/local.h --- include/asm-ppc/local.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/asm-ppc/local.h (limited to 'include') diff --git a/include/asm-ppc/local.h b/include/asm-ppc/local.h new file mode 100644 index 000000000000..b08e3eced10e --- /dev/null +++ b/include/asm-ppc/local.h @@ -0,0 +1,6 @@ +#ifndef __PPC_LOCAL_H +#define __PPC_LOCAL_H + +#include + +#endif /* __PPC_LOCAL_H */ -- cgit v1.2.3