source: rtems/c/src/lib/libbsp/mips/p4000/ChangeLog @ 5f78f5d0

4.104.114.84.95
Last change on this file since 5f78f5d0 was 5f78f5d0, checked in by Joel Sherrill <joel.sherrill@…>, on 01/08/01 at 18:19:27

2001-01-08 Joel Sherrill <joel@…>

  • start/start.S: init_exc_vecs is now called mips_install_isr_entries.
  • wrapup/Makefile.am: Corrected to reflect new libcpu structure.
  • Property mode set to 100644
File size: 1.9 KB
Line 
12001-01-08      Joel Sherrill <joel@OARcorp.com>
2
3        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
4        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
5
62000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
9
102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
13
142000-11-01      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
17        and libcsupport.h moved from libc to lib/include/rtems and
18        now must be referenced as <rtems/XXX.h>.   Header file order
19        was cleaned up while doing this.
20
212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
24        Switch to GNU canonicalization.
25
262000-10-24      Alan Cudmore <alanc@linuxstart.com> and
27        Joel Sherrill <joel@OARcorp.com>
28
29        * This is a major reworking of the mips64orion port to use
30        gcc predefines as much as possible and a big push to multilib
31        the mips port.  The mips64orion port was copied/renamed to mips
32        to be more like other GNU tools.  Alan did most of the technical
33        work of determining how to map old macro names used by the mips64orion
34        port to standard compiler macro definitions.  Joel did the merge
35        with CVS magic to keep individual file history and did the BSP
36        modifications. Details follow:
37        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
38        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
39        define of PMON stacksize.
40        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
41        reworked conditionals to use gcc predefines.
42        * console/idttlb.S: Ditto.
43
442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
47        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
48
492000-08-10      Joel Sherrill <joel@OARcorp.com>
50
51        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.