aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-11-05 * mn10300.h (MN10300_OPERAND_EXTENDED): Define.Jeff Law2-0/+6
[ For operands inserted into the extended part of the opcode. ]
1996-11-05Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder3-26/+52
* gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp list.exp scope.exp watchpoint.exp] Make all timeout error msgs explicitly say "(timeout)". * config/monitor.exp: Increase download timeout to 1000 seconds. * config/m32r.exp: Increase timeout to 120 seconds.
1996-11-05Tue Nov 5 10:21:02 1996 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder3-31/+45
* m32r-tdep.c: Improved frame_chain and fn prologue analysis. * config/tm-m32r.h: Add framesize and register to extra_frame_info.
1996-11-05Tue Nov 5 10:30:51 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+8
* d10v-opc.c (d10v_opcodes): Declare the trap instruction sequential so the assembler never parallelizes it with other instructions.
1996-11-05 * mswin/gdbwin.h: Remove bogus definition of CORE_ADDR.Stu Grossman1-0/+6
* mswin/srcwin.cpp (CSrcScroll1::CSrcScroll1): Initialize depth to fix divide-by-zero problem with clicking on source window.
1996-11-04 * mswin/recordit: Fix problem with absolute paths.Stu Grossman1-0/+1
1996-11-04Fix problems introduced in last change (two "Do-first" lines).Jeff Law1-6/+0
1996-11-04 * gas/mn10300/basic.exp: Check bit patterns for aJeff Law2-75/+80
couple more mov and cmp instructions.
1996-11-04 * config/tc-mn10300.c (mn10300_insert_operand): HandleJeff Law2-5/+27
repeated register operands. For mov imm8,dn mov imm8,an cmp imm8,dn cmp imm8,an The register appears twice in the bit pattern... Egad.
1996-11-04 * mn10300.h (MN10300_OPERAND_REPEATED): Define.Jeff Law2-0/+19
Matsushita.
1996-11-04 * mn10300-opc.c (mn10300_operands): Add DN01 and AN01 forJeff Law2-4/+18
a data/address register that appears in register field 0 and register field 1. (mn10300_opcodes): Use DN01 and AN01 for mov/cmp imm8,DN/AN Hacking Matsushita again. Yippie!
1996-11-04 * mswin/recordit: Fix problem with relative paths.Stu Grossman1-0/+4
1996-11-04 * configure.in (*-*-windows): Exclude everything but those dirsStu Grossman2-1/+8
needed to build windows.
1996-11-04 * mswin/{Makefile.in configure configure.in}: New files forStu Grossman1-0/+5
configuring wingdb under Unix.
1996-11-03 * gdb.c++/classes.exp: Modify to handle current gcc C++ member orderingFred Fish1-0/+7
and accept older ordering as obsolescent gcc or gdb. * gdb.c++/templates.exp: Ditto. * gdb.c++/virtfunc.exp: Ditto.
1996-11-02 * irix5-nat.c, osfsolib.c, solib.c (symbol_add_stub): HandlePeter Schauer5-72/+145
missing or zero-sized .text sections properly. * mdebugread.c: Handle scRConst and scSUndefined storage classes. * stabsread.c (scan_file_globals): Try to resolve symbols for shared libraries from the minimal symbol table of the main executable first.
1996-11-01Fri Nov 1 13:59:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-14/+39
* tm-d10v.h: Major fixes to support inferior function calls and proper stack backtracing on D10V-EVA board.
1996-11-01Fri Nov 1 13:59:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt2-58/+99
* d10v-tdep.c, config/d10v/tm-d10v.h: Major fixes to support inferior function calls and proper stack backtracing on D10V-EVA board.
1996-11-01 * binutils.texi: Add section on reporting bugs.Ian Lance Taylor1-1/+209
1996-11-01 * gdb.base/coremaker.c: Add code to mmap some data so weFred Fish2-9/+40
can check that it ends up in the core file. * gdb.base/corefile.exp: Add test to read mmapped data from core file.
1996-11-01 * ld.texinfo: Add section on reporting bugs.Ian Lance Taylor2-35/+246
1996-11-01 * doc/as.texinfo: Added section on reporting bugs.Ian Lance Taylor2-1/+238
1996-11-01add missing d10v sanitizationIan Lance Taylor1-0/+2
1996-11-01 * config/tc-alpha.c: Change uses of void * to PTR. Change theIan Lance Taylor1-0/+19
alpha_macro emit field to expect a const argument, and change the arg field to be const. Fix some spacing to follow the GNU standard. Fri Nov 1 10:32:03 1996 Richard Henderson <rth@tamu.edu> * config/tc-alpha.c (md_parse_option): Add knowledge of 21164pc (pca56) and 21264 (ev6) cpus. (md_apply_fix): Private relocation types are now negative. (alpha_force_relocation): Likewise. (tc_gen_reloc): Likewise. (emit_insn): Likewise. (emit_ldXu): Do the right thing when the hardware can do byte insns. (emit_stX): Likewise. (emit_sextX): Likewise.
1996-11-01Fri Nov 1 10:31:02 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor1-0/+8
* alpha.h: Don't include "bfd.h"; private relocation types are now negative to minimize problems with shared libraries. Organize instruction subsets by AMASK extensions and PALcode implementation. (struct alpha_operand): Move flags slot for better packing.
1996-11-01Fri Nov 1 10:29:11 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor1-0/+9
* alpha-dis.c (print_insn_alpha): Use new NOPAL mask for standard disassembly. * alpha-opc.c (alpha_operands): Rearrange flags slot. (alpha_opcodes): Add new BWX, CIX, and MAX instructions. Recategorize PALcode instructions.
1996-11-01 * scripttempl/m68kcoff.sc: Make sure the etext and __CTOR_LIST__Ian Lance Taylor1-0/+5
symbols are correctly aligned.
1996-11-01Make gdb compile & link cleanly on powerpc-linuxMichael Meissner2-3/+12
1996-11-01Powerpc-linux now builds the simulatorMichael Meissner2-1/+12
1996-11-01Thu Oct 31 19:13:55 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt2-2/+8
* interp.c (sim_fetch_register, sim_store_register): Fix bug where updating the accumulators was overwriting other parts of the global State variable.
1996-11-01 * stabs.c (struct stab_handle): Add bincl_list field.Ian Lance Taylor1-0/+10
(parse_stab): Pass value to push_bincl. Call find_excl for N_EXCL. (struct bincl_file): Add hash, file and file_types fields. (push_bincl): Add hash parameter. Save it in the new hash field. Save the file number in the new file field. (pop_bincl): Put the bincl_file on bincl_list, rather than freeing it. Save the file types in the new file_types field. (find_excl): New static function. PR 10980.
1996-11-01 * ieee.c (ieee_lineno): Don't compare line number addresses toIan Lance Taylor1-0/+5
info->highaddr (undo part of October 28 patch).
1996-11-01Fix sanitization of D10V script templateStan Shebs1-1/+8
1996-11-01Thu Oct 31 16:37:17 1996 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder5-23/+94
* m32r-tdep.c: Improved frame_chain and fn prologue analysis. * configure.tgt: Add entry for m32r target. * monitor.h: Add a flag to tell monitor_store_register to use (val, regno) instead of (regno, val). * monitor.c: Make monitor_store_register honor the above flag. Make monitor_exp ignore DC1/DC3 for m32r. Increase buf size in monitor_dump_regs.
1996-11-01 * symbols.c (resolve_symbol_value): Improve the error message ifIan Lance Taylor1-0/+8
an undefined symbol is used in an expression.
1996-10-31 * ansidecl.h (VPARAMS,VA_START): Define.David Edelsohn1-0/+14
1996-10-31Fix linux build problem.Gavin Romig-Koch2-0/+6
1996-10-31(set_expected_cpus): Add m32r.David Edelsohn1-0/+33
1996-10-31.Sanitize for config/m32r.David Edelsohn1-0/+33
1996-10-31 * scriptempl/v850.sc (zdata): Handle reszdata, romzdata andJeff Law1-1/+8
romzbss too.
1996-10-31 * doc/internals.texi: Rewrite, and add a lot of documentation.Ian Lance Taylor1-0/+5
* doc/Makefile.in (internals.info): New target.
1996-10-31Filter changes for m32r target.Michael Snyder2-0/+43
1996-10-31Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-0/+19
* config/m32r.exp: New file.
1996-10-31Keep changes, if m32r.Michael Snyder1-0/+14
1996-10-31Wed Oct 30 18:14:14 1996 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder3-1/+600
* m32r-tdep.c, m32r-rom.c: New files. * config/m32r/m32r.mt: New file. * config/m32r/tm-m32r.h: New file.
1996-10-31Keep new files, modulo m32r.Michael Snyder1-0/+41
1996-10-30 * v850-opc.c (v850_opcodes): Add relaxing "jbr".Jeff Law1-0/+6
1996-10-30Fix -t option to work with memory mapping; Print PC in some error messagesMichael Meissner4-26/+57
1996-10-30 * config/tc-v850.h (tc_fix_adjustable): Don't adjust relocsJeff Law1-0/+5
against weak symbols. Fixing RW failures.
1996-10-30 * simops.c (OP_10007E0): Handle SYS_times and SYS_gettimeofday.Jeff Law2-0/+24
Check it into devo too.