* i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b07804b5a58bcf356476f1c5d77807a3cd8a1b39..b24ba70d2f1e938441ac001134623efe3747e157 100644 (file)
@@ -1,5 +1,241 @@
+2004-09-08  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
+       (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
+       (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
+       (i386_frameless_signal_p): Remove prototype.
+       * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
+       (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
+       I386_SSE_NUM_REGS.
+       * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
+       instead of FP0_REGNUM.
+       (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
+       of FP0_REGNUM and FPC_REGNUM.
+
+       * solib-sunos.c (sunos_relocate_main_executable): Remove function.
+       (sunos_solib_create_inferior_hook): Don't call
+       sunos_relocate_main_executable.
+
+       * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
+       solib_svr4_fetch_link_map_offsets to
+       svr4_ilp32_fetch_link_map_offsets.
+       * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
+       (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
+       svr4_ilp32_fetch_link_map_offsets.
+       * Makefile.in (sparcobsd-tdep.o): Update dependencies.
+
+2004-09-07  Jim Blandy  <jimb@redhat.com>
+
+       * frame.h (frame_register): Doc fix.
+
+2004-09-07  Andrew Cagney  <cagney@gnu.org>
+
+       * vx-share/wait.h: Delete #ifdef USG.
+       * utils.c (request_quit): Ditto.
+       * tui/tui.c (tui_reset): Ditto.
+       * remote.c: Ditto.
+       * remote-sds.c: Ditto.
+       * remote-rdi.c: Ditto.
+       * mdebugread.c: Ditto.
+       * m68klinux-nat.c: Ditto.
+       * infttrace.c: Ditto.
+       * infptrace.c: Ditto.
+       * i386v-nat.c: Ditto.
+       * exec.c: Ditto.
+       * dbxread.c: Ditto.
+       * core-aout.c: Ditto.
+
+2004-09-05  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
+       heuristic_proc_desc.
+       (mips_insn32_frame_cache): Likewise.
+
+2004-09-04  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
+       left behind by error.
+
+2004-09-04  Joel Brobecker  <brobecker@gnat.com>
+
+       * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
+       * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
+
+2004-09-04  Joel Brobecker  <brobecker@gnat.com>
+
+       * config/rs6000/xm-aix4.h: Remove this file.
+       * config/rs6000/aix4.mh (XM_FILE): Delete.
+
+2004-09-04  Joel Brobecker  <brobecker@gnat.com>
+
+       * config/rs6000/xm-rs6000.h: Remove this file.
+       * config/rs6000/rs6000.mh (XM_FILE): Remove.
+
+2004-09-03  Andrew Cagney  <cagney@gnu.org>
+
+       * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
+       (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
+       only use.
+
+       * mips-tdep.c (temp_saved_regs): Delete.
+       (set_reg_offset): Replace saved_regs parameter with this_cache.
+       (heuristic_proc_desc, mips16_heuristic_proc_desc)
+       (mips32_heuristic_proc_desc): Add this_cache parameter.
+       (mips_insn32_frame_cache, mips_insn16_frame_cache)
+       (after_prologue): Pass a NULL this_cache.
+
+       * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
+       non-kernel trap prologues.
+
+       * mips-tdep.c (find_proc_desc): Delete function.
+       (mips_mdebug_frame_cache): Inline call to find_proc_desc,
+       simplify.
+       (mips_insn16_frame_cache): Replace find_proc_desc with code from
+       mips_insn32_frame_cache.
+
+       * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
+       Simplify as NEXT_FRAME is NULL.
+       (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
+
+       * mips-tdep.c (after_prologue): Replace proc_desc parameter with
+       local variable.
+       (mips_skip_prologue): Update.
+
+       * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
+       "cur_frame" parameter.
+       (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
+       (mips_insn32_frame_cache, find_proc_desc): Update
+
+       * config/vax/nm-obsd.h: Delete file.
+       * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
+       * config/vax/nm-nbsd.h: Delete file.
+       * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
+       * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
+       * config/sh/nm-nbsd.h: Delete file.
+       * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
+       * config/rs6000/nm-rs6000ly.h: Delete file.
+       * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
+       * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
+       * config/powerpc/nm-obsd.h: Delete file.
+       * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
+       * config/powerpc/nm-nbsd.h: Delete file.
+       * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
+       * config/pa/nm-obsd.h: Delete file.
+       * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
+       * config/mips/nm-nbsd.h: Delete file.
+       * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
+       * config/m88k/nm-obsd.h: Delete file.
+       * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
+       * config/m68k/nm-nbsd.h: Delete file.
+       * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
+       * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
+       * config/i386/nm-nbsd.h: Delete file.
+       * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
+       * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
+       * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
+       * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
+       * config/i386/nm-i386lynx.h: Delete file.
+       * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
+       * config/arm/nm-nbsd.h: Delete file.
+       * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
+       * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
+
+       * config/i386/tm-fbsd.h: Delete file.
+       * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
+       * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
+
+       * config/rs6000/tm-rs6000-aix4.h: Delete file.
+       * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
+       * config/rs6000/aix4.mt (TM_FILE): Set to
+       config/rs6000/tm-rs6000.h.
+       * config/powerpc/tm-ppc-aix.h: Delete file.
+       * config/powerpc/aix.mt (TM_FILE): Set to
+       config/rs6000/tm-rs6000.h.
+       * config/m68k/tm-linux.h: Delete file.
+       * config/m68k/linux.mt (TM_FILE): Set to solib.h
+       * config/i386/tm-linux64.h: Delete file.
+       * config/i386/linux64.mt (TM_FILE): Set to solib.h.
+       * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
+       
+       * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
+       * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
+       * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
+       * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
+       * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
+       * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
+       * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
+       * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper. 
+       * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
+
+       * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
+       gdb_host_cpu.
+
+2004-09-02  Joel Brobecker  <brobecker@gnat.com>
+
+       * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
+       Minor reformatting. Some code factoring.
+
 2004-09-02  Andrew Cagney  <cagney@gnu.org>
 
+       * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
+       * config/vax/tm-nbsd.h: Delete file.
+       * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
+       * config/sparc/tm-vxworks.h: Delete file.
+       * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
+       * config/sparc/tm-nbsd.h: Delete file.
+       * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
+       * config/sparc/linux.mt (TM_FILE): Set to solib.h.
+       * config/sparc/tm-linux.h: Delete file.
+       * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
+       * config/s390/tm-linux.h: Delete file.
+       * config/pa/obsd.mt (TM_FILE): Set to solib.h.
+       * config/pa/tm-bsd.h: Delete file.
+       * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
+       * config/m68k/tm-obsd.h: Delete file.
+       * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
+       * config/m68k/tm-nbsd.h: Delete file.
+       * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
+       * config/i386/tm-vxworks.h: Delete file.
+       * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
+       * config/i386/obsd.mt (TM_FILE): Set to solib.h.
+       * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
+       * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
+       * config/i386/tm-nbsd.h: Delete file.
+       * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
+       * config/i386/tm-i386lynx.h: Delete file.
+       * config/cris/cris.mt (TM_FILE): Set to solib.h.
+       * config/cris/tm-cris.h: Delete file.
+
+       * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
+       * configure: Re-generate.
+       * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
+       * config/arm/tm-nbsd.h: Delete file.
+       
+       * config/powerpc/tm-ppcle-sim.h: Delete.
+       * config/powerpc/tm-ppcle-eabi.h: Delete.
+       * config/powerpc/tm-nbsd.h: Delete.
+       * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
+       * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
+       tm-ppcle-eabi.h.
+
+       * config/i386/nto.mh (NAT_FILE): Delete.
+       * config/i386/nm-nto.h: Delete.
+
+       * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
+       * config/m68k/tm-os68k.h: Ditto.
+       * config/m68k/tm-monitor.h: Ditto.
+       * config/m68k/tm-cisco.h: Ditto.
+       * config/m68k/st2000.mt (TM_FILE): Delete.
+       * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
+       * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
+       * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
+       * m68k-tdep.c (m68k_get_longjmp_target): Make static.
+
+       * config/m68k/tm-st2000.h: Delete.
+       * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
+       * config/sparc/fbsd.mt (TM_FILE): Delete.
+       * config/sparc/tm-fbsd.h: Delete.
+
        * acconfig.h (GDB_MULTI_ARCH): Delete undef.
        * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM) 
        (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
This page took 0.02771 seconds and 4 git commands to generate.