Changeset 7836c1e5 in rtems
- Timestamp:
- Oct 16, 2005, 7:30:45 AM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b4156a3
- Parents:
- 9f5382d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/ChangeLog
r9f5382d r7836c1e5 1 2005-10-16 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * Makefile.am: Merge-in shared/Makefile.am. 4 * ChangeLog: Merge-in shared/ChangeLog. 5 * configure.ac: Remove shared/Makefile.am. 6 1 7 2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org> 2 8 3 9 * configure.ac: Require automake > 1.9. 4 10 5 2004-0 2-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>11 2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org> 6 12 7 * acinclude.m4: Regenerate. 13 * shared/Makefile.am: Remove C_FILES (Unused). 14 15 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 16 17 * shared/console.c: Include <rtems/iosupp.h> instead of <iosupp.h>. 8 18 9 19 2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 10 20 11 21 * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]). 22 * acinclude.m4: Regenerate. 12 23 13 24 2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> … … 20 31 * configure.ac: Require automake >= 1.8, autoconf >= 2.59. 21 32 33 2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 34 35 * shared/Makefile.am: Cosmetics. 36 22 37 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 23 38 24 39 * acinclude.m4: Reflect changes to bootstrap. 25 40 * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP. 41 42 2003-09-04 Joel Sherrill <joel@OARcorp.com> 43 44 * shared/console.c, shared/setvec.c: URL for license changed. 26 45 27 46 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> … … 31 50 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 32 51 33 * Makefile.am : Reflect having moved automake/.52 * Makefile.am, shared/Makefile.am: Reflect having moved automake/. 34 53 35 54 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 36 55 37 * configure.ac: Use rtems-bugs@rtems.com as bug report email address. 56 * configure.ac: Use rtems-bugs@rtems.com as bug report email 57 address. 38 58 39 59 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> … … 44 64 45 65 * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). 66 * configure.ac: AC_PREREQ(2.57). 46 67 47 2003-02- 11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>68 2003-02-03 Joel Sherrill <joel@OARcorp.com> 48 69 49 * configure.ac: AC_PREREQ(2.57). 70 PR 338/filesystem 71 * shared/console.c: Side-effect of fixing reentrancy problem with 72 rtems_io_lookup_name() (API change). 50 73 51 74 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> … … 55 78 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 56 79 57 * .cvsignore: Reformat. 58 Add autom4te*cache. 59 Remove autom4te.cache. 80 * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache. 60 81 61 82 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 62 83 63 * configure.ac:64 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).84 * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS. 85 * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 65 86 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 66 * Makefile.am: Remove AUTOMAKE_OPTIONS.67 87 68 88 2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> … … 70 90 * acinclude.m4: Add gensh4 and simsh4. 71 91 92 2001-10-12 Joel Sherrill <joel@OARcorp.com> 93 94 * shared/console.c, shared/setvec.c: Fixed typo. 95 72 96 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 73 97 74 98 * .cvsignore: Add autom4te.cache for autoconf > 2.52. 99 * configure.ac: New file, generated from configure.in by autoupdate. 75 100 * configure.in: Remove. 76 * configure.ac: New file, generated from configure.in by autoupdate.77 101 78 102 2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> … … 87 111 2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 88 112 89 * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. 113 * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I 114 $(RTEMS_TOPdir)/aclocal. 90 115 91 116 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 92 117 93 * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. 94 Switch toGNU canonicalization.118 * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to 119 GNU canonicalization. 95 120 96 121 2000-08-10 Joel Sherrill <joel@OARcorp.com> 97 122 98 * ChangeLog: New file. 123 * ChangeLog, shared/ChangeLog: New file. 124
Note: See TracChangeset
for help on using the changeset viewer.