don't include setjmp.S or apm.S in stage1.5.
This commit is contained in:
parent
5ac0d65e2e
commit
582e55cdc4
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-10-29 OKUJI Yoshinori <okuji@gnu.org>
|
||||||
|
|
||||||
|
* stage2/asm.S [STAGE1_5]: Don't include setjmp.S or apm.S.
|
||||||
|
|
||||||
2000-10-27 OKUJI Yoshinori <okuji@gnu.org>
|
2000-10-27 OKUJI Yoshinori <okuji@gnu.org>
|
||||||
|
|
||||||
* lib/device.c (read_device_map): Don't parse a line, if it is
|
* lib/device.c (read_device_map): Don't parse a line, if it is
|
||||||
|
|
|
@ -1323,8 +1323,10 @@ probe_values:
|
||||||
|
|
||||||
|
|
||||||
/* Source files are splitted, as they have different copyrights. */
|
/* Source files are splitted, as they have different copyrights. */
|
||||||
#include "setjmp.S"
|
#ifndef STAGE1_5
|
||||||
#include "apm.S"
|
# include "setjmp.S"
|
||||||
|
# include "apm.S"
|
||||||
|
#endif /* ! STAGE1_5 */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* console_putchar(c)
|
* console_putchar(c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue