aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-config.h
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+594
1999-04-16Initial creation of sourceware repositoryStan Shebs1-590/+0
1998-01-31Add config support for the size of the target address and OF cell.Andrew Cagney1-9/+18
1997-12-04 * Make-common.in (SIM_ENVIRONMENT): New variable.Doug Evans1-12/+33
(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-22Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney1-11/+16
Add support for --alignment={strict,nonstrict,forced} to simulator common run-time options. For v850 use, make the default NONSTRICT_ALIGNMENT.
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-2/+1
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-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-46/+60
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-17 * sim-config.h (WITH_DEBUG): Provide default value of zero.David Edelsohn1-1/+7
1997-04-15Get the BIT/MASK/ROT/... macros to work with any 32/64/MSB0/MSBn target.Andrew Cagney1-0/+197
1997-04-02New file common/sim-config.c sets/checks simulator configuration options.Andrew Cagney1-0/+339
Update common/aclocal.m4 to better work with sim-config.[hc].