aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+2
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-5/+4
to GPLv3.
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2005-05-12Update the address of the FSF organizationNick Clifton1-1/+1
2003-12-29 * armos.c (fcntl.h): Do not include it.Mark Mitchell1-1/+1
(O_RDONLY): Do not define. (O_WRONLY): Likewise. (O_RDWR): Likewise. (targ-vals.h): Include it. (translate_open_mode): Use TARGET_O_* instead of O_*. (SWIopen): Likewise. * Makefile.in (armos.o): Depend on targ-vals.h.
2003-03-30Remove use of __IWMMXT__.Nick Clifton1-4/+0
2003-03-27Add iWMMXt support to ARM simulatorNick Clifton1-0/+5
2003-03-20Add Cirrus Maverick support to arm simulatorNick Clifton1-0/+1
2002-06-12Add the file include/gdb/sim-arm.h defining an enum that specifies theAndrew Cagney1-1/+7
register numbering used by the GDB<->SIM interface.
2002-05-20Add support for target specific command line switches to old-style simualtors.Nick Clifton1-1/+1
Make use of this support in the ARM simulator to add a --swi-support= switch to select whcih SWI protocols to emulate.
2001-11-162001-11-16 Ben Harris <bjh21@netbsd.org>Ben Harris1-2/+2
* Makefile.in (armemu32.o): Replace $< with autoconf recommended $(srcdir)/.... (armemu26.o): Ditto.
2000-05-30Add support for v4 SystemMode.Nick Clifton1-3/+5
1999-04-26import gdb-19990422 snapshotStan Shebs1-1/+1
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+48
1999-04-16Initial creation of sourceware repositoryStan Shebs1-41/+0
1997-01-23 * configure configure.in Makefile.in: Update to new configureStu Grossman1-131/+7
scheme which is more compatible with WinGDB builds. * configure.in: Improve comment on how to run autoconf. * configure: Re-run autoconf to get new ../common/aclocal.m4. * Makefile.in: Use autoconf substitution to install common makefile fragment.
1995-09-08 * configure.in: Remove AC_PROG_INSTALL.Ian Lance Taylor1-15/+9
* configure: Rebuild. * Makefile.in (INSTALL): Revert to using install.sh. (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL). (INSTALL_XFORM, INSTALL_XFORM1): Restore. (mostlyclean): Make the same as clean, not distclean. (clean): Remove config.log. (install): Don't install in $(tooldir).
1995-09-07 (Try to) Update to new bfd autoconf scheme.David Edelsohn1-17/+13
* run.c: Don't include sysdep.h. * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value. (CC, CFLAGS, AR, RANLIB): Likewise. (HDEFINES, TDEFINES): Define. (CC_FOR_BUILD): Delete. (host_makefile_frag): Delete. (Makefile): Don't depend on frags. * configure.in (sysdep.h): Don't create symlink. (host_makefile_frag, frags): Deleted. (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values. * configure: Regenerated.
1995-07-05* Makefile.in, configure.in: converted to autoconf.J.T. Conklin1-0/+175
* configure: New file, generated with autconf 2.4.