mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
2002-01-29 Daniel Jacobowitz <drow@mvista.com>
* config/tc-i386.c: Protect definitions of true and false from redefinition.
This commit is contained in:
parent
a0e9c55fc1
commit
246fcdee13
@ -1,3 +1,8 @@
|
||||
2002-01-29 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* config/tc-i386.c: Protect definitions of true and false
|
||||
from redefinition.
|
||||
|
||||
2002-01-28 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/obj-elf.c (elf_frob_file_before_adjust): Remove symbols
|
||||
|
@ -48,8 +48,12 @@
|
||||
#define SCALE1_WHEN_NO_INDEX 1
|
||||
#endif
|
||||
|
||||
#ifndef true
|
||||
#define true 1
|
||||
#endif
|
||||
#ifndef false
|
||||
#define false 0
|
||||
#endif
|
||||
|
||||
static unsigned int mode_from_disp_size PARAMS ((unsigned int));
|
||||
static int fits_in_signed_byte PARAMS ((offsetT));
|
||||
|
Loading…
Reference in New Issue
Block a user