* Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index f3f2d68444e141188af34e96723ce1cc9297414e..d9ec4c5cfd1ca702967b493995e2cb96e0dce008 100644 (file)
@@ -1,3 +1,46 @@
+2006-04-09  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).
+       * s390-tdep.c: Include "prologue-value.h".
+       (struct prologue_value): Remove.
+       (pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
+       pv_constant_last, pv_add, pv_add_constant, pv_subtract,
+       pv_logical_and, pv_is_identical, pv_is_register): Remove.
+       (compute_x_addr): Remove, replace by ...
+       (s390_addr): ... this new function.
+       (struct s390_prologue_data): Use pv_t instead of prologue_value.
+       (s390_store, s390_load): Likewise.
+       (s390_prologue_frame_unwind_cache): Likewise.
+       (s390_analyze_prologue): Likewise.  Also, simplify and combine
+       several conditional statements.
+
+2006-04-08  Jim Blandy  <jimb@codesourcery.com>
+
+       * Makefile.in (COMMON_OBS): List prologue-value.o.  (Omitted from
+       last patch.)
+
+2006-04-08  David S. Miller  <davem@sunset.davemloft.net>
+
+       * sparc-linux-tdep.c (sparc32_linux_step_trap): New.
+       (sparc32_linux_init_abi): Hook it into tdep->step_trap.
+       (sparc32_linux_core_gregset,
+       sparc32_linux_supply_core_gregset,
+       sparc32_linux_collect_core_gregset,
+       sparc32_linux_supply_core_fpregset,
+       sparc32_linux_collect_core_fpregset): New.
+       (sparc32_linux_init_abi): Register them with generic sparc
+       core regset infrastructure.
+       * sparc64-linux-tdep.c (sparc64_linux_step_trap): New.
+       (sparc64_linux_init_abi): Hook it into tdep->step_trap.
+       (sparc64_linux_core_gregset,
+       sparc64_linux_supply_core_gregset,
+       sparc64_linux_collect_core_gregset,
+       sparc64_linux_supply_core_fpregset,
+       sparc64_linux_collect_core_fpregset): New.
+       (sparc64_linux_init_abi): Register them with generic sparc
+       core regset infrastructure.     
+       * Makefile.in: Update dependencies.
+
 2006-04-07  David S. Miller  <davem@sunset.davemloft.net>
 
        * linux-nat.c (linux_nat_thread_alive): Handle targets that
This page took 0.023557 seconds and 4 git commands to generate.