source: rtems/c/src/lib/libbsp/mips/p4000/ChangeLog @ 6f21328

4.104.114.84.95
Last change on this file since 6f21328 was 6f21328, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/01 at 13:15:55

2001-05-10 Ralf Corsepius <corsepiu@…>

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