Remove solib-sunos.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 54c37abcd4a2052a757cd907a32df3e33adcf5a7..3f3c72012c3a6f7a3aeac699435da22e12f098d9 100644 (file)
@@ -1,3 +1,212 @@
+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>
+
+       * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
+       (gnu_create_inferior)
+       (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
+       (set_sig_thread_cmd): Use the lwpid field of ptids to
+       store/extract thread ids instead of the tid field.
+       * i386gnu-nat.c (gnu_fetch_registers): Adjust.
+
+2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
+
+       * infcmd.c (default_print_one_register_info): Add detection of
+       optimized out values.
+       (default_print_registers_info): Switch to using
+       get_frame_register_value.
+
+2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * infrun.c (handle_inferior_event): Check if we know the
+       function start address before setting a resume breakpoint.
+
+2013-09-18  Pedro Alves  <palves@redhat.com>
+
+       * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
+       minus_one_ptid instead of looking at the ptid's tid field and
+       comparing that to -1.
+
+2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
+
+       * main.h (get_gdb_program_name): Remove extra whitespace.
+
+2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
+
+       * main.h (get_gdb_program_name): Add declaration.
+       * main.c (get_gdb_program_name): Add definition.
+
+2013-09-17  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c: Move definitions of complaint functions to after
+       forward declarations of local functions.
+
+2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
+           Pedro Alves  <palves@redhat.com>
+
+       PR gdb/11568
+       * breakpoint.c (remove_threaded_breakpoints): New function.
+       (_initialize_breakpoint): Attach remove_threaded_breakpoints
+       as thread_exit observer.
+
+2013-09-17  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/15911
+       * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
+       * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
+       * corelow.c (core_open):
+       * frame.h (print_stack_frame, print_frame_info): New
+       'set_current_sal' parameter.
+       * infcmd.c (finish_command, kill_command): Adjust call to
+       print_stack_frame.
+       * inferior.c (inferior_command): Likewise.
+       * infrun.c (normal_stop): Likewise.
+       * linux-fork.c (linux_fork_context): Likewise.
+       * record-full.c (record_full_goto_entry, record_full_restore):
+       Likewise.
+       * remote-mips.c (common_open): Likewise.
+       * stack.c (print_stack_frame): New 'set_current_sal' parameter.
+       Use it.
+       (print_frame_info): New 'set_current_sal' parameter.  Set the last
+       displayed sal depending on the new paremeter instead of looking at
+       print_what.
+       (backtrace_command_1, select_and_print_frame, frame_command)
+       (current_frame_command, up_command, down_command): Adjust call to
+       print_stack_frame.
+       * thread.c (print_thread_info, restore_selected_frame)
+       (do_captured_thread_select): Adjust call to print_stack_frame.
+       * tracepoint.c (tfind_1): Likewise.
+       * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
+       (mi_cmd_stack_info_frame): Likewise.
+       * mi/mi-interp.c (mi_on_normal_stop): Likewise.
+       * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
+
+2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * value.c (isvoid_internal_fn): Replace "parameter" with
+       "argument".
+
+2013-09-16  Stan Shebs  <stan@codesourcery.com>
+
+       * README: Update references to writing code for GDB.
+       * configure.ac (build_warnings): Remove obsolete comment.
+       * configure: Regenerate.
+       * gdbarch.sh: Remove references to gdbint.texinfo.
+       * gdbarch.h: Regenerate.
+       * gdbtypes.c (objfile_type): Remove comments referencing internals
+       manual and D10V.
+
+2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * NEWS: Mention new convenience function $_isvoid.
+       * value.c (isvoid_internal_fn): New function.
+       (_initialize_values): Add new convenience function $_isvoid.
+
+2013-09-16  Pierre Muller  <muller@sourceware.org>
+
+       * arm-linux-tdep.c: Add "elf/common.h" header.
+       Remove AT_HWCAP macro definintion as it is provided in
+       added include file.
+       * s390-tdep.c: Remove system header <elf.h>
+       Add "elf/common.h" header for AT_HWCAP definition.
+       (s390_core_read_description): Use correct CORE_ADDR
+       for hwcap local variable used as third parameter
+       of function target_auxv_search.
+
+2013-09-14  Pierre Muller  <muller@sourceware.org>
+           Tom Tromey  <tromey@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
+       mode if operating system doesn't know O_CLOEXEC.
+
 2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Code cleanup.
 
 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
 
-       * inf-child.c (inf_child_follow_fork) New parameter
+       * inf-child.c (inf_child_follow_fork): New parameter
        detach_fork.
        * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
        * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
This page took 0.028259 seconds and 4 git commands to generate.