add a workaround for binutils-2.9.1.0.x into stage1.S.

This commit is contained in:
okuji 2000-08-30 19:06:30 +00:00
parent 454e26626c
commit 7f6d84c46f
2 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2000-08-31 OKUJI Yoshinori <okuji@gnu.org>
* stage1/stage1.S (MOV_MEM_TO_AL): New macro.
(real_start): Use the macro MOV_MEM_TO_AL instead of using movb
directly, because binutils-2.9.1.0.x doesn't produce a short
opcode for it automatically. Reported by Alessandro Rubini
<rubini@gnu.org>.
2000-08-30 OKUJI Yoshinori <okuji@gnu.org>
* configure.in (CPPFLAGS): Remove -Wundef by default. Add the