2012-12-11 Pedro Alves <pedro@codesourcery.com>
[binutils-gdb.git] / gdb / ChangeLog
index 5f9ef4db5ed3ac18f9c830ae39b19c5b2554d2cf..fb92aab7b1ff62ce73ff1f55a7074b62de6baddf 100644 (file)
@@ -1,5 +1,33 @@
+2012-12-11  Pedro Alves  <pedro@codesourcery.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
+       NT_PSTATUS note.
+       * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
+       differently from LWP IDs.
+
+2012-12-11  Pedro Alves  <palves@redhat.com>
+
+       * configure.ac (detect type of /proc): Remove Unixware handling.
+       * configure: Regenerate.
+       * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
+       (ioctl_table) [PCRESET]: Remove entry.
+       * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
+       (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
+       (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
+       * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
+       * procfs.c: Remove all UNIXWARE guarded code, and all traces of
+       Unixware in comments throughout.
+       * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
+       and remove mention of Unixware.
+
 2012-12-10  Doug Evans  <dje@google.com>
 
+       * dwarf2read.c (dwarf2_cu): Enhance comment.
+       (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
+       the DWO file.
+       (dwarf2_record_block_ranges): Ditto.
+
        * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
 
        * symtab.c (find_pc_sect_symtab): Add comment.