Add NetBSD/hppa target and host support.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a02ed59b718a8f1fb80481c400d3db4b9a6e83db..76100741ed95d354f689e89cbc2dafd973424dc0 100644 (file)
@@ -1,3 +1,88 @@
+2008-01-18  Nick Hudson  <nick.hudson@dsl.pipex.com>
+
+       Add NetBSD/hppa target and host support.
+
+       * hppabsd-tdep.c (hppabsd_supply_gregset): Move to ...
+       (hppabsd_gregset): Move to ...
+       (hppabsd_regset_from_core_section): Rename
+       hppaobsd_regset_from_core_section and move to ...
+       (hppabsd_find_global_pointer): Update comment.
+       (hppabsd_init_abi): Make global. Do not register
+       hppabsd_regset_from_core_section.
+       (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and
+       move to ...
+       (_initialize_hppabsd_tdep): Move to ...
+       * hppaobsd-tdep.c: ... here. New file.
+       * hppnbsd-tdep.c: New file.
+       * hppnbsd-nat.c: New file.
+        * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o.
+       (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
+        (hppabsd-nat.o, hppabsd-tdep.o): New dependencies.
+        (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies.
+       * configure.host (hppa*-*-netbsd*): New entry.
+       * configure.tgt (hppa*-*-netbsd*): New entry.
+       (hppa*-*-openbsd*): Update.
+       * NEWS (New native configuration): Mention NetBSD/hppa.
+       (New targets): Mention NetBSD/hppa.
+
+2008-01-18  Markus Deuling  <deuling@de.ibm.com>
+
+       * gdbarch.sh (function_list): Add new property bits_big_endian to
+       gdbarch structure.
+       * gdbarch.{c,h}: Regenerate.
+
+       * value.c (struct value): Replace BITS_BIG_ENDIAN by
+       gdbarch_bits_big_endian (comment).
+       (unpack_field_as_long, modify_field): Likewise.
+       * value.h: Likewise (comment).
+       * valops.c (value_slice): Likewise.
+       * valarith.c (value_subscript, value_bit_index): Likewise.
+       * gdbtypes.h (field): Likewise (comment).
+       * eval.c (evaluate_subexp_standard): Likewise.
+       * dwarf2read.c (dwarf2_add_field): Likewise.
+       * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val)
+       (move_bits, ada_value_assign, value_assign_to_component): Likewise.
+       
+       * defs.h (BITS_BIG_ENDIAN): Remove.
+
+2008-01-18  Markus Deuling  <deuling@de.ibm.com>
+
+       * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate
+       function calls.
+       * m2-exp.y (yylex): Likewise.
+       * objc-exp.y (yylex): Likewise.
+
+       * defs.h (DEPRECATED_STREQN): Remove.
+
+2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
+
+       * MAINTAINERS: Update my email address.
+
+2008-01-17  Jim Blandy  <jimb@codesourcery.com>
+
+       * README: Mention gdbserver/README.
+
+2008-01-17  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * valarith.c (value_binop): Handle BINOP_INTDIV
+       for unsigned and signed integers.
+
+2008-01-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * s390-tdep.c (s390_gdbarch_init): Set default long double
+       type to 128-bit IEEE quad.
+
+2008-01-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * hpux-thread.c (hpux_thread_resume): Delete commented-out code.
+
+2008-01-16  Mark Kettenis  <kettenis@gnu.org>
+
+       * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
+
+       * dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.
+       * value.c: All callers changed.
+
 2008-01-16  Markus Deuling  <deuling@de.ibm.com>
 
        * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
This page took 0.023871 seconds and 4 git commands to generate.