From 582e55cdc479fddfe94e8f754ed45e4ed43f7c5a Mon Sep 17 00:00:00 2001 From: okuji Date: Sun, 29 Oct 2000 07:37:48 +0000 Subject: [PATCH] don't include setjmp.S or apm.S in stage1.5. --- ChangeLog | 4 ++++ stage2/asm.S | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0bfc6521c..883c5e7c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-29 OKUJI Yoshinori + + * stage2/asm.S [STAGE1_5]: Don't include setjmp.S or apm.S. + 2000-10-27 OKUJI Yoshinori * lib/device.c (read_device_map): Don't parse a line, if it is diff --git a/stage2/asm.S b/stage2/asm.S index 4b2cd5066..9cf777d49 100644 --- a/stage2/asm.S +++ b/stage2/asm.S @@ -1323,8 +1323,10 @@ probe_values: /* Source files are splitted, as they have different copyrights. */ -#include "setjmp.S" -#include "apm.S" +#ifndef STAGE1_5 +# include "setjmp.S" +# include "apm.S" +#endif /* ! STAGE1_5 */ /* * console_putchar(c)