summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2003-07-22 10:09:43 -0400
committerPaul Mackerras <paulus@samba.org>2003-07-22 10:09:43 -0400
commit8a972b41289dcea40c92f4e90d9558ebd5b00715 (patch)
tree51adce6d706ddb9287e44e73cb849d2223a76e86 /include
parent50692f8c6b6a27ffed9b5b7206ca6682a60ff354 (diff)
PPC32: Use char[] consistently with __bss_start, _end, etc.
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/sections.h4
1 files changed, 4 insertions, 0 deletions
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 <asm-generic/sections.h>
+
+extern char _end[];
+
#define __pmac __attribute__ ((__section__ (".pmac.text")))
#define __pmacdata __attribute__ ((__section__ (".pmac.data")))
#define __pmacfunc(__argpmac) \