]> git.neil.brown.name Git - history.git/commitdiff
[SPARC64]: Add _end and _start to list of sections
authorBen Collins <bcollins@debian.org>
Tue, 27 Jan 2004 16:25:15 +0000 (11:25 -0500)
committerBen Collins <bmc@hopper.(none)>
Tue, 27 Jan 2004 16:25:15 +0000 (11:25 -0500)
include/asm-sparc64/sections.h

index e6dcceabffb29185b1a769e06f742b96e5c23d10..1e74d704d433308a5130535ed2c48a82ada2356f 100644 (file)
@@ -4,4 +4,6 @@
 /* nothing to see, move along */
 #include <asm-generic/sections.h>
 
+extern char _end[], _start[];
+
 #endif