summaryrefslogtreecommitdiff
path: root/gdb/config
Commit message (Collapse)AuthorAgeFilesLines
* 2005-06-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2005-06-281-0/+3
| | | | | | * config/mn10300/linux.mt: New file. * configure.tgt: Add rule for am33 / mn10300-linux. * mn10300-tdep.c, mn10300-tdep.h: Bump copyright year.
* * config/powerpc/obsd.mh (NATDEPFILES): Add bsd-kvm.o.Mark Kettenis2005-06-241-1/+3
| | | | (LOADLIBES): New variable.
* 2005-06-13 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-06-131-1/+1
| | | | * config/i386/linux64.mt (TDEPFILES): Add symfile-mem.o.
* * config/djgpp/fnchange.lst: Add mappings for linux-ppc-low.c andEli Zaretskii2005-05-291-0/+2
| | | | linux-ppc64-low.c.
* 2005-05-24 Kris Warkentin <kewarken@qnx.com>Kris Warkentin2005-05-241-1/+1
| | | | * config/i386/nto.mt: Remove remote-nto.o.
* 2005-05-24 Orjan Friberg <orjanf@axis.com>Orjan Friberg2005-05-241-0/+2
| | | | | * config/djgpp/fnchange.lst: Add mappings for gdbserver/linux-cris-low.c and gdbserver/linux-crisv32-low.c.
* * armnbsd-nat.c: Include "gdb_string.h" and "inf_ptrace.h".Mark Kettenis2005-05-222-6/+5
| | | | | | | | | | | | | | | | | Reorder includes. Don't require FETCH_INFERIOR_REGISTERS to be defined. (armnbsd_fetch_registers): Rename from armnbsd_fetch_registers. Make static. (armnbsd_store_registers): Rename from armnbsd_store_registers. Make static. (_initialize_arm_netbsd_nat): Construct and add target vector. * Makefile.in (armnbsd-nat.o): Update dependencies. * config/arm/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and intarg.o, add inf-ptrace.o. (NAT_FILE): Set to solib.h. * config/arm/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and inftarg.o, add inf-ptrace.o. (NAT_FILE): Remove.
* * MAINTAINERS: Undelete v850.Corinna Vinschen2005-05-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Re-add v850-tdep.o dependencies. * configure.tgt: Re-add v850. * v850-tdep.c: Reorder code slightly. Add register number enumerator. (struct v850_frame_cache): New structure. (v850_processor_type_table): Remove. Move functionality into v850_register_name, v850e_register_name and v850_gdbarch_init. (v850_register_name): New function. (v850e_register_name): New function. (struct prologue_info): Remove definition. (v850_register_type): New function. (v850_type_is_scalar): New function. (v850_use_struct_convention): Align to gcc behaviour. (v850_handle_prepare): Renamed from handle_prepare. Change third parameter to struct v850_frame_cache *. (v850_handle_pushm): Renamed from handle_pushm. Change third parameter to struct v850_frame_cache *. (v850_is_save_register): New function to evaluate if a register is caller-save. (v850_analyze_prologue): Replace v850_scan_prologue. Change to support new frame code. (v850_init_extra_frame_info): Remove. (v850_frame_chain): Remove. (v850_find_callers_reg): Remove. (v850_skip_prologue): Make static. (v850_pop_frame): Remove. (v850_frame_align): New function. (v850_push_dummy_call): Replace v850_push_arguments. (v850_push_return_address): Remove. (v850_extract_return_value): New function. (v850_store_return_value): New function. (v850_return_value): New function. (v850_frame_saved_pc): Remove. (v850_breakpoint_from_pc): New function. (v850_alloc_frame_cache): New function. (v850_fix_call_dummy): Remove. (v850_frame_cache): New function. (v850_target_architecture_hook): Remove. (v850_frame_prev_register): New function. (v850_frame_this_id): New function. (v850_frame_unwind): New structure. (v850_frame_sniffer): New function. (v850_unwind_sp): New function. (v850_unwind_pc): New function. (v850_unwind_dummy_id): New function. (v850_frame_base_address): New function. (v850_frame_base): New structure. (v850_gdbarch_init): New function. * config/v850/v850.mt: Undelete. Drop TM_FILE.
* * config/sparc/fbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.Mark Kettenis2005-05-162-3/+3
| | | | | | * config/sparc/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o and solib-legacy.o. (NAT_FILE): Remove.
* * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove.Mark Kettenis2005-05-156-6/+0
| | | | | | | | * config/i386/fbsd64.mt (DEPRECATED_TM_FILE): Remove. * config/i386/nbsd.mt (DEPRECATED_TM_FILE): Remove. * config/i386/nbsd64.mt (DEPRECATED_TM_FILE): Remove. * config/sparc/nbsd.mt (DEPRECATED_TM_FILE): Remove. * config/sparc/nbsd64.mt (DEPRECATED_TM_FILE): Remove.
* * configure.tgt (vax-*-openbsd*): Set gdb_target to obsd.Mark Kettenis2005-05-141-0/+2
| | | | * config/vax/obsd.mt (TDEPFILES): New file.
* * config/m68k/obsd.mt (DEPRECATED_TM_FILE): Remove.Mark Kettenis2005-05-146-6/+0
| | | | | | | | * config/i386/obsd.mt (DEPRECATED_TM_FILE): Remove. * config/i386/obsd64.mt (DEPRECATED_TM_FILE): Remove. * config/pa/obsd.mt (DEPRECATED_TM_FILE): Remove. * config/sparc/obsd.mt (DEPRECATED_TM_FILE): Remove. * config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Remove.
* Remove XM_FILE.Eli Zaretskii2005-05-141-2/+0
|
* * Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.Eli Zaretskii2005-05-121-21/+0
| | | | | | | | | | | | | | | | * go32-nat.c: Include top.h. Update copyright years. (init_go32_ops): Override the default value of gdbinit[] with "gdb.ini". * cli/cli-cmds.c (init_cli_cmds): Use gdbinit[] instead of a compile-time literal string GDBINIT_FILENAME. * top.c (PATH_MAX): Define if not defined. (gdbinit): Declare with a constant size PATH_MAX. * config/i386/go32.mh (XM_FILE): Remove. * config/i386/xm-go32.h: Remove file.
* * config/djgpp/config.sed: Adapt to latest Autoconf.Eli Zaretskii2005-05-122-11/+20
| | | | | * config/djgpp/djconfig.sh: Add -Wpointer-arith and -Wuninitialized to the build warnings.
* * config/djgpp/fnchange.lst: Add mappings for inttypes*.m4,Eli Zaretskii2005-05-111-3/+12
| | | | | ChangeLog-2004, reg-cris*.dat, dw2-intermix.*, semcris*-switch.c. Fix mappings for hilo-hazard-?.s.
* Fix a typo in bunzip2..Eli Zaretskii2005-05-111-1/+1
|
* Update GDB versions and my email address.Eli Zaretskii2005-05-111-5/+5
|
* * config/ia64/nm-aix.h: Remove file.Mark Kettenis2005-05-081-43/+0
|
* * config/i386/cygwin.mh (XM_FILE): Remove variable.Mark Kettenis2005-05-042-25/+0
| | | | * config/i386/xm-cygwin.h: Remove file.
* * sh-tdep.c (sh_linux_svr4_fetch_link_map_offsets): Remove function.Mark Kettenis2005-04-272-6/+4
| | | | | | | | | | | (sh_gdbarch_init): Remove redundant prototype. * sh-linux-tdep.c: New file. * config/sh/tm-linux.h (sh_linux_svr4_fetch_link_map_offsets): Remove prototype. (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define. * config/sh/linux.mt (TDEPFILES): Add sh64-tdep.o, remove solib-legacy.o. * Makefile.in (sh-linux-tdep.o): New.
* dos2unixMichael Snyder2005-04-181-4/+4
|
* 2005-04-18 Michael Snyder <msnyder@redhat.com>Michael Snyder2005-04-181-1/+1
| | | | | | | | * mn10300-tdep.c: Assimilate code from mn10300-prologue.c. * mn10300-prologue.c: Remove. * mn10300-tdep.h: Add enums from mn10300-prologue.c. Remove prototypes. * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
* 2005-04-18 Michael Snyder <msnyder@redhat.com>Michael Snyder2005-04-181-1/+1
| | | | * config/mn10300/mn10300.mt: Add mn10300-prologue module.
* * config/nm-bsd.h: Remove file.Mark Kettenis2005-04-171-23/+0
|
* * hppabsd-nat.c: Update copyright year. Include "target.h" andMark Kettenis2005-04-171-2/+1
| | | | | | | | | | | | | "inf-ptrace.h". (hppabsd_fetch_registers): Renamed from fetch_inferior_registers; made static. (hppabsd_store_registers): Renamed from store_inferior_registers; made static. (_initialize_hppabsd_nat): New function and prototype. * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Remove. * Makefile.in (hppabsd-nat.o): Update dependencies.
* * ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".Mark Kettenis2005-04-161-2/+1
| | | | | | | | | | | | (ppcobsd_fetch_registers): Renamed from fetch_inferior_registers; made static. (ppcobsd_store_registers): Renamed from store_inferior_registers; made static. (_initialize_ppcobsd_nat): Construct and add target vector. * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. (NAT_FILE): Remove. * Makefile.in (ppcobsd-nat.o): Update dependencies.
* * MAINTAINERS: Change sh64-elf state to non-broken.Corinna Vinschen2005-04-152-1/+6
| | | | | | | | | | * Makefile.in: Fix dependencies for sh64-tdep.o. * configure.tgt: Add sh64-*-elf case. * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case. * sh64-tdep.c: Rework to replace all deprecated mechanisms with modern methods. * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o. * config/sh/sh64.mt: Resurrect.
* gdb/Daniel Jacobowitz2005-04-111-3/+0
| | | | | | | | | | | | | | | * config/djgpp/fnchange.lst: Remove entries for gdb.gdbserver. gdb/testsuite/ * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with gdb.server. * configure.ac: Likewise. * configure: Regenerated. * gdb.gdbserver/Makefile.in: Moved to... * gdb.server/Makefile.in: ... here. * gdb.gdbserver/server.c: Moved to... * gdb.server/server.c: ... here. * gdb.gdbserver/server-run.exp: Moved to... * gdb.server/server-run.exp: ... here.
* gdb/testsuite/Daniel Jacobowitz2005-04-081-0/+3
| | | | | | | | | | | | | | * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver. * configure.ac: Create gdb.gdbserver/Makefile. * configure: Regenerated. * lib/gdbserver-support.exp: New file, derived from config/gdbserver.exp. * config/gdbserver.exp: Use gdbserver-support.exp. * gdb.gdbserver/Makefile.in: New file. * gdb.gdbserver/server.c: New file. * gdb.gdbserver/server-run.exp: New file. gdb/ * config/fnchange.lst: Add testsuite/gdb.gdbserver entries.
* * config/sparc/nbsd64.mh (NAT_FILE): Remove.Mark Kettenis2005-03-251-1/+0
|
* * config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.Mark Kettenis2005-03-251-1/+1
|
* * Makefile.in (SFILES): Add cp-names.y.Daniel Jacobowitz2005-03-111-0/+1
| | | | | | | | | | | | | | | | | | (libiberty_h, safe_ctype_h): New. (YYFILES): Add cp-names.c. (YYOBJ): Add cp-names.o. (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules. (clean): Remove test-cp-names$(EXEEXT). (local-maintainer-clean): Remove cp-names.c. * cp-names.y: New file. * cp-support.c (find_last_component): Delete. (d_left, d_right): Define. (cp_canonicalize_string, mangled_name_to_comp): New functions. (cp_class_name_from_physname, method_name_from_physname): Rewrite to use mangled_name_to_comp. * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp) (cp_comp_to_string): New prototypes. * config/djgpp/fnchange.lst: Add cp-names.c.
* * Makefile.in: Add dependencies for iq2000-tdep.o.Corinna Vinschen2005-03-081-0/+3
| | | | | | * configure.tgt: Add iq2000-*-* target. * iq2000-tdep.c: New file. * config/iq2000/iq2000.mt: New file.
* * alphabsd-nat.c: Update copyright year. Include "inf-ptrace.h".Mark Kettenis2005-03-054-20/+15
| | | | | | | | | | | | | | | | | | (alphabsd_fetch_inferior_registers): Rename from fetch_inferior_registers. Make static. (alphabsd_store_inferior_registers): Rename from store_inferior_registers. Make static. (_initialize_alphabsd_nat): New function. * Makefile.in (alphabsd-nat.o): Update dependencies. * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o, fbsd-nat.o and gcore.o. * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable. (NATDEPFILES): Remove infptrace.o and inftarg.o. Add alphabsd-nat.o. * config/alpha/nm-fbsd.h: Update copyright year. Don't include "config/nm-bsd.h" and "elf/common.h". * config/alpha/nm-nbsd.h: Update copyright year. Don't include "config/nm-nbsd.h".
* 2005-02-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-152-33/+0
| | | | | * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete. * config/h8300/tm-h8300.h: Delete file.
* Restore h8300 supportYoshinori Sato2005-02-122-0/+38
|
* 2005-02-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney2005-02-099-9/+9
| | | | | | | | | | | * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o. * config/powerpc/linux.mt (TDEPFILES): Ditto. * config/pa/linux.mt (TDEPFILES): Ditto. * config/mips/linux.mt (TDEPFILES): Ditto. * config/m68k/linux.mt (TDEPFILES): Ditto. * config/m32r/linux.mt (TDEPFILES): Ditto. * config/ia64/linux.mt (TDEPFILES): Ditto. * config/arm/linux.mt (TDEPFILES): Ditto.
* * i386obsd-tdep.c: Update copyright year. IncludeMark Kettenis2005-01-231-1/+1
| | | | | | | | | | | "bsd-uthread.h". (i386obsd_uthread_reg_offset): New variable. (I386OBSD_UTHREAD_ESP_OFFSET): New define. (i386obsd_supply_uthread, i386obsd_collect_uthread): New functions. (i386obsd_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (i386obsd-tdep.o): Update dependencies. * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
* * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"Mark Kettenis2005-01-161-1/+1
| | | | | | | | | | | and "bsd-uthread.h". (amd64fbsd_jmp_buf_reg_offset): New variable. (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New functions. (amd64fbsd_init_abi): Set supply_uthread and collect_uthread. * i386fbsd-tdep.c: Fix typo. * Makefile.in (amd64fbsd-tdep.o): Update dependencies. * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
* * sparc64fbsd-nat.c: Include "fbsd-nat.h".Mark Kettenis2005-01-162-35/+3
| | | | | | | | | (_initialize_sparc64fbsd_nat): Add some extra features to the generic SPARC target. * Makefile.in (sparc64fbsd-nat.o): Update dependencies. * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o. (NAT_FILE): Set to solib.h. * config/sparc/nm-fbsd.h: Remove file.
* * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",Mark Kettenis2005-01-121-1/+1
| | | | | | | | | | "regcache.h", "gdb_assert.h" and "bsd-uthread.h". (i386fbsd_jmp_buf_reg_offset): New variable. (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New functions. (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (i386fbsd-tdep.o): Update dependency. * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
* * i386bsd-nat.c: Update copyright year. Don't includeMark Kettenis2005-01-123-42/+1
| | | | | | | | <sys/param.h> and <sys/user.h>. (register_u_addr, kernel_u_size): Remove functions. * config/i386/obsd.mh (NAT_FILE): Remove. * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h. * config/i386/nm-obsd.h: Remove file.
* * config/i386/nm-fbsd.h: Update copyright year.Mark Kettenis2005-01-111-14/+2
| | | | | | Don't include "config/nm-bsd.h". (KERNEL_U_SIZE): Remove macro. (kernel_u_size): Remove prototype.
* * config/vax/nbsdaout.mh (NAT_FILE): Remove.Mark Kettenis2005-01-112-31/+0
| | | | * config/vax/nm-nbsdaout.h: Remove file.
* * vax-nat.c: Update copyright year. Include "inf-ptrace.h".Mark Kettenis2005-01-101-1/+1
| | | | | | | | (vax_register_u_offset): Make statuc. (_initialize_vax_nat): Construct and add target vector. * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. * Makefile.in (vax-nat.o): Update dependencies.
* * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set toMark Kettenis2005-01-071-1/+1
| | | | tm-ppc-eabi.h instead of the removed tm-nbsd.h.
* * config/ia64/tm-linux.h: Tweak comment. Update copyright year.Mark Kettenis2005-01-073-203/+2
| | | | | | | Don't include "tm-ia64.h". * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove. * config/ia64/tm-ia64.h: Remove. Move contents ... * ia64-tdep.h: ... here. Update copyright year.
* Eliminate ia64-aix-tdep.c.Kevin Buettner2005-01-051-1/+1
|
* * configure.host (ia64-*-aix*): Remove.Mark Kettenis2005-01-043-45/+0
| | | | | | | | | * configure.tgt (ia64-*-aix*): Remove. * config/ia64/aix.mh: Remove file. * config/ia64/aix.mt: Remove file. * config/ia64/tm-aix.h: Remove file. * ia64-aix-nat.c: Remove file. * Makefile.in (ia64-aix-nat.o): Remove dependency.