Re: [patch 1/3] Add BSS to resource tree

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andi Kleen
Date: Thursday, October 18, 2007 - 2:48 pm

> > +extern char _text[], _end[], _etext[], _edata[], _bss[];

Normally the "no externs in .c" rule doesn't apply to assembler or linker 
script defined labels. That's because the point of the header file is to 
type check them, but there is nothing to type check here.

-Andi
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 1/3] Add BSS to resource tree, Bernhard Walle, (Thu Oct 18, 4:15 am)
Re: [patch 1/3] Add BSS to resource tree, Andrew Morton, (Thu Oct 18, 2:26 pm)
Re: [patch 1/3] Add BSS to resource tree, Andi Kleen, (Thu Oct 18, 2:48 pm)
Re: [patch 1/3] Add BSS to resource tree, Sam Ravnborg, (Thu Oct 18, 2:58 pm)
Re: [patch 1/3] Add BSS to resource tree, Andi Kleen, (Thu Oct 18, 3:00 pm)
Re: [patch 1/3] Add BSS to resource tree, Sam Ravnborg, (Thu Oct 18, 3:18 pm)
Re: [patch 1/3] Add BSS to resource tree, Andi Kleen, (Thu Oct 18, 3:20 pm)
Re: [patch 1/3] Add BSS to resource tree, Andrew Morton, (Thu Oct 18, 3:37 pm)
Re: [patch 1/3] Add BSS to resource tree, Andi Kleen, (Thu Oct 18, 3:45 pm)
Re: [patch 1/3] Add BSS to resource tree, Jeremy Fitzhardinge, (Thu Oct 18, 5:27 pm)
Re: [patch 1/3] Add BSS to resource tree, Bernhard Walle, (Fri Oct 19, 5:52 am)
Re: [patch 1/3] Add BSS to resource tree, Bernhard Walle, (Fri Oct 19, 7:48 am)