Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-11 | sim: fix func call style (space before paren) | Mike Frysinger | 1 | -9/+9 | |
Committed this as obvious: -foo(...); +foo (...); Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2011-03-15 | sim: common: trim trailing whitespace | Mike Frysinger | 1 | -13/+13 | |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 | |
2010-01-01 | Update copyright notices to add year 2010. | Joel Brobecker | 1 | -1/+1 | |
2009-01-14 | Update the copyright notice of some of the files I missed | Joel Brobecker | 1 | -1/+1 | |
in the previous copyright update. | |||||
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 | |
2007-08-24 | Switch the license of all files explicitly copyright the FSF | Joel Brobecker | 1 | -4/+2 | |
to GPLv3. | |||||
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -1/+1 | |
2004-11-16 | * sim-config.c (sim_config): Recognize when a bfd has unspecified | Hans-Peter Nilsson | 1 | -1/+5 | |
endian information. | |||||
2002-11-23 | 2002-11-22 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -19/+22 | |
* dv-core.c: Update copyright. sim/common contributed to the FSF. * dv-glue.c, dv-pal.c, hw-base.c, hw-base.h, hw-device.c: Ditto. * hw-device.h, hw-handles.c, hw-handles.h: Ditto. * hw-instances.c, hw-instances.h, hw-properties.c: Ditto. * hw-properties.h, hw-tree.c, hw-tree.h, sim-alu.h: Ditto. * sim-basics.h, sim-bits.c, sim-bits.h, sim-config.c: Ditto. * sim-config.h, sim-core.c, sim-core.h, sim-endian.c: Ditto. * sim-endian.h, sim-events.c, sim-events.h, sim-inline.c: Ditto. * sim-inline.h, sim-io.c, sim-io.h, sim-n-bits.h: Ditto. * sim-n-core.h, sim-n-endian.h, sim-types.h: Ditto. | |||||
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+377 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -369/+0 | |
1998-01-31 | Add config support for the size of the target address and OF cell. | Andrew Cagney | 1 | -5/+11 | |
1997-12-04 | * Make-common.in (SIM_ENVIRONMENT): New variable. | Doug Evans | 1 | -44/+29 | |
(CONFIG_CFLAGS): Add it. * aclocal.m4 (SIM_AC_OPTION_ENVIRONMENT): Handle --enable-sim-environment option. * configure: Regenerated. * sim-config.h (environment support): Rewrite. * sim-config.c (current_environment): Define as enum, unconditionally. (current_alignment): Define unconditionally. (config_environment_to_a): Update. (config_alignment_to_a): Fix type of argument. Define unconditionally. (sim_config): Handle environment and alignment determination unconditionally. Delete sanity checks of current_environment, unnecessary. (print_sim_config): Update. * sim-options.c (STANDARD_OPTIONS enum): Add OPTION_ENVIRONMENT. (standard_options): Add --environment. (standard_option_handler): Likewise. | |||||
1997-09-04 | Finish implementation of sim-memopt. | Andrew Cagney | 1 | -0/+2 | |
Use in d30v and tic80. Make available a generic sim_read, sim_write implementation. | |||||
1997-08-27 | Add ABFD argument to sim_create_inferior. Document. | Andrew Cagney | 1 | -45/+15 | |
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. | |||||
1997-08-25 | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 1 | -49/+138 | |
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. | |||||
1997-04-02 | New file common/sim-config.c sets/checks simulator configuration options. | Andrew Cagney | 1 | -0/+317 | |
Update common/aclocal.m4 to better work with sim-config.[hc]. |