source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog @ 133a020

4.104.114.84.95
Last change on this file since 133a020 was 133a020, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/02 at 23:47:18

2001-04-02 Joel Sherrill <joel@…>

  • bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
  • Property mode set to 100644
File size: 4.2 KB
Line 
1        addressed.  This was a sweep across all BSPs.
2 
32001-04-08      Joel Sherrill <joel@OARcorp.com>
4
5        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
6 
72002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
10
112001-04-02      Joel Sherrill <joel@OARcorp.com>
12
13        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
14
152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac:
18        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
19        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
20        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
34
352001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
38
392001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
42
432001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Add @exceptions@ to SUBDIRS;
46        Remove need_motorola_powerpc.
47        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
48        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
49        Remove need_motorola_powerpc;
50        Add RTEMS_PPC_EXCEPTIONS([new]).
51        * include/Makefile.am: Replace PREINSTALL_FILES with
52        TMPINSTALL_FILES, include force-preinstall.am.
53        * wrapup/Makefile.am: Apply @exceptions@.
54
552001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Add bspopts.h.
58        * include/.cvsignore: Add stamp-h* and bspopts.h*.
59        * include/Makefile.am: Add bspopts.h.
60        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
61
622001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * bootloader/Makefile.am: completely reworked.
65        * configure.ac: Add AM_PROG_AS.
66
672001-10-25      Joel Sherrill <joel@OARcorp.com>
68
69        * startup/linkcmds: Added _init and _fini.
70
712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
74        * configure.in: Remove.
75        * configure.ac: New file, generated from configure.in by autoupdate.
76
772001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
80        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
81        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
82        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
83        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
84        * bootloader/Makefile.am: Use 'CLEANFILES ='.
85
862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
87
88        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
89
902001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
91
92        * bootloader/Makefile.am: Modified to install bootloader so
93        make-exe rule can avoid writing to install point or assuming
94        BSP build tree is available.
95
962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
99
1002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
103
1042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
107        Switch to GNU canonicalization.
108
1092000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
110
111        * startup/linkcmds: Added lines so DWARF debug information
112        would be available.  Otherwise gdb complains that the offsets
113        for the debug info are incorrect and doesn't load the files.
114
1152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
118        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
119        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
120        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
121        Include compile.am
122
1232000-08-10      Joel Sherrill <joel@OARcorp.com>
124
125        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.