]> Git Repo - binutils.git/blobdiff - sim/common/ChangeLog
sim: cast away hw/device differences
[binutils.git] / sim / common / ChangeLog
index f3212a1bc4bbaf1696b1751f4ad0372e4744264e..3a6cea4d642102dbb5a46bccc204b305ce3bdbe0 100644 (file)
@@ -1,3 +1,111 @@
+2010-11-22  Mike Frysinger  <[email protected]>
+
+       * sim-core.c (WITH_HW): Add device casts to device_error,
+       device_io_read_buffer, and device_io_write_buffer.
+
+2010-11-16  Mike Frysinger  <[email protected]>
+
+       * dv-sockser.c (dv_sockser_write_buffer): New function.
+       (dv_sockser_write): Rewrite to use dv_sockser_write_buffer.
+       * dv-sockser.h (dv_sockser_write_buffer): New prototype.
+
+2010-10-07  Hans-Peter Nilsson  <[email protected]>
+
+       * callback.c (os_lseek): Call wrap on lseek result.
+
+2010-05-26  Ozkan Sezer  <[email protected]>
+
+       * dv-sockser.c (dv_sockser_init): Check error return from socket()
+       call by its equality to -1 not by it being negative.
+       (connected_p): Likewise for accept() call.
+
+2010-04-23  Mike Frysinger  <[email protected]>
+
+       * sim-fpu.c (sim_fpu_zero, sim_fpu_qnan): Add 0 initializers.
+
+2010-04-21  Mike Frysinger  <[email protected]>
+
+       * profile.c (sim_profile_print_bar): Add cpu argument.
+
+2010-04-21  Mike Frysinger  <[email protected]>
+
+       * sim-profile.h (sim_profile_print_bar): Use sim_cpu, not SIM_CPU.
+
+2010-04-21  Mike Frysinger  <[email protected]>
+
+       * sim-profile.c (profile_vprintf, profile_printf): New functions.
+       (profile_print_pc): Convert sim_io_printf to profile_printf.
+       (profile_print_insn): Likewise.
+       (profile_print_memory): Likewise.
+       (profile_print_core): Likewise.
+       (profile_print_model): Likewise.
+       (sim_profile_print_bar): Likewise.
+       (profile_print_speed): Likewise.
+       (profile_print_addr_ranges): Likewise.
+       (profile_info): Likewise.
+       * sim-profile.h (sim_profile_print_bar): Add cpu argument.
+
+2010-04-19  Mike Frysinger  <[email protected]>
+
+       * sim-model.c (OPTION_MODEL): Convert to enum.
+       (OPTION_MODEL_INFO): New enum.
+       (model_options): Add model-info/info-model entries.
+       (model_option_handler): Handle OPTION_MODEL_INFO.
+
+2010-04-13  Mike Frysinger  <[email protected]>
+
+       * dv-sockser.h (DV_SOCKSER_DISCONNECTED): Define.
+       * dv-sockser.c (dv_sockser_status): Set DV_SOCKSER_DISCONNECTED
+       initially.
+
+2010-04-13  Mike Frysinger  <[email protected]>
+
+       * sim-hrw.c (sim_write): Add const to buf arg.
+       * sim-utils.h (sim_write_fn): Likewise.
+
+2010-04-12  Mike Frysinger  <[email protected]>
+
+       * sim-profile.h (PROFILE_BRANCH_TAKEN, PROFILE_BRANCH_UNTAKEN): New
+       defines.
+
+2010-04-12  Mike Frysinger  <[email protected]>
+
+       * dv-core.c (dv_core_descriptor): Add NULL initializer.
+       * dv-glue.c (hw_glue_ports, dv_glue_descriptor): Likewise.
+       * dv-pal.c (hw_pal_ports, dv_pal_descriptor): Likewise.
+       * dv-sockser.c (sockser_options): Likewise.
+       * hw-ports.c (empty_hw_ports): Likewise.
+       * sim-hw.c (hw_options): Likewise.
+       * sim-model.c (model_options): Likewise.
+       * sim-options.c (standard_options): Likewise.
+       * sim-profile.c (profile_options): Likewise.
+       * sim-trace.c (trace_options): Likewise.
+       * sim-watch.c (watchpoint_options): Likewise.
+
+2010-04-12  Mike Frysinger  <[email protected]>
+
+       * sim-options.c (dup_arg_p): Add "const" to the "arg" argument,
+       the local "arg_table" variable, and the xmalloc cast.
+
+2010-04-10  Mike Frysinger  <[email protected]>
+
+       * sim-fpu.c (sim_fpu_print_status): Add const markings to local
+       "prefix" var.
+       (sim_fpu_print_func): Add const markings to format buffer.
+
+2010-04-10  Mike Frysinger  <[email protected]>
+
+       * sim-fpu.c (sim_fpu_print_status): Remove duplicate break statements.
+
+2010-04-10  Mike Frysinger  <[email protected]>
+
+       * sim-trace.c (save_data): Add const markings to "buf" argument.
+
+2010-04-10  Mike Frysinger  <[email protected]>
+
+       * sim-options.c (standard_option_handler): Add const markings to
+       local "type" var.
+
 2010-04-02  Mike Frysinger  <[email protected]>
 
        * hw-ports.h: Fix spelling typos.
This page took 0.027796 seconds and 4 git commands to generate.