no more linker hacks in v3, except for the .S parts.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@342 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2007-06-04 15:15:05 +00:00
parent 8c8b512726
commit 517e03ebfb

View file

@ -45,12 +45,6 @@ struct console_driver {
int (*tst_byte)(void); int (*tst_byte)(void);
}; };
#define __console __attribute__((used, __section__ (".rodata.console_drivers")))
/* Defined by the linker... */
extern struct console_driver console_drivers[];
extern struct console_driver econsole_drivers[];
// //
int printk(int msg_level, const char *fmt, ...); int printk(int msg_level, const char *fmt, ...);