aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-11-25Flush ser-go32-para.c, never worked and never used.Stan Shebs3-280/+3
1997-11-25Handle case where sizeof long != sizeof int when examining a union.Andrew Cagney1-0/+28
1997-11-25Cut out unused code for PE build.Nick Clifton2-5/+14
1997-11-24Add sim_io_syscalls to do common system call emulationMichael Meissner1-0/+10
1997-11-24Fix for PE buildNick Clifton2-7/+11
1997-11-24 * cpu.h (TRACE_COND_BR): Use TRACE_BRANCH_P, not TRACE_ALU_P.Doug Evans2-1/+5
1997-11-24 * sim-trace.c (trace_option_handler): Set state trace fileDoug Evans2-24/+51
for --trace-file in addition to cpu's values. (trace_vprintf): If cpu == NULL, try state's trace file.
1997-11-24Mon Nov 24 14:17:02 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder1-0/+6
* infcmd.c: export registers_info, for use by other modules. * printcmd.c: export output_command, for use by other modules. * stack.c: export locals_info and args_info, for use by other modules.
1997-11-24Entries for .gdbinit additions and sim-model.c option fix.Doug Evans1-0/+5
1997-11-24 * sim-model.c (model_options): Use '\0' for `shortopt'.Doug Evans1-0/+2
1997-11-24 * Make-common.in (all): Add .gdbinit.Doug Evans1-0/+3
* gdbinit.in: Add dump command.
1997-11-24 * sim-core.c (sim_core_signal): Fix spelling error in message.Doug Evans1-0/+6
* sim-hrw.c (sim_read): Use read map, not write map.
1997-11-24A ton of my most recent changes, mostly to add post-mortem data analysis,Michael Snyder1-341/+852
plus some better error checking and reporting. Still not publically visible (not mentioned in the makefile or changelog).
1997-11-24Some early changes by Keith Seitz to support the Tcl/Tk GUI.Michael Snyder2-22/+46
Note: these files are still not publically visible; just keeping their history at this point.
1997-11-24Create CVS files tracepoint.c and tracepoint.h. This is new work,Michael Snyder3-1/+1964
not yet ready for public release, so no changelog entry yet (and I'm sanitizing the files out). Just want to get them into the repository for now, so I can begin keeping their history. Not checking in the Makefile change that would cause them to be built and linked.
1997-11-24SanitizationAndrew Cagney2-1/+5
1997-11-24Add function print_decimal to handle display of long long decimalAndrew Cagney2-0/+30
values on hosts with long-long but no "%ll".
1997-11-24Improve GDB support for FreeBSD host/target.Andrew Cagney7-137/+260
To configure.in: make PRINTF_HAS_LONG_LONG check more pedantic; check that SCANF_HAS_LONG_DOUBLE instead of assuming PRINTF_HAS_LONG_DOUBLE implies it; document.
1997-11-24Pass architecture from ``set arch MACH'' command into disasemblerAndrew Cagney2-30/+229
through tm_print_insn_info.mach argument. Delete x86 specific set assembler command, subsumed by replaced with ``set arch''
1997-11-24Have mips64vr5400-*-elf look like a mips64vr5000.Andrew Cagney2-0/+11
1997-11-23Change MIPS simulator so that it uses the (software) module sim_fpuAndrew Cagney1-1/+6
for floating point operations. Eliminates all dependencies the simulator had on the hosts FP implemantation. Add sim_fpu_{inv,abs,neg} functions to sim_fpu.[hc]
1997-11-22Add support for PIC and APCS-FLOAT type binaries.Nick Clifton2-77/+2115
1997-11-22Brought devo up to date with the branch.Nick Clifton1-0/+5
1997-11-22 * sunos.c (sunos_add_one_symbol): When overriding a definedIan Lance Taylor1-0/+3
symbol, set it to undefined, not new.
1997-11-22Sat Nov 22 16:06:56 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-7/+7
* evax-emh.c (_bfd_evax_write_emh): Use alloca instead of strdup.
1997-11-22fix commentIan Lance Taylor1-1/+1
1997-11-22Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-7/+8
* config-gas.com: Get version info from configure.in.
1997-11-22Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-1/+3
* makefile.vms: include depend.obj in OBJS.
1997-11-22Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-3/+4
* config/tc-alpha.c (s_alpha_section): Remove ".lcomm" handling.
1997-11-22Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor2-38/+43
* config/tc-alpha.c (alpha_basereg_clobbered): Remove variable and all corresponding code.
1997-11-22 * elf32-sh.c (sh_elf_relax_delete_bytes): Don't kill LABELIan Lance Taylor1-0/+5
relocs.
1997-11-22Clarify meaning of sim_signalled's SIGRC argument. Document that thisAndrew Cagney8-16/+40
isn't possible in sim-reason.c and just return the target SIGRC instead. For simulators that rely on sim-reason.c, replace SIG* with SIM_SIG*. Hack nrun.c so that when it is executed (ARGV[0]) as `step' instead of `run' it single steps the simulator. Allows testing of single step without full GDB.
1997-11-22*** empty log message ***Jim Blandy1-0/+10
1997-11-22* valops.c (call_function_by_hand): If the function has aJim Blandy1-4/+14
prototype, convert its arguments as if by assignment. Otherwise, do the usual promotions. * stabsread.c (define_symbol): Set the TYPE_FLAG_PROTOTYPED flag on functions' types when we can; all C++ functions should get it, and if the Sun-style prototype notation is in the stabs, we can notice that.
1997-11-21 * coff-sh.c (sh_relax_section): Force sign extention of USES r_offset.Richard Henderson1-0/+5
(sh_relax_delete_bytes): Don't kill LABEL relocs. Second bit for PR 14069.
1997-11-21 * aclocal.m4 (AM_CYGWIN32, AM_EXEEXT): Remove. They are alreadyIan Lance Taylor3-175/+161
defined by the inclusion of ../bfd/aclocal.m4. * configure: Rebuild.
1997-11-21tabify changelogMichael Meissner1-4/+4
1997-11-21Really do SHELL = /bin/sh change Noer wanted to doMichael Meissner1-0/+4
1997-11-21Fri Nov 21 02:19:57 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-0/+5
* Makefile.in: also revert SHELL change until configury changes work
1997-11-21 * sparc-tdep.c (sparc_pc_adjust): Don't assume sizeof (long) == 4.Doug Evans1-0/+4
1997-11-20Patch from Richard EarnshawNick Clifton1-0/+5
1997-11-20Pacify GCC - SIM_SIGNONE missing in enum, xmalloc/free VS ZALLOC/zfree.Andrew Cagney2-0/+8
1997-11-20 * sh-dis.c (print_insn_shx): Recognize all sh4 additions.Richard Henderson2-0/+14
* sh-opc.h (fmov): Add @<REG_M>+,<DX_REG_N> variant for sh4. (ftrv): Slay the cut-and-paste monster. * tc-sh.c (parse_reg): Properly quote for fv4. pr14044
1997-11-20move include entries from ../ChangeLogIan Lance Taylor1-0/+7
1997-11-20Thu Nov 20 04:11:27 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-1/+3
* Makefile.in: pepper with EXEEXTs in appropriate places, set SHELL = @SHELL@ for those lame hosts that don't have a /bin/sh For some reason, EXEEXT isn't getting substututed in correctly so for now, set EXEEXT to empty string
1997-11-20Thu Nov 20 04:11:27 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer5-123/+214
* aclocal.m4: add EXEEXT setting rule * configure.in: call it * configure: regenerate * Makefile.in: pepper with EXEEXTs in appropriate places, set SHELL = @SHELL@ for those lame hosts that don't have a /bin/sh
1997-11-20o Add SIM_SIGFPE to sim-signalsAndrew Cagney5-18/+25
o Start SIM_SIG* at 64 so that the use of host signal numbers can be detected and reported. o Update MIPS simulator to use sim-signal.
1997-11-20Allow reads/writes to C0_CONFIG register.Andrew Cagney3-13/+40
1997-11-20 * symbols.c (resolve_symbol_value): Add missing breaks in case onIan Lance Taylor1-0/+5
symbol value operator.
1997-11-20rebuildIan Lance Taylor1-74/+76