aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-02-10 (CGEN_INSN_ATTR): New type.Doug Evans2-6/+16
1999-02-10 * cgen.h (CGEN_CPU_DESC): Renamed from CGEN_OPCODE_DESC.Doug Evans2-336/+629
All uses updated. New members int_insn_p, max_insn_size, parse_operand,insert_operand,extract_operand,print_operand, sizeof_fields,set_fields_bitsize,get_int_operand,set_int_operand, get_vma_operand,set_vma_operand,parse_handlers,insert_handlers, extract_handlers,print_handlers. (CGEN_ATTR): Change type of num_nonbools to unsigned int. (CGEN_ATTR_BOOL_OFFSET): New macro. (CGEN_ATTR_MASK): Subtract it to compute bit number. (CGEN_ATTR_VALUE): Redo bool/nonbool attr calculation. (cgen_opcode_handler): Renamed from cgen_base. (CGEN_HW_ATTR_VALUE): Renamed from CGEN_HW_ATTR, all uses updated. (CGEN_OPERAND_ATTR_VALUE): Renamed from CGEN_OPERAND_ATTR, all uses updated. (CGEN_OPERAND_INDEX): Rewrite to use table entry, not global. (enum cgen_opinst_type): Renamed from cgen_operand_instance_type. (CGEN_IFLD_ATTR_VALUE): Renamed from CGEN_IFLD_ATTR, all uses updated. (CGEN_OPCODE,CGEN_IBASE): New types. (CGEN_INSN): Rewrite. (CGEN_{ASM,DIS}_HASH*): Delete. (init_opcode_table,init_ibld_table): Declare.
1999-02-091999-02-09 Martin Hunt <hunt@cygnus.com>Martin Hunt5-36/+81
* gdbtk-hooks.c: Remove gdbtk_ignorable_warning prototype. It is in gdbtk.h. (report_error): New function. Displays debugging information if a hook function fails. All hook functions should probably call this. (gdbtk_warning): Call report_error() if there is a problem. (gdbtk_register_changed): Call report_error() if there is a problem. (gdbtk_memory_changed): Call report_error() if there is a problem. (gdbtk_ignorable_warning): Pass along class argument. If there is a problem, call report_error(). * gdbtk-cmds.c: Remove TclDebug prototype. It is in gdbtk.h. (gdb_loadfile): Add class name to gdbtk_ignorable_warning call. * gdbtk.c (TclDebug): Add "priority" argument. Calls "dbug" instead of "debug". Removed non-ANSI ifdefs. * gdbtk.h: Fixed protos for gdbtk_ignorable_warning and TclDebug.
1999-02-09*** empty log message ***Jim Blandy1-6/+29
1999-02-09* sparcl-tdep.c: UDP download works in cygwinDJ Delorie2-1/+5
1999-02-09Tue Feb 9 10:38:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-0/+5
* configure.in: Do not use the ./support directory. * configure: Regenerate.
1999-02-09Fix Label1 - Label2 relocartions for ELF targetsNick Clifton2-342/+320
1999-02-091999-02-08 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda5-130/+145
* gnu-regex.c: Check ENABLE_NLS instead of HAVE_LIBINTL_H. * configure.in: Don't check for libintl.h. * configure, config.in: Regenerated. Fixes a problem on debian systems, a conflict between the /usr/include/libintl.h and the routines that are actually linked in, up in ../intl.
1999-02-09 * NEWS: Mention new X packet and PowerPC variant support.Stan Shebs2-5/+20
1999-02-09 * gdb.texinfo: Fix mistakes noticed in printout of lastStan Shebs2-63/+52
draft, add Alpha to discussion of heuristic fence post.
1999-02-08Fix tests to pass on ARM targetsNick Clifton3-3/+11
1999-02-08Add support for StrongARM host/target.Nick Clifton3-1/+9
1999-02-08dsrec.c (make_srec): cast targ_addr to int in call to sprintf, otherwise onDavid Taylor1-0/+6
big endian machines (e.g., sparc) with a bfd_vma of 64 bits, everything gets loaded at location 0. (PR 18929)
1999-02-08Mon Feb 8 11:18:14 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>Ian Lance Taylor1-0/+10
* elf32-m68k.c (reloc_map): Use the correct types for the struct fields instead of unsigned char.
1999-02-08Add support for StrongARM target.Nick Clifton2-0/+8
1999-02-08Add support for StrongARM targetNick Clifton3-51/+109
1999-02-08Add support for StrongARM target.Nick Clifton3-1/+18
1999-02-08Add support for strongarm target.Nick Clifton3-4/+31
1999-02-07From Frank Ch. Eigler <fche@cygnus.com>Andrew Cagney1-0/+15
* infrun.c (wait_for_inferior): Allow SIGTRAP to be "pass"ed to target program. (But the comments are cagney's and not Frank's.)
1999-02-06 * gas/m32r/relax-2.[sd]: New testcase.Doug Evans4-29/+63
* gas/m32r/m32rx.exp: Run it. PR 19068
1999-02-06 * config/tc-m32r.c (assemble_two_insns): Always call fill_insn.Doug Evans2-35/+42
PR 19068
1999-02-061999-02-05 James Ingham <jingham@cygnus.com>Jim Ingham9-381/+683
* Makefile.in: Add GDBTK_CFLAGS - this is now used to hold -fwritable-strings when compiling with Tk8.1. * configure.in: Add GDBTK_CFLAGS, set it to -fwritable-strings for Tcl/Tk8.1 & greater. * acinclude.m4: Move the rest of the defines to find Itcl, Itk & Tix from aclocal.m4 to here. * aclocal.m4: regenerate. * configure: regenerate. * gdbtk-hooks.c (x_event): Tcl_ObjGetVar2 was removed from Tcl8.1. Use Tcl_GetVar2 instead. * gdbtk-hooks.c (gdbtk_trace_find): Fix up call to Tcl_GlobalEvalObj for Tcl/Tk 8.1. * gdbtk-hooks.c (gdbtk_trace_start_stop): Call to Tcl_EvalObj was inefficient, replace with call to Tcl_GlobalEval. * gdbtk.c: Don't swap out the Tcl_Alloc calls in gdbtk.c. We took care of that in Tcl itself for 8.1. * gdbtk.c: Remove const from the script string since Tcl8.1 has taken to scribbling sentinals into strings passed to it again... * gdbtk-cmds.c (wrapped_call): Change declaration of 1st arg from char * to PTR to eliminate warning. * gdbtk-cmds.c (perror_with_name_wrapper): Ditto
1999-02-06Actually part of gdb.texinfo change.Stan Shebs2-13/+15
1999-02-06 * gdb.texinfo: Many changes; update to Seventh Edition,Stan Shebs4-514/+445
merge some HP changes into mainline, describe some previously undocumented features, describe more of the target commands available, eliminate obsolete section on renamed commands. * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
1999-02-06oops, wrong branch - cvs mistakeDJ Delorie1-5/+0
1999-02-06merge from main branch for danlite/sparc86x mergeDJ Delorie2-1749/+293
1999-02-06 * NEWS: Add mentions of various new things.Stan Shebs1-0/+30
1999-02-05s/sanitize-m32rx/sanitize-cygnus/Doug Evans1-4/+4
1999-02-05m32rx -> cygnus sanitization changes.Jeff Law1-29/+1
1999-02-05m32rx -> cygnus sanitization change.Jeff Law3-60/+25
1999-02-05Fix arm-coff relocations.Nick Clifton1-0/+7
1999-02-05m32rx -> cygnus sanitization change.Jeff Law3-98/+44
1999-02-05m32rx -> cygnus sanitization changes.Jeff Law4-94/+12
1999-02-05m32rx -> cygnus sanitization change.Jeff Law1-29/+1
1999-02-05* Fix for PR 17794, brought over from ecc-98r1-branch.Frank Ch. Eigler1-3/+23
1999-02-05 Frank Ch. Eigler <fche@cygnus.com> * dv-tx3904sio.c (tx3904sio_tickle): After a polled I/O from the CPU, start periodic background I/O polls. (tx3904sio_poll): New function: periodic I/O poller.
1999-02-05 * Makefile.am: Rebuild dependencies.Ian Lance Taylor1-3/+4
(HFILES): Add fr30-opc.h. (CFILES): Add fr30-asm.c, fr30-dis.c, fr30-opc.c. * Makefile.in: Rebuild.
1999-02-05 * Makefile.am: Rebuild dependencies.Ian Lance Taylor1-6/+7
* Makefile.in: Rebuild.
1999-02-05rebuildIan Lance Taylor1-3/+3
1999-02-05 * configure.in: Change AC_PREREQ to 2.13. Remove AM_CYGWIN32.Ian Lance Taylor4-226/+140
Change AM_EXEEXT to AC_EXEEXT and AM_PROG_INSTALL to AC_PROG_INSTALL. * acconfig.h: Remove. * configure: Rebuild with current autoconf/automake. * aclocal.m4: Likewise. * config.in: Likewise. * Makefile.in: Likewise.
1999-02-05rebuildIan Lance Taylor1-1/+3
1999-02-05 * configure.in: Change AC_PREREQ to 2.13. Remove AM_CYGWIN32.Ian Lance Taylor4-527/+171
Change AM_EXEEXT to AC_EXEEXT and AM_PROG_INSTALL to AC_PROG_INSTALL. Add comments to uses of AC_DEFINE. * acinclude.m4: Add comments to uses of AC_DEFINE. * acconfig.h: Remove. * configure: Rebuild with current autoconf/automake. * aclocal.m4: Likewise. * config.in: Likewise. * Makefile.in: Likewise.
1999-02-051999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda3-1/+503
* gdb.base/miscexprs.exp: Change patterns to match GDB's actual output formatting. * gdb.base/smoke.exp: GDB removes leading 0's. * gdb.base/volatile.exp: Don't check type of remuneration; that variable is no longer defined in constvars.c. * gdb.base/step-test.c (main): Exit with explicit exit code. * gdb.base/step-test.exp: Remove two nexti checks--they are not portable.
1999-02-05* libbfd.c (real_read): don't call fread for zero bytes. ThisDJ Delorie1-0/+5
covers up a bug (or misuse of bfd) that's exposed by Solaris.
1999-02-05 * configure.in: Do build ld for ix86 Solaris.Ian Lance Taylor1-5/+3
1999-02-051999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+11
* gdb.base/help.exp ("help delete display"): Fix test to match gdb's output. * gdb.base/long_long.c (known_types): Initialize values to zero. * gdb.base/long_long.exp: Step one more line so 'dec' is initialized in "get to known place". GDB doesn't prepend unnecessary zeros to the front of numbers. Explicitly ask for hex formatting. Use unique test case names.
1999-02-05 * cpux.h,decodex.c,modelx.c,semx-switch.c: Regenerate.Doug Evans1-33/+5
Plus s/sanitize-m32rx/sanitize-cygnus/
1999-02-05s/sanitize-m32rx/sanitize-cygnus/Doug Evans2-25/+29
1999-02-04* elf32-mips.c (mips_elf_relocate_section): Insure that the targetStan Cox1-0/+5
of a jump is in the current 256 MB region.
1999-02-04expand on a comment and reorg for 80 column screen some code inDoug Evans1-5/+9
assemble_two insns
1999-02-04keep outofrange.sDoug Evans1-0/+1