Add g10 support to rl78-tdep.c.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4762690baa4652f7705b228de3c633febb09568e..adede9a19b1cbc035aeb8da309b9019f58cfca07 100644 (file)
@@ -1,3 +1,83 @@
+2014-02-17  Kevin Buettner  <kevinb@redhat.com>
+
+       * rl78-tdep.c (rl78_g10_register_name): New function.
+       (rl78_return_value): Add g10 support.
+       (rl78_gdbarch_init): Register rl78_g10_register_name for the
+       g10.
+
+2014-02-17  Doug Evans  <xdje42@gmail.com>
+
+       * Makefile.in (SUBDIR_GUILE_OBS): Resort alphabetically.
+       (SUBDIR_GUILE_SRCS): Ditto.
+       (scm-gsmob.o): Ditto.
+
+2014-02-17  Yao Qi  <yao@codesourcery.com>
+
+       * gnu-nat.c (ILL_RPC): Declare defined function.
+
+2014-02-17  Yao Qi  <yao@codesourcery.com>
+
+       * gnu-nat.c (gnu_read_inferior): Change 'copy_count' type to
+       mach_msg_type_number_t.
+       (gnu_write_inferior): Likewise.
+
+2014-02-17  Yao Qi  <yao@codesourcery.com>
+
+       * gnu-nat.c (proc_get_exception_port): Use 'lu' insetad of 'd'
+       in format string.
+       (proc_steal_exc_port, make_proc, inf_set_pid): Likewise.
+       (inf_validate_procs, inf_signal): Likewise.
+       (S_exception_raise_request): Likewise.
+       (do_mach_notify_dead_name): Likewise.
+       (steal_exc_port): Likewise.
+       (gnu_read_inferior): Change 'copy_count''s type to
+       mach_msg_type_number_t.
+       (gnu_write_inferior): Likewise.  Use 'lx' instead of 'x' in
+       format string.
+
+2014-02-16  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gnu-nat.c (struct inf): Change pending_execs member to a 1-bit
+       flag.  Adjust all users; in particular...
+       (gnu_wait): ..., don't decrement its value in here...
+       (gnu_create_inferior): ..., and instead set the flag in here,
+       around the startup_inferior call, and call that one with
+       START_INFERIOR_TRAPS_EXPECTED.
+
+       * gnu-nat.c (ill_rpc): Remove function; replaced with this...
+       (ILL_RPC): ... new macro.
+       (do_mach_notify_no_senders, do_mach_notify_port_deleted)
+       (do_mach_notify_msg_accepted, do_mach_notify_port_destroyed)
+       (do_mach_notify_send_once, S_proc_setmsgport_reply)
+       (S_proc_getmsgport_reply, S_msg_sig_post_reply): Generate stub
+       functions with ILL_RPC macro.
+       (S_proc_pid2task_reply, S_proc_task2pid_reply)
+       (S_proc_task2proc_reply, S_proc_proc2task_reply)
+       (S_proc_pid2proc_reply, S_proc_getprocinfo_reply)
+       (S_proc_getprocargs_reply, S_proc_getprocenv_reply)
+       (S_proc_getloginid_reply, S_proc_getloginpids_reply)
+       (S_proc_getlogin_reply, S_proc_getsid_reply)
+       (S_proc_getsessionpgids_reply, S_proc_getsessionpids_reply)
+       (S_proc_getsidport_reply, S_proc_getpgrp_reply)
+       (S_proc_getpgrppids_reply, S_proc_get_tty_reply)
+       (S_proc_getnports_reply, S_proc_is_important_reply)
+       (S_proc_get_code_reply): New stub functions, generated with
+       ILL_RPC macro.
+
+       * reply_mig_hack.awk: In phase 5, keep going if we have not yet
+       collected the type check structures.
+
+       * reply_mig_hack.awk: Don't expect to see the auto keyword.
+
+2014-02-14  Doug Evans  <dje@google.com>
+
+       * target.c (target_write_partial): Fix result type.
+
+2014-02-14  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Register
+       the proper offsets to access fpregset_t.
+
 2014-02-13  Sanimir Agovic  <sanimir.agovic@intel.com>
 
        * cris-tdep.c (cris_supply_gregset): Remove zerobuf.
This page took 0.025933 seconds and 4 git commands to generate.