PR 86
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index e40466262abd9deb31a23e1907ad12ff154a575e..7cc00a8d693d7dfb8377374c8043b352b181edcb 100644 (file)
@@ -1,3 +1,162 @@
+2004-04-07  Mark Kettenis  <kettenis@gnu.org>
+
+       * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
+       * config/sparc/linux64.mt (TDEPFILES): Likewise.
+       * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
+       * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
+       and solib-legacy.o.
+       * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
+       solib-svr4.o.
+       * config/sparc/tm-sol2.h: Update copyright year.  Include
+       "solib.h".
+
+       * sparc-sol2-tdep.c: Update copyright year.  Include
+       "solib-svr4.h".
+       (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
+       * sparc64-sol2-tdep.c: Include "solib-svr4.h".
+       (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
+       * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
+       dependencies.
+
+2004-04-06  Andrew Cagney  <cagney@redhat.com>
+
+       * infttrace.c: Include "infttrace.h".
+       * infttrace.h: Include "target.h".
+       * Makefile.in (infttrace_h): Update.
+       (infttrace.o): Update.
+       
+2004-04-06  Andrew Cagney  <cagney@redhat.com>
+
+       * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
+       (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
+       move extern declarations from here ...
+       * infttrace.h: ... to here.
+       * Makefile.in (hppah-nat.o): Update dependencies.
+
+       * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
+       (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
+       * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32): 
+       (hppa_breakpoint_from_pc): Delete.
+
+       * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
+
+2004-04-05  Andrew Cagney  <cagney@redhat.com>
+
+       * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
+       <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
+       <sys/file.h>.
+       
+2004-04-06  Randolph Chung  <tausq@debian.org>
+
+       Committed by Andrew Cagney (mechanical change).
+       * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
+       exception_catchpoints_are_fragile, find_stub_with_shl_get,
+       cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
+       child_enable_exception_callback, current_ex_event,
+       null_symtab_and_line, child_get_current_exception_event,
+       HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
+       HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
+       HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
+       hp_cxx_exception_support_initialized, eh_notify_hook_addr,
+       eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
+       eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
+       Move hpux-specific definitions ...
+       * hppa-hpux-tdep.c: ... to here.
+
+2004-04-05  Andrew Cagney  <cagney@redhat.com>
+
+       * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
+       skip_prologue_using_sal.
+
+2004-04-05  Andrew Cagney  <cagney@redhat.com>
+
+       * config/i386/tm-i386.h: Delete file.
+       * config/i386/tm-vxworks.h: Update copyright, do not include
+       "tm-i386.h".
+       * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
+       * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
+       * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
+       * config/i386/ncr3000.mt (TM_FILE): Delete.
+       * config/i386/interix.mt (TM_FILE): Delete.
+       * config/i386/i386v.mt (TM_FILE): Delete.
+       * config/i386/i386nw.mt (TM_FILE): Delete.
+       * config/i386/i386gnu.mt (TM_FILE): Delete.
+       * config/i386/i386aout.mt (TM_FILE): Delete.
+       * config/i386/embed.mt (TM_FILE): Delete.
+
+2004-04-05  Kevin Buettner  <kevinb@redhat.com>
+
+       * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
+       (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
+       (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
+       (accg7_regnum): New constants.
+       (last_spr_regnum, last_pseudo_regnum): Update.
+       * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
+       accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
+       (frv_pseudo_register_read, frv_pseudo_register_write): Add support
+       for accg registers.
+       (frv_register_sim_regno): Update spr_map[].
+
+2004-04-04  Andrew Cagney  <cagney@redhat.com>
+
+       * config/mips/xm-riscos.h: Delete.
+       * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
+       * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
+       * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
+       * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
+       * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
+       * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
+       * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
+       * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
+       * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
+       * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
+       * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
+       * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
+       * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
+       * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
+       * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
+       * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
+       * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
+       * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
+       * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
+       * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
+       * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
+       * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
+       * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
+       * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
+       * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
+       * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
+       
+       * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
+       m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
+       m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
+       * configure.host: Remove m680[01]0-sun-sunos3*,
+       m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
+       m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
+       m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
+       mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
+       mips-*-riscos*.
+       * NEWS: Mention removed systems.
+
+2004-04-04  Andrew Cagney  <cagney@redhat.com>
+
+       GDB 6.1 release created from 6.1 branch.
+
+2004-04-04  Andrew Cagney  <cagney@redhat.com>
+
+       * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
+       * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
+       * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
+
+       * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
+       * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
+       * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
+
+2004-04-03  Jim Blandy  <jimb@redhat.com>
+
+       * MAINTAINERS: Chris Faylor has changed employers; add him to
+       "paper trail" section, and update his E-mail address.
+
 2004-04-03  Andrew Cagney  <cagney@redhat.com>
 
        * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
This page took 0.026356 seconds and 4 git commands to generate.