diff options
author | H.J. Lu <hjl@lucon.org> | 2005-02-11 17:33:16 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2005-02-11 17:33:16 +0000 |
commit | 6238dc8f6eb2eadb669472532511443263c62a4e (patch) | |
tree | ecdae6f74bde42ff5957581539d6435c5d1091c8 | |
parent | aea3c6b61a6c4f6b73bf32fda3e8cd6c01f77062 (diff) | |
download | gdb-6238dc8f6eb2eadb669472532511443263c62a4e.tar.gz |
2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
* bfd-in2.h: Rebuilt.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/bfd-in2.h | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7ab3e78329c..17fe6e6e6f3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2005-02-11 H.J. Lu <hongjiu.lu@intel.com> + + * bfd-in2.h: Rebuilt. + 2005-02-11 Paul Brook <paul@codesourcery.com> * elf-bfd.h (struct elf_link_hash_table): Add diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 8afe498cbf4..a03b69afc53 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -96,14 +96,6 @@ typedef int bfd_boolean; #define FALSE 0 #define TRUE 1 -#if 0 -/* Poison. */ -#undef false -#undef true -#define false dont_use_false_in_bfd -#define true dont_use_true_in_bfd -#endif - #ifdef BFD64 #ifndef BFD_HOST_64_BIT |