aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r/configure
AgeCommit message (Collapse)AuthorFilesLines
2001-01-12* configury fixFrank Ch. Eigler1-1/+1
[common/ChangeLog] 2001-01-12 Chris Demetriou <cgd@sibyte.com> * aclocal.m4 (SIM_AC_OPTION_SCACHE): Properly handle the case where a numeric value is supplied. [eg. m32r/ChangeLog] 2001-01-12 Frank Ch. Eigler <fche@redhat.com> * configure: Regenerated with sim_scache fix.
2000-05-24Change profiling so that it is enabled by default. Re-generate everything.Andrew Cagney1-1/+1
2000-03-302000-03-30 Dave Brolley <brolley@redhat.com>Dave Brolley1-152/+163
* configure: Regenerated.
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-162/+153
1999-05-11import gdb-1999-05-10Stan Shebs1-183/+271
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+4251
1999-04-16Initial creation of sourceware repositoryStan Shebs1-4257/+0
1998-12-05 * configure.in: Call SIM_AC_OPTION_INLINE.Doug Evans1-192/+447
* configure: Regenerate. * sim-main.h: Protect against multiple inclusion. Don't include cgen-scache.h,cgen-cpu.h,cgen-trace.h,cpuall.h. Done by cgen-sim.h now. * tconfig.in (SIM_HAVE_MODEL): Delete, moved to cgen-types.h. * cpuall.h: Regenerate. * cpu.h,decode.c,sem-switch.c,sem.c: Regenerate. * mloop.in (extract16): Make static inline again. Simplify with call to @cpu@_fill_argbuf,@cpu@_fill_argbuf_tp. (extract32): Ditto. Simplify with call to @cpu@_fill_argbuf,@cpu@_fill_argbuf_tp. (execute): Test ARGBUF_PROFILE_P before profiling. Update calls to TRACE_INSN_INIT,TRACE_INSN_FINI. * cpux.h,decodex.c,modelx.c,semx-switch.c: Regenerate. * mloopx.in: Rewrite.
1998-04-29Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-126/+163
* common/aclocal.m4: call AM_EXEEXT in SIM_AC_COMMON, define AM_CYGWIN32 and AM_EXEEXT. * common/Make-common.in: set EXEEXT, add missing EXEEXTs to run and install-common rules. * common/configure: regenerate And update all subdirectory ChangeLogs and configure files.
1998-04-26 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey1-125/+126
* config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again.
1998-04-24 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey1-45/+1768
* config.in: Ditto. * configure.in: Don't call sinclude.
1998-03-15 * config.in (HAVE_FCNTL_H): Add.Doug Evans1-15/+129
* configure: Regenerate. * Makefile.in (SIM_OBJS): Add devices.o. * m32r-sim.h (m32r_devices): Renamed from m32r_mspr_device. (UART_*): Define m32r serial port parameters. (M32R_DEVICE_ADDR,M32R_DEVICE_LEN): Define. * m32r.c (device_io_{read,write}_buffer,device_error): Move from here, * devices.c: To here. * sim-if.c: Don't include signal.h,sim-core.h. (sim_open): Use M32R_DEVICE_{ADDR,LEN} in sim_core_attach call. (sim_resume): Call sim_module_{resume,suspend}. * m32r.c (m32r_h_cr_{get,set}): Use register number enums. * tconfig.in (SIM_HANDLES_LMA): Define. * sim-if.c (do_trap): Result is new pc. Handle --environment=operating. * sem-switch.c,sem.c: Regenerate. start-sanitize-m32rx * semx.c: Regenerate. end-sanitize-m32rx
1998-01-20* aclocal.m4: Recognize --enable-maintainer-mode.Doug Evans1-49/+105
*/configure: Regenerated.
1997-09-23Remove need to update <targ>/Makefile.in when adding optional optionsAndrew Cagney1-52/+139
to <targ>/configure.in. Simplify logic used to select target [default] endianness.
1997-09-22Add memory alignment config option.Andrew Cagney1-43/+94
1997-09-05* configure: Regenerated to track ../common/aclocal.m4 changes.David Edelsohn1-11/+12
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-0/+1932
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.