Changeset e3b7b1bf in rtems for c/src/lib/libcpu/m68k/ChangeLog


Ignore:
Timestamp:
01/23/04 12:51:29 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1ddcdc4
Parents:
0ef723ce
Message:

Cleanup ChangeLogs?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/m68k/ChangeLog

    r0ef723ce re3b7b1bf  
    112004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    22
    3         * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am.
    4         Use automake-compilation rules.
     3        * m68040/Makefile.am: Merge-in m68040/fpsp/Makefile.am. Use
     4        automake-compilation rules.
    55        * m68040/fpsp/Makefile.am: Remove.
    66        * shared/Makefile.am: Use automake compilation rules.
    77        * Makefile.am: Reflect changes above. Remove CPU_SUBDIR.
    8         * configure.ac: Require automake >= 1.8.2.
    9         Add subdir-objects to AUTOMAKE_OPTIONS.
    10         Remove CHECK_CUSTOM_BSP.
    11         Reflect changes above.
     8        * configure.ac: Require automake >= 1.8.2. Add subdir-objects to
     9        AUTOMAKE_OPTIONS. Remove CHECK_CUSTOM_BSP. Reflect changes above.
    1210
    13112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    1412
    15         * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
    16         Add PRE/TMPINSTALL_FILES to CLEANFILES.
     13        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
     14        PRE/TMPINSTALL_FILES to CLEANFILES.
    1715
    18162003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     
    2422        * shared/cache/Makefile.am: Remove.
    2523        * shared/misc/Makefile.am: Remove.
    26         * shared/Makefile.am: Merge-in the Makefile.ams above.
    27         Eliminate VPATH.
     24        * shared/Makefile.am: Merge-in the Makefile.ams above. Eliminate VPATH.
    2825        * configure.ac: Reflect changes above.
    29 
    30 2003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    31 
    32         * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
    33 
    34 2003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    35 
     26        * shared/cache/Makefile.am: Use mkdir_p. Remove dirs from
     27        PRE/TMPINSTALL_FILES.
    3628        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
    3729
     
    9183
    9284        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
    93 
    94 2003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    95 
    9685        * configure.ac: AC_PREREQ(2.57).
    97 
    98 2002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    99 
    100         * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
    101         Eliminate *_O_FILES.
    102         * shared/cache/Makefile.am: Ditto.
    103         * shared/misc/Makefile.am: Ditto.
    10486
    105872002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     
    113952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    11496
    115         * .cvsignore: Reformat.
    116         Add autom4te*cache.
    117         Remove autom4te.cache.
     97        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
    11898
    119992002-08-21      Joel Sherrill <joel@OARcorp.com>
    120100
    121         * configure.ac, shared/misc/Makefile.am: PR217 required that the
    122         idle task be moved to libcpu so it could be more acutely aware of
    123         the CPU model.  This file was modified to pick up the idle task
    124         from there.
     101        * configure.ac, shared/misc/Makefile.am: PR217 required that the idle
     102        task be moved to libcpu so it could be more acutely aware of the CPU
     103        model.  This file was modified to pick up the idle task from there.
    125104        * shared/misc/m68kidle.c: New file.
    126105
     
    128107
    129108        * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o.
    130         * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    131         * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
    132         * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
    133         * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    134         * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
    135         * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
    136 
    137 2002-08-06      Joel Sherrill <joel@OARcorp.com>
    138 
    139         * configure.ac: Be more specific about looking at CPU32 and CPU32+
    140         CPU model names so we can turn on the best compile of memcpy.c.
     109        * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o.
     110        * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o.
     111        * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o.
     112        * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o.
     113        * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o.
     114        * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
    141115
    1421162002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     
    145119        * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
    146120
     1212002-08-06      Joel Sherrill <joel@OARcorp.com>
     122
     123        * configure.ac: Be more specific about looking at CPU32 and CPU32+ CPU
     124        model names so we can turn on the best compile of memcpy.c.
     125
    1471262002-08-05      Joel Sherrill <joel@OARcorp.com>
    148127
    149         * Per PR260 eliminate use of make-target-options.  This impacted
    150         RTEMS allowing a distinction between the CPU32 and CPU32+ in the
    151         SuperCore and required that the m68k optimized memcpy be moved
    152         to libcpu.
     128        * Per PR260 eliminate use of make-target-options.  This impacted RTEMS
     129        allowing a distinction between the CPU32 and CPU32+ in the SuperCore and
     130        required that the m68k optimized memcpy be moved to libcpu.
    153131        * shared/misc/memcpy.c: Moved from score/cpu/m68k.
    154132        * configure.ac, shared/Makefile.am: Modified to reflect new directory.
     
    1571352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    158136
    159         * configure.ac:
    160         AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
     137        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
    161138        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
    162139        * m68040/fpsp/Makefile.am: Remove AUTOMAKE_OPTIONS.
     
    165142        * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS.
    166143        * shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
     144
     1452002-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     146
     147        * m68040/fpsp/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate
     148        *_O_FILES.
     149        * shared/cache/Makefile.am: Ditto.
     150        * shared/misc/Makefile.am: Ditto.
    167151
    1681522001-10-26      Joel Sherrill <joel@OARcorp.com>
     
    1831672001-03-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    184168
    185         * m68040/fpsp/Makefile.am, shared/cache/Makefile.am:
    186         Apply include_*HEADERS instead of H_FILES.
     169        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Apply
     170        include_*HEADERS instead of H_FILES.
    187171
    1881722000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     
    1961802000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    197181
    198         * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
    199         Switch to GNU canonicalization.
     182        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU
     183        canonicalization.
    200184
    2011852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    202186
    203         * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include
    204         compile.am
     187        * m68040/fpsp/Makefile.am, shared/cache/Makefile.am: Include compile.am.
    205188
    2061892000-08-10      Joel Sherrill <joel@OARcorp.com>
    207190
    208191        * ChangeLog: New file.
     192
Note: See TracChangeset for help on using the changeset viewer.