diff options
author | Jeff Law <law@redhat.com> | 1995-06-09 19:40:00 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-06-09 19:40:00 +0000 |
commit | 9f28686c2bc3d2c0bd09283e7aa27c887ddb187e (patch) | |
tree | b16934deb2524147b98e91d25ba2286672ff9b09 /bfd/ChangeLog | |
parent | d1ec549d7b021c9c1612f3bae4bf5478d3fed56c (diff) | |
download | gdb-9f28686c2bc3d2c0bd09283e7aa27c887ddb187e.zip gdb-9f28686c2bc3d2c0bd09283e7aa27c887ddb187e.tar.gz gdb-9f28686c2bc3d2c0bd09283e7aa27c887ddb187e.tar.bz2 |
* bfd-in.h (bfd_true, bfd_false): Define these to true and false
if TRUE_FALSE_ALREADY_DEFINED is not defined.
* bfd-in2.h: Rebuilt.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 35ab786..162bb7f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -4,6 +4,10 @@ Fri Jun 9 12:20:28 1995 Steve Chamberlain <sac@rtl.cygnus.com> Fri Jun 9 12:49:00 1995 Jeff Law (law@snake.cs.utah.edu) + * bfd-in.h (bfd_true, bfd_false): Define these to true and false + if TRUE_FALSE_ALREADY_DEFINED is not defined. + * bfd-in2.h: Rebuilt. + * bfd-in.h: (TRUE_FALSE_ALREADY_DEFINED): Define this if compiling with g++-2.6 or later. (bfd_set_section_vma): Use bfd_true and bfd_false rather than |