From: Ben Collins Date: Tue, 27 Jan 2004 16:25:15 +0000 (-0500) Subject: [SPARC64]: Add _end and _start to list of sections X-Git-Tag: v2.6.2-rc3~27 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=4b887d8a3d4f6a1cf9d52f627023c3e38b5dd048;p=history.git [SPARC64]: Add _end and _start to list of sections --- diff --git a/include/asm-sparc64/sections.h b/include/asm-sparc64/sections.h index e6dcceabffb2..1e74d704d433 100644 --- a/include/asm-sparc64/sections.h +++ b/include/asm-sparc64/sections.h @@ -4,4 +4,6 @@ /* nothing to see, move along */ #include +extern char _end[], _start[]; + #endif