2004-07-29 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index cd92e08abddcdd0e237c80da98be8b0c5a287209..c71f2e9b7cf25fc858c5be302d39ce3fc38388cd 100644 (file)
@@ -1,3 +1,66 @@
+2004-07-29  Andrew Cagney  <cagney@gnu.org>
+
+       * config/pa/xm-linux.h: Do not include "floatformat.h".
+       (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
+       (HOST_LONG_DOUBLE_FORMAT): Delete macros.
+       * config/i386/xm-i386.h: Do not include "floatformat.h".
+       (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) 
+       (HOST_LONG_DOUBLE_FORMAT): Delete macros.
+       * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
+       (HOST_LONG_DOUBLE_FORMAT): Delete macros.  Use
+       GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
+       GDB_HOST_LONG_DOUBLE_FORMAT instead.
+       * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
+       (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
+       * configure, config.in: Regenerate.     
+       * configure.host (gdb_host_float_format, gdb_host_double_format)
+       (gdb_host_long_double_format): Set according to the host.
+       
+2004-07-29  Andrew Cagney  <cagney@gnu.org>
+
+       * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
+
+2004-07-28  Andrew Cagney  <cagney@gnu.org>
+
+       * PROBLEMS: Mention threads/1650.
+       * NEWS: Mention the NPTL fix.
+
+2004-07-28  Andrew Cagney  <cagney@gnu.org>
+
+       * cli/cli-decode.c (add_setshow_cmd): Delete function.
+       (add_setshow_cmd_full): Make static.
+       * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
+       (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
+       * cli/cli-decode.c (add_setshow_filename_cmd) 
+       (add_setshow_string_cmd): New functions.
+       * nto-tdep.c (_initialize_nto_tdep): Update.  Fix parameters.
+       * mips-tdep.c (_initialize_mips_tdep): Update.
+       * m32r-rom.c (_initialize_m32r_rom): Update.  Update copyright.
+       * cli/cli-logging.c (_initialize_cli_logging): Update.
+       * complaints.c (_initialize_complaints): Update.
+       * remote.c (_initialize_remote): Update.
+       
+2004-07-28  Andrew Cagney  <cagney@gnu.org>
+
+       * cli/cli-decode.c (add_setshow_zinteger_cmd)
+       (add_setshow_cmd, add_setshow_auto_boolean_cmd)
+       (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
+       print parameters.  Make string parameters constant.
+       * command.h: Update.  Update copyright.
+       * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
+       * observer.c (_initialize_observer): Ditto.
+       * frame.c (_initialize_frame): Ditto.
+       * complaints.c (_initialize_complaints): Ditto.
+       * maint.c (_initialize_maint_cmds): Ditto.
+       * target.c (initialize_targets): Ditto.
+       * cli/cli-logging.c (_initialize_cli_logging): Ditto.
+       * infcall.c (_initialize_infcall): Ditto.
+       * arm-tdep.c (_initialize_arm_tdep): Ditto.
+       * m32r-rom.c (_initialize_m32r_rom): Ditto.
+       * remote-rdi.c (_initialize_remote_rdi): Ditto.
+       * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
+       * mips-tdep.c (_initialize_mips_tdep): Ditto.
+
 2004-07-28  Andrew Cagney  <cagney@gnu.org>
 
        * gdbtypes.c (lookup_primitive_typename): Delete function.
This page took 0.026979 seconds and 4 git commands to generate.