X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fmcore%2FChangeLog;h=be79becc50ddfb7a5c52370c6172141cfa5da321;hb=6b4a89357a450b6d6bd517fe435bb15e17038f24;hp=f8b9d93c1046306f18b0ac2a3d053c64f8fb66f8;hpb=392a587b0562bfd8561bc15ad2625a4f49f461f0;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog index f8b9d93c10..be79becc50 100644 --- a/sim/mcore/ChangeLog +++ b/sim/mcore/ChangeLog @@ -1,3 +1,45 @@ +2003-02-27 Andrew Cagney + + * interp.c (sim_open, sim_create_inferior): Rename _bfd to bfd. + +2002-06-16 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +2002-06-08 Andrew Cagney + + * interp.c: Include "gdb/callback.h" and "gdb/remote-sim.h". + +Tue May 23 21:39:23 2000 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +2000-02-14 Nick Clifton + + * interp.c (handle_trap1): Fix handling of fclose system call. + Patch submitted by . + +2000-02-10 Nick Clifton + + * interp.c (target_big_endian): New variable. + (mcore_extract_unsigned_integer, mcore_store_unsigned_integer, + wlat, rlat, sim_resume, sim_load): Add supprot for little + endian targets. + +2000-01-13 Nick Clifton + + * interp.c (sim_resume): Do not rely upon host semantics of shift + operators to implement M*Core semantics. + +Thu Sep 2 18:15:53 1999 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +1999-06-23 Nick Clifton + + * sysdep.h: Do not define prototypes for memcpy and strchr if they + are macros. + 1999-05-21 Nick Clifton * interp.c (sim_resume): Add more tracing output.