diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-20 18:19:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-20 18:19:30 +0000 |
commit | 7fd605275856aa86a4ac6651ea2686fb937eb0a7 (patch) | |
tree | 2af221206278f35d718dd96d157fcfdaa5682f48 /gdb/ChangeLog | |
parent | c2f05ac92e7fe9e3161ae09ea3f9e0937af42abc (diff) | |
download | gdb-7fd605275856aa86a4ac6651ea2686fb937eb0a7.zip gdb-7fd605275856aa86a4ac6651ea2686fb937eb0a7.tar.gz gdb-7fd605275856aa86a4ac6651ea2686fb937eb0a7.tar.bz2 |
Remove assumption that there is a host.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 11ec997..e3f1bb2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2002-01-20 Andrew Cagney <ac131313@redhat.com> + * configure.in (host_makefile_frag): Only require a host makefile + fragment when a native build. + * configure: Re-generate. + +2002-01-20 Andrew Cagney <ac131313@redhat.com> + * doublest.h (floatformat_from_type): Declare. * doublest.c (floatformat_from_type): New function. (convert_typed_floating): Use. |