Remove solib-sunos.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index fbf3dc4aec64cd39e67dbef9f88a8586fd078660..3f3c72012c3a6f7a3aeac699435da22e12f098d9 100644 (file)
@@ -1,3 +1,91 @@
+2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Remove solib-sunos.c.
+       * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
+       * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
+       * objfiles.c (rt_common_objfile): Remove.
+       (free_objfile): Remove rt_common_objfile comparison.
+       * objfiles.h (rt_common_objfile): Remove.
+       * solib-sunos.c: Remove.
+       * symfile.c (reread_symbols): Remove solib-sunos.c comment.
+
+2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Remove a.out NetBSD and OpenBSD hosts.
+       * NEWS (Removed native configurations): New.
+       * config/arm/nbsdaout.mh: Remove.
+       * config/i386/nbsdaout.mh: Remove.
+       * config/i386/obsdaout.mh: Remove.
+       * config/m68k/nbsdaout.mh: Remove.
+       * config/sparc/nbsdaout.mh: Remove.
+       * config/vax/nbsdaout.mh: Remove.
+       * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
+       (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
+       (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
+       error.
+       (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
+       (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
+       (sparc-*-netbsd*, vax-*-netbsd*): Remove.
+
+2013-09-23  Tom Tromey  <tromey@redhat.com>
+
+       * linespec.c (struct minsym_and_objfile): Remove.
+       (minsym_and_objfile_d): Remove.
+       (struct linespec, struct collect_info, linespec_parse_basic)
+       (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
+       (compare_msymbols, find_method, find_function_symbols)
+       (find_linespec_symbols, struct collect_minsyms, compare_msyms)
+       (add_minsym, search_minsyms_for_name): Update.
+
+2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
+
+       * regcache.c: Add include of valprint.h.
+       (dump_endian_bytes): Delete.
+       (regcache_dump): Use print_hex_chars not dump_endian_bytes.
+
+2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
+
+       * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
+
+2013-09-19  Pedro Alves  <palves@redhat.com>
+
+       * breakpoint.c (remove_threaded_breakpoints): Skip non-user
+       breakpoints.
+
+2013-09-19  Pedro Alves  <palves@redhat.com>
+           Thomas Schwinge  <thomas@codesourcery.com>
+           Yue Lu  <hacklu.newborn@gmail.com>
+
+       * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
+       Take a gdb_byte pointer instead of a char pointer.
+
+       * gnu-nat.c (gnu_xfer_memory): Adjust interface as
+       gnu_xfer_partial helper.
+       (gnu_xfer_partial): New function.
+       (gnu_target): Don't install a deprecated_xfer_memory hook.
+       Install a to_xfer_partial hook.
+
+2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Constification.
+       * main.c (captured_main): Replace catch_command_errors by
+       catch_command_errors_const.  Twice.
+       * symfile.c (symbol_file_add_main_1): Make args parameter const.
+       (symbol_file_add): Make name parameter const.
+       (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
+       (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
+       variable name.  Change their usage accordingly.
+       * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
+       const.
+       (symbol_file_add_main): Make args parameter const.
+
+2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
+           Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
+       of c_value member.
+       (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
+
 2013-09-18  Pedro Alves  <palves@redhat.com>
            Yue Lu  <hacklu.newborn@gmail.com>
 
This page took 0.024459 seconds and 4 git commands to generate.