source: rtems/c/src/lib/libbsp/mips/shared/gdbstub/ChangeLog @ fc82e71

4.104.114.84.95
Last change on this file since fc82e71 was fc82e71, checked in by Joel Sherrill <joel.sherrill@…>, on 02/08/02 at 21:26:00

2002-02-08 Joel Sherrill <joel@…>

  • Makefile, stubinit.S, r46kstub.ld, ioaddr.h: Removed as unused with RTEMS.
  • r46kstub.c: Renamed to mips-stub.c.
  • mips-stub.c: New file -- was r46kstub.c.
  • memlimits.h: New file was limits.h.
  • limits.h: Removed.
  • r4600.h: Eliminated need for this file.
  • README: Updated.
    • gdb_if.h: Added CVS Id.
  • mips-stub.c: Attempt to deal with MIPS1 versus MIPS3.
  • Property mode set to 100644
File size: 2.1 KB
Line 
12002-02-08      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile, stubinit.S, r46kstub.ld, ioaddr.h: Removed as unused
4        with RTEMS.
5        * r46kstub.c: Renamed to mips-stub.c.
6        * mips-stub.c: New file -- was r46kstub.c.
7        * memlimits.h: New file was limits.h.
8        * limits.h: Removed.
9        * r4600.h: Eliminated need for this file.
10        * README: Updated.
11        * gdb_if.h: Added CVS Id.
12        * mips-stub.c: Attempt to deal with MIPS1 versus MIPS3.
13
142002-02-08      Joel Sherrill <joel@OARcorp.com>
15
16        * Merged r46kstub.c into RTEMS distribution without modification.
17        I got the code from Franz Fischer <Franz.Fischer@franz-fischer.de>
18        who had used this with an old version of RTEMS with the mips64orion
19        port of RTEMS.  After adding this to the repository, I will tailor
20        this to work with the RTEMS exception processing model and trim
21        no longer needed parts.
22        * ChangeLog, gdb_if.h, ioaddr.h, limits.h, Makefile, mips_opcode.h,
23        r4600.h, r46kstub.c, r46kstub.ld, README, stubinit.S:
24
25Sun Sep 29 16:34:53 1996  C. M. Heard <heard@vvnet.com>
26
27        * Updated snapshot posted.
28
29        * stubinit.S (_reset_exception, _general_exception): Reorder
30        instructions or insert nops as necessary to ensure that the
31        target register of mfc0, mfc1, and cfc1 instructions is not
32        used as a source register in the load delay slot of those
33        instructions and to ensure that the instruction following
34        mtc0 is always something other than mfc0.  Insert .eject
35        directives and reformat some of the comments to make the
36        assembler listing more readable.
37
38        * ioaddr.h:  add comments pointing out implementation-
39        specific address definitions.
40
41        * limits.h:  add comments describing what the implementation-
42        specific macros in this file are supposed to do.
43
44Tue Aug 06 14:43:04 1995  C. M. Heard <heard@vvnet.com>
45
46        * Updated snapshot posted.
47
48        * stubinit.S (_general_exception): Use virtual adresses from
49        kseg0 (cached, unmapped space) instead of kseg1 (uncached,
50        unmapped space) in cache instructions.
51        (_reset_exception): Likewise, and use the right
52        mask to clean the K0 field in the config register.
53
54Fri Jul 26 14:41:49 1995  C. M. Heard <heard@vvnet.com>
55
56        * Initial snapshot posted.
Note: See TracBrowser for help on using the repository browser.