Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wed Apr 29 15:44:52 1998 Geoffrey Noer <noer@cygnus.com> | Geoffrey Noer | 1998-04-29 | 5 | -179/+284 |
| | | | | | | | * aclocal.m4: new file for AM_EXEEXT macro * configure.in: call AM_EXEEXT * configure: regenerate with autoconf 2.12.1. * Makefile.in: add EXEEXT support | ||||
* | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 1998-04-26 | 5 | -12/+39 |
| | | | | | | | * config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again. Don't call AC_C_CROSS. | ||||
* | * configure: Regenerated to track ../common/aclocal.m4 changes. | Tom Tromey | 1998-04-24 | 4 | -278/+2030 |
| | | | | | | | | | * config.in: Ditto. * Makefile.in (top_builddir): New macro. (INTLLIBS): New macro. (INTLDEPS): Likewise. (psim): Depend on INTLDEPS; link against INTLLIBS. * configure.in: Call CY_GNU_GETTEXT. | ||||
* | Regenerate configure | Michael Meissner | 1998-04-22 | 2 | -119/+195 |
| | |||||
* | Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE. | Andrew Cagney | 1997-10-02 | 2 | -2/+23 |
| | |||||
* | Add MSBIT* and LSBIT* macro's to sim-bits.h | Andrew Cagney | 1997-08-27 | 1 | -0/+3 |
| | | | | Add more macro's for extracting sub word quantites to sim-endian.h | ||||
* | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 1997-08-27 | 2 | -9/+14 |
| | | | | | | Add file sim-hload.c - generic load for hardware only simulators. Review each simulators sim_open, sim_load, sim_create_inferior so that they more closely match required behavour. | ||||
* | * idecode_expression.h (ALU_END): From Charles Lefurgy - Extract | Andrew Cagney | 1997-08-27 | 2 | -3/+13 |
| | | | | | | | sign bit using 64 bit and not a 32 bit mask. * sim_calls.c (sim_load): From Ian Lance Taylor - free argv after it has been used, not before. | ||||
* | Flush defunct sim_kill. | Andrew Cagney | 1997-08-26 | 2 | -8/+4 |
| | |||||
* | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 1997-08-25 | 2 | -11/+45 |
| | | | | | | | | | | that image properties such as endianness can be checked. More strongly document the expected behavour of each of the sim_* interfaces. Add default endian argument to simulator config macro SIM_AC_OPTION_ENDIAN. Use in sim_config. | ||||
* | Sync powerpc simulator with public version. Enable FPSCR and string | Andrew Cagney | 1997-07-03 | 1 | -1/+1 |
| | | | | instructions. | ||||
* | Part II of adding callback argument to sim_open(). Update all the | Andrew Cagney | 1997-05-20 | 2 | -46/+35 |
| | | | | | other simulators; remove SIM_DESC from depreciated function sim_set_callbacks(). | ||||
* | Ref gdb/11763 - can't stop a running simulator: | Andrew Cagney | 1997-04-18 | 2 | -1/+43 |
| | | | | | | | | | | | | | | o Provide poll_quit callback to simulators so that they can poll for SIGINT on clueless OS's. o Add sim_stop to simulators so that clients can request a halt (eg gdbtk's STOP button) Works for PPC! o Re-arange remote-sim.c so that the hard work is moved from gdbsim_resume() to gdbsim_wait() (where it should be). | ||||
* | * psim.c (psim_options): Ignore -E option (sets endianness). | David Edelsohn | 1997-04-17 | 3 | -62/+162 |
| | | | | | | | * sim_calls.c: #include bfd.h. (entry_point): New static local. (sim_load): Return SIM_RC. New arg abfd. Set start address from bfd. (sim_create_inferior): Return SIM_RC. Delete arg start_address. | ||||
* | * Makefile.in (INSTALL): Set to @INSTALL@. | Ian Lance Taylor | 1997-04-15 | 1 | -0/+8 |
| | | | | | | | (INSTALL_XFORM, INSTALL_XFORM1): Remove. (install): Depend upon installdirs. Use $(program_transform_name) directly, rather than using $(INSTALL_XFORM). (installdirs): New target. | ||||
* | From Jim Wilson <wilson@cygnus.com> | Andrew Cagney | 1997-04-15 | 2 | -11/+49 |
| | | | | | * Makefile.in (tmp-hw, tmp-pk): Use for loop to eliminate duplicates rather than the non-portable cat -n. | ||||
* | From Jim Wilson, fix typo in instruction name | Andrew Cagney | 1997-04-03 | 1 | -0/+4 |
| | |||||
* | * sim_calls.c (sim_open): New arg `kind'. | David Edelsohn | 1997-04-02 | 1 | -0/+4 |
| | |||||
* | * COPYING: Update FSF address. | Ian Lance Taylor | 1997-04-02 | 1 | -0/+9 |
| | |||||
* | * emul_bugapi.c (emul_bugapi_create): Guard against NULL images. | Andrew Cagney | 1997-03-25 | 2 | -1/+14 |
| | | | | | | * configure.in (enable-sim-endain): Correct typo in usage (from Erik Landry <landry@ENGR.ORST.EDU>). * configure: Re-generate. | ||||
* | * sim_calls.c (sim_open): New SIM_DESC result. Argument is now | David Edelsohn | 1997-03-13 | 1 | -0/+45 |
| | | | | | in argv form. (other sim_*): New SIM_DESC argument. | ||||
* | Per PR 11678 - also need to maintan .Sanitize | Andrew Cagney | 1997-02-14 | 1 | -14/+5 |
| | |||||
* | PR 11678 - rename long decode-rule files to shorter ones, eliminate | Andrew Cagney | 1997-02-14 | 15 | -238/+21 |
| | | | | need for multiple almost identical decode-rule files | ||||
* | New version from Andrew; Portability fixes on top of that | Michael Meissner | 1997-02-11 | 13 | -22/+538 |
| | |||||
* | Fix warnings when compiling callback.c | Michael Meissner | 1997-02-11 | 2 | -2/+7 |
| | |||||
* | * configure.in: Fix typo in test for callback.c. | David Edelsohn | 1997-02-04 | 3 | -2/+7 |
| | | | | * configure: Regenerated. | ||||
* | Fix from Cagney so that new common files do not show up when using psim on ↵ | Michael Meissner | 1997-01-30 | 4 | -2/+17 |
| | | | | old gdbs | ||||
* | build callback and targ-map from the common directory | Michael Meissner | 1997-01-29 | 4 | -4/+67 |
| | |||||
* | January 23rd merge | Michael Meissner | 1997-01-27 | 18 | -2761/+6983 |
| | |||||
* | New revision from Andrew | Michael Meissner | 1996-12-10 | 8 | -377/+3635 |
| | |||||
* | * Makefile.in (LIBCOMMON): Define. | David Edelsohn | 1996-11-20 | 1 | -0/+3 |
| | | | | ($(TARGETLIB)): Add files from $(LIBCOMMON). | ||||
* | * sim_calls.c (sim_resume): Reset sim_should_run if single stepping. | David Edelsohn | 1996-11-20 | 2 | -14/+115 |
| | |||||
* | Fix some warnings | Michael Meissner | 1996-11-15 | 2 | -0/+349 |
| | |||||
* | Add access, sigaltstack, sigaction emulations | Michael Meissner | 1996-10-29 | 2 | -1/+206 |
| | |||||
* | Add support for fsel | Michael Meissner | 1996-10-18 | 1 | -1/+1 |
| | |||||
* | Lose doc directory until we DOS-ize it; Add doc/.Sanitize | Michael Meissner | 1996-09-20 | 1 | -1/+7 |
| | |||||
* | Add documentation files | Michael Meissner | 1996-09-20 | 1 | -0/+1 |
| | |||||
* | PSIM 1996/9/19 update | Michael Meissner | 1996-09-20 | 4 | -883/+2 |
| | |||||
* | Fixes from Andrew | Michael Meissner | 1996-08-19 | 2 | -0/+30 |
| | |||||
* | removed NOTES from Things-to-keep since it's a dead file | Angela Marie Thomas | 1996-08-18 | 1 | -1/+0 |
| | |||||
* | Improve -t options support to list all of the configuration macros & work ↵ | Michael Meissner | 1996-08-13 | 1 | -0/+13 |
| | | | | standalone | ||||
* | Test whether /dev/zero works before attemping to us it | Michael Meissner | 1996-08-12 | 3 | -1/+45 |
| | |||||
* | If HAVE_TERMOS_STRUCTURE is not defined, make sure HAVE_TCGETATTR is also ↵ | Michael Meissner | 1996-08-08 | 1 | -0/+3 |
| | | | | not defined. | ||||
* | Allow simulator to build on other machines than x86 | Michael Meissner | 1996-08-07 | 1 | -0/+9 |
| | |||||
* | 7/30 release from Andrew | Michael Meissner | 1996-08-06 | 9 | -152/+719 |
| | |||||
* | New simulator changes from Andrew | Michael Meissner | 1996-07-23 | 50 | -6007/+10369 |
| | |||||
* | Make simulator build again on SunOS and HP/US systems | Michael Meissner | 1996-06-26 | 1 | -20/+90 |
| | |||||
* | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | Jason Molenda | 1996-06-26 | 4 | -98/+635 |
| | | | | | | | | INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt. | ||||
* | Latest changes from Andrew | Michael Meissner | 1996-06-05 | 6 | -1/+1708 |
| | |||||
* | Abort if we find the program has an .interp section | Michael Meissner | 1996-06-03 | 2 | -980/+107 |
| |