aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
AgeCommit message (Collapse)AuthorFilesLines
1999-09-09import gdb-1999-09-08 snapshotStan Shebs15-14/+272
1999-08-31import gdb-1999-08-30 snapshotJason Molenda34-481/+439
1999-08-23Files removed as of the 1999-08-23 snapshot.Jason Molenda4-28/+0
1999-08-23import gdb-1999-08-23 snapshotJason Molenda9-34/+81
1999-08-16import gdb-1999-08-16 snapshotJason Molenda10-14/+56
1999-08-09import gdb-1999-08-09 snapshotJason Molenda3-7/+188
1999-08-02import gdb-1999-08-02 snapshotJason Molenda3-4/+82
1999-07-19import gdb-1999-07-19 snapshotJason Molenda6-0/+386
1999-07-12import gdb-1999-07-12 snapshotJason Molenda1-3/+24
1999-07-07import gdb-1999-07-07 post reformatJason Molenda300-5321/+5603
1999-07-07import gdb-1999-07-07 pre reformatJason Molenda6-589/+590
1999-07-05import gdb-1999-07-05 snapshotJason Molenda1-0/+3
1999-06-28import gdb-1999-06-28 snapshotJason Molenda9-942/+943
1999-06-14import gdb-1999-06-14 snapshotJason Molenda3-21/+25
1999-06-08import gdb-1999-06-07 snapshotJason Molenda1-0/+22
1999-06-07import gdb-1999-06-07 snapshotJason Molenda16-152/+65
1999-06-01import gdb-1999-06-01 snapshotJason Molenda9-39/+8
1999-05-25import gdb-1999-05-25 snapshotJason Molenda40-299/+177
1999-05-19import gdb-1999-0519Jason Molenda1-1/+1
1999-05-05import gdb-19990504 snapshotStan Shebs32-156/+52
1999-04-27import gdb-19990422 snapshotStan Shebs5-0/+536
1999-04-26import gdb-19990422 snapshotStan Shebs29-68/+124
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs537-0/+27866
1999-04-16Initial creation of sourceware repositoryStan Shebs1-0/+17
1999-04-16Initial creation of sourceware repositoryStan Shebs527-26420/+0
1999-02-15 * config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so thatMark Alexander1-0/+2
coffread.c will correctly handle char or short function parameters.
1999-01-27 * v850-tdep.c (v850_generic_reg_names, v850e_reg_names,Mark Alexander1-1/+10
v850_register_names, v850_processor_type_table): Declare tables and structures for handling differences in register names for v850 and v850e. (struct reg_list): Define new structure for creating tables of register bit masks in v850e instrutions. (handle_prepare, handle_pushm): New helpers for v850_scan_prologue. (v850_scan_prologue): Recognize v850e instructions: callt, prepare, and pushm. (v850_target_architecture_hook): New function to set register names based on current machine. (_initialize_v850_tdep): Set up target_architecture_hook. * config/v850/tm-v850.h (v850_register_names): Declare. (REGISTER_NAME): Define to refer to v850_register_names. (SR0_REGNUM, CTBP_REGNUM): Define. (PS_REGNUM): Redefine in terms of SR0_REGNUM.
1999-01-26am33 sanitize changesJeff Law2-8/+8
1999-01-20Changes for PR 8996:Mark Alexander1-0/+5
* h8300-tdep.c (original_register_names, h8300h_register_names, h8300_register_names): Define new variables. (set_register_names): New function to set register names based on current CPU type. (h8300_command, h8300h_command, h8300s_command): Call set_register_names. * config/h8300/tm-h8300.h (h8300_register_names): Declare. (REGISTER_NAME): Define to refer to h8300_register_names.
1999-01-15Changed ABI to match a GCC change. Structs passed by value are alwaysZdenek Radouch1-2/+13
passed using a pointer.
1999-01-07Beta version of the FR30 port.Zdenek Radouch1-18/+9
1999-01-04hp merge changes; 5 new files.David Taylor10-9/+296
1998-12-311998-12-30 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda9-31/+0
* utils.c: <readline/readline.h> instead of "readline/readline.h". * configure.in (TERM_LIB): Search for the appropriate term library on the host system. * configure: Regenerated. * Makefile.in (TERMCAP): Set based on autoconf check. * config/*/*.mh: Don't override TERMCAP setting.
1998-12-18Missed this file:Andrew Cagney1-14/+0
* config/mips/tm-mips.h (enum mips_fpu_type, mips_fpu): Move to mips-tdep.c.
1998-12-17Checkpoint (sharing through devo).Zdenek Radouch1-1/+17
1998-12-16Rename vr4100 (vr4xxx) config files to vr4100.Andrew Cagney4-6/+41
Rename vr4xxx (vr4300) config files to vr4xxx. Enable GDB_MULTI_ARCH in tm-vr4xxx.h
1998-12-15config/mips/tm-*.h: (TARGET_BYTE_ORDER_DEFAULT,Andrew Cagney15-16/+16
TARGET_BYTE_ORDER_SELECTABLE_P): Replace TARGET_BYTE_ORDER and TARGET_BYTE_ORDER_SELECTABLE.
1998-12-141998-12-14 J.T. Conklin <jtc@redbacknetworks.com>Stan Shebs3-2/+3
* config/i386/nbsd.mh, config/m68k/nbsd.mh, config/ns32k/nbsd.mh (XDEPFILES): Add ser-tcp.o.
1998-12-13CARP:Andrew Cagney2-3/+3
Re-do TARGET_PRINT_INSN_INFO, TARGET_PRINT_INSN, TARGET_ARCHITECTURE, TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_SELECTABLE_P, TARGET_BYTE_ORDER so that they can all be overriden. Document. Convert mn10300 and PPC targets.
1998-12-12CARP: Mechanism to replace EXTRA_FRAME_INFO.Andrew Cagney6-96/+19
Add two pointers (saved_regs, extra_info) to struct frame_info. Introduce new macro FRAME_INIT_SAVED_REGS which replaces FRAME_FIND_SAVED_REGS. Document. Use in mn10300 and rs6000 targets. Fix side effects on ALPHA, MIPS, Z8K and SPARC targets.
1998-12-10CARP:Andrew Cagney4-19/+7
Rename REGISTER_NAMES{} -> REGISTER_NAME().
1998-12-09Link with i960 simulator.Jim Wilson1-0/+2
* config/i960/mon960.mt (SIM_OBJS, SIM): Define.
1998-12-091998-12-08 Philippe De Muyter <phdm@macqel.be>Jason Molenda2-9/+11
* config/xm-aix4.h (SIGWINCH_HANDLER): Function `aix_resize_window' must accept a signal number as parameter. * config/rs6000/xm-rs6000.h (SIGWINCH_HANDLER): Ditto. * utils.c (initialize_utils): Give a parameter to `SIGWINCH_HANDLER'. * inferior.h (register_valid): Variable's type is `SIGNED char', not `char'. * findvar.c (register_valid): Ditto. * defs.h (make_cleanup_func): Protect parameter list by `PARAMS'. * gdbthread.h (unbind_target_thread_vector): Likewise.
1998-12-08Fixes.Jeff Law2-0/+6
1998-12-08*** empty log message ***Jeff Law1-1/+1
1998-12-08Tue Dec 8 15:09:44 1998 Edith Epstein <eepstein@sophia.cygnus.com>Edith Epstein3-0/+151
* config/m68k/tm-m68k.h (NUM_FREGS): m68k-linux patch. Added NUM_FREGS macro. * config/m68k/xm-linux.h: m68k-linux patch. New file. * config/m68k/tm-linux.h: m68k-linux patch. New file. * config/m68k/nm-linux.h: m68k-linux patch. New file. * config/m68k/linux.mt: m68k-linux patch. New file. * config/m68k/linux.mh: m68k-linux patch. New file. * gdbserver/low-linux.c: m68k-linux patch. Added an ifdef that checks the value of __GLIBC to decide whether or not to include sys/reg.h. * m68klinux-nat.c: m68k-linux patch. New file. Note both m68k-tdep.c and m68klinux-nat.c contain definitions for supply_gregset and supply_fpregset. The definitions in m68k-tdep.c are valid is USE_PROC_FS is defined. Otherwise, the definitions in m68klinux-nat.c will be used. This is a bit of a hack. The supply_* routines do not belong in *_tdep.c files. But, there are several lynx ports that currently depend on these definitions. * configure.tgt: m68k-linux patch. Added m68*-*-linux* gdb_target. * configure.host: m68k-linux patch. Added m68*-*-linux* gdb_host. * Makefile.in: m68k-linux patch. Added compile line for m68klinux-nat.o
1998-12-071998-12-07 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda2-10/+2
* config/i386/xm-cygwin.h: Remove REQUEST_QUIT definition. * config/powerpc/xm-cygwin.h: Ditto. PR 17664. With this define in place, you can't type "q" to get out of GDB's pager under Cygwin.
1998-12-07* rs6000-tdep.c (pop_frame): Correctly find the registers saved inJim Blandy1-4/+6
the stack frame. Their offset from the previous stack frame is in fdata.gpr_offset and fdata.fpr_offset, not fdata.offset. (gdb.base/return.exp) * config/rs6000/tm-rs6000.h: Doc fixes.
1998-12-03Still some bogus code; checkpoint.Zdenek Radouch1-601/+24
1998-12-01 * config/fr30/tm-fr30.h (INNER_THAN): Add parameters.Doug Evans1-1/+1