diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-13 13:33:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-13 13:33:30 +0000 |
commit | 8395426148f8340771c51d37f9244867974ef42a (patch) | |
tree | 5ce84d82d0f116bec3f46464fb2f099ddf123fac /bfd/ChangeLog | |
parent | f5b4e9e4490692a3f3ae1727fe0a4c11fca5d847 (diff) | |
download | gdb-8395426148f8340771c51d37f9244867974ef42a.zip gdb-8395426148f8340771c51d37f9244867974ef42a.tar.gz gdb-8395426148f8340771c51d37f9244867974ef42a.tar.bz2 |
* configure.in: Revert 2002-04-07. Instead, auto-configure
HAVE_ST_C_IMPL.
* configure: Regenerate.
* config.in: Regenerate.
* rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
or AIX_5_CORE.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 28c8eac..98ac319 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2002-05-13 David Edelsohn <edelsohn@gnu.org> + + * configure.in: Revert 2002-04-07. Instead, auto-configure + HAVE_ST_C_IMPL. + * configure: Regenerate. + * config.in: Regenerate. + * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL + or AIX_5_CORE. + 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br> * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd |