Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-11-25 | Flush ser-go32-para.c, never worked and never used. | Stan Shebs | 3 | -280/+3 | |
1997-11-25 | Handle case where sizeof long != sizeof int when examining a union. | Andrew Cagney | 1 | -0/+28 | |
1997-11-25 | Cut out unused code for PE build. | Nick Clifton | 2 | -5/+14 | |
1997-11-24 | Add sim_io_syscalls to do common system call emulation | Michael Meissner | 1 | -0/+10 | |
1997-11-24 | Fix for PE build | Nick Clifton | 2 | -7/+11 | |
1997-11-24 | * cpu.h (TRACE_COND_BR): Use TRACE_BRANCH_P, not TRACE_ALU_P. | Doug Evans | 2 | -1/+5 | |
1997-11-24 | * sim-trace.c (trace_option_handler): Set state trace file | Doug Evans | 2 | -24/+51 | |
for --trace-file in addition to cpu's values. (trace_vprintf): If cpu == NULL, try state's trace file. | |||||
1997-11-24 | Mon Nov 24 14:17:02 1997 Michael Snyder (msnyder@cleaver.cygnus.com) | Michael Snyder | 1 | -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-24 | Entries for .gdbinit additions and sim-model.c option fix. | Doug Evans | 1 | -0/+5 | |
1997-11-24 | * sim-model.c (model_options): Use '\0' for `shortopt'. | Doug Evans | 1 | -0/+2 | |
1997-11-24 | * Make-common.in (all): Add .gdbinit. | Doug Evans | 1 | -0/+3 | |
* gdbinit.in: Add dump command. | |||||
1997-11-24 | * sim-core.c (sim_core_signal): Fix spelling error in message. | Doug Evans | 1 | -0/+6 | |
* sim-hrw.c (sim_read): Use read map, not write map. | |||||
1997-11-24 | A ton of my most recent changes, mostly to add post-mortem data analysis, | Michael Snyder | 1 | -341/+852 | |
plus some better error checking and reporting. Still not publically visible (not mentioned in the makefile or changelog). | |||||
1997-11-24 | Some early changes by Keith Seitz to support the Tcl/Tk GUI. | Michael Snyder | 2 | -22/+46 | |
Note: these files are still not publically visible; just keeping their history at this point. | |||||
1997-11-24 | Create CVS files tracepoint.c and tracepoint.h. This is new work, | Michael Snyder | 3 | -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-24 | Sanitization | Andrew Cagney | 2 | -1/+5 | |
1997-11-24 | Add function print_decimal to handle display of long long decimal | Andrew Cagney | 2 | -0/+30 | |
values on hosts with long-long but no "%ll". | |||||
1997-11-24 | Improve GDB support for FreeBSD host/target. | Andrew Cagney | 7 | -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-24 | Pass architecture from ``set arch MACH'' command into disasembler | Andrew Cagney | 2 | -30/+229 | |
through tm_print_insn_info.mach argument. Delete x86 specific set assembler command, subsumed by replaced with ``set arch'' | |||||
1997-11-24 | Have mips64vr5400-*-elf look like a mips64vr5000. | Andrew Cagney | 2 | -0/+11 | |
1997-11-23 | Change MIPS simulator so that it uses the (software) module sim_fpu | Andrew Cagney | 1 | -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-22 | Add support for PIC and APCS-FLOAT type binaries. | Nick Clifton | 2 | -77/+2115 | |
1997-11-22 | Brought devo up to date with the branch. | Nick Clifton | 1 | -0/+5 | |
1997-11-22 | * sunos.c (sunos_add_one_symbol): When overriding a defined | Ian Lance Taylor | 1 | -0/+3 | |
symbol, set it to undefined, not new. | |||||
1997-11-22 | Sat Nov 22 16:06:56 1997 Klaus Kaempf <kkaempf@progis.de> | Ian Lance Taylor | 2 | -7/+7 | |
* evax-emh.c (_bfd_evax_write_emh): Use alloca instead of strdup. | |||||
1997-11-22 | fix comment | Ian Lance Taylor | 1 | -1/+1 | |
1997-11-22 | Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de> | Ian Lance Taylor | 2 | -7/+8 | |
* config-gas.com: Get version info from configure.in. | |||||
1997-11-22 | Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de> | Ian Lance Taylor | 2 | -1/+3 | |
* makefile.vms: include depend.obj in OBJS. | |||||
1997-11-22 | Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de> | Ian Lance Taylor | 2 | -3/+4 | |
* config/tc-alpha.c (s_alpha_section): Remove ".lcomm" handling. | |||||
1997-11-22 | Sat Nov 22 15:50:09 1997 Klaus Kaempf <kkaempf@progis.de> | Ian Lance Taylor | 2 | -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 LABEL | Ian Lance Taylor | 1 | -0/+5 | |
relocs. | |||||
1997-11-22 | Clarify meaning of sim_signalled's SIGRC argument. Document that this | Andrew Cagney | 8 | -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 Blandy | 1 | -0/+10 | |
1997-11-22 | * valops.c (call_function_by_hand): If the function has a | Jim Blandy | 1 | -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 Henderson | 1 | -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 already | Ian Lance Taylor | 3 | -175/+161 | |
defined by the inclusion of ../bfd/aclocal.m4. * configure: Rebuild. | |||||
1997-11-21 | tabify changelog | Michael Meissner | 1 | -4/+4 | |
1997-11-21 | Really do SHELL = /bin/sh change Noer wanted to do | Michael Meissner | 1 | -0/+4 | |
1997-11-21 | Fri Nov 21 02:19:57 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1 | -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 Evans | 1 | -0/+4 | |
1997-11-20 | Patch from Richard Earnshaw | Nick Clifton | 1 | -0/+5 | |
1997-11-20 | Pacify GCC - SIM_SIGNONE missing in enum, xmalloc/free VS ZALLOC/zfree. | Andrew Cagney | 2 | -0/+8 | |
1997-11-20 | * sh-dis.c (print_insn_shx): Recognize all sh4 additions. | Richard Henderson | 2 | -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-20 | move include entries from ../ChangeLog | Ian Lance Taylor | 1 | -0/+7 | |
1997-11-20 | Thu Nov 20 04:11:27 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 2 | -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-20 | Thu Nov 20 04:11:27 1997 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 5 | -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-20 | o Add SIM_SIGFPE to sim-signals | Andrew Cagney | 5 | -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-20 | Allow reads/writes to C0_CONFIG register. | Andrew Cagney | 3 | -13/+40 | |
1997-11-20 | * symbols.c (resolve_symbol_value): Add missing breaks in case on | Ian Lance Taylor | 1 | -0/+5 | |
symbol value operator. | |||||
1997-11-20 | rebuild | Ian Lance Taylor | 1 | -74/+76 | |