summaryrefslogtreecommitdiffstats
path: root/scripts-ada/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-20 16:01:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-20 16:01:28 +0000
commit1f657157f3acbb183ec0f6146e82fa87ef598bea (patch)
tree2765ca94bf60688b38039e51d585404e02d3e765 /scripts-ada/ChangeLog
parent2002-08-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1f657157f3acbb183ec0f6146e82fa87ef598bea.tar.bz2
2002-08-20 Joel Sherrill <joel@OARcorp.com>
* .cvsignore, ChangeLog, Makefile.am, README, TODO, buildall.in, configure.ac, install-sh, missing, mkbinutilspec.in, mkbspspec.in, mkgdbspec.in, mkgnatnewlibspec.in, mkinstalldirs, mkrpms, mkspec, setup, setup.def, binutils/.cvsignore, binutils/Makefile.am, binutils/binutils.spec.in, gdb/.cvsignore, gdb/Makefile.am, gdb/gdb.spec.in, gnatnewlib/.cvsignore, gnatnewlib/Makefile.am, gnatnewlib/gnatnewlib.spec.in: Per PR238 GNAT support is now included in the main RPM specs which support gcc 3.1 and newer since GNAT is in that source base now.
Diffstat (limited to 'scripts-ada/ChangeLog')
-rw-r--r--scripts-ada/ChangeLog91
1 files changed, 0 insertions, 91 deletions
diff --git a/scripts-ada/ChangeLog b/scripts-ada/ChangeLog
deleted file mode 100644
index 1b325cae32..0000000000
--- a/scripts-ada/ChangeLog
+++ /dev/null
@@ -1,91 +0,0 @@
-2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac:
- AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
- AM_INIT_AUTOMAKE([no-define foreign 1.6]).
- * binutils/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * Makefile.am: Remove AUTOMAKE_OPTIONS.
- * gdb/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * gnatnewlib/Makefile.am: Remove AUTOMAKE_OPTIONS.
-
-2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * .cvsignore: Add autom4te.cache for autoconf > 2.52.
- * configure.in: Remove.
- * configure.ac: New file, generated from configure.in by autoupdate.
-
-2001-09-13 Joel Sherrill <joel@OARcorp.com>
-
- * configure.in: Add RTEMS specific version of EXEEXT test.
- * mkgdbspec.in, mkgnatnewlibspec.in, gdb/gdb.spec.in,
- gnatnewlib/gnatnewlib.spec.in: Change to Target_alias to avoid
- conflicts with new autoconf/automake.
- * setup, setup.def, mkgnatnewlibspec.in: Add gnat_newlib_patch_version
- variable.
- * gnatnewlib/Makefile.am: Add i386-rtemscoff target in attempt to
- build it.
-
-2001-08-16 Joel Sherrill <joel@OARcorp.com>
-
- * setup.def, gnatnewlib/gnatnewlib.spec.in: Modified to properly
- build gnat 3.13p-2 RPMs. These were used to run the ACATS with
- the following results on the powepc-rtems/psim:
- acats4gnat results cz 3 / 4
- acats4gnat results a 75 / 75
- acats4gnat results c2 35 / 35
- acats4gnat results c3 347 / 349
- acats4gnat results c4 333 / 338
- acats4gnat results c5 95 / 95
- acats4gnat results c6 81 / 81
- acats4gnat results c7 47 / 50
- acats4gnat results c8 140 / 140
- acats4gnat results c9 246 / 255
- acats4gnat results ca 73 / 74
- acats4gnat results cb 43 / 43
- acats4gnat results cc 117 / 117
- acats4gnat results cd 172 / 172
- acats4gnat results ce 262 / 268
- acats4gnat results cxa 85 / 85
- acats4gnat results cxb 29 / 30
- acats4gnat results cxc 9 / 16
- acats4gnat results cxd 27 / 39
- acats4gnat results cxe 1 / 1
- acats4gnat results cxf 20 / 20
- acats4gnat results cxg 28 / 29
- acats4gnat results cxh 4 / 4
- acats4gnat results d 4 / 4
- acats4gnat results e 11 / 11
- acats4gnat results l 26 / 26
- This compares favorably with the results on Linux. Laurent
- Guerby's <guerby@acm.org> acats4gnat-0.2 scripts were used
- with minor modifications to support cross testing.
-
-2000-12-08 Joel Sherrill <joel@OARcorp.com>
-
- * setup.def, gnatnewlib/gnatnewlib.in: Modified to pick up
- all GNAT components.
-
-2000-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.in: Remove trailing '/' from RPM_SPECSdir.
-
-2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Remove ACLOCAL_AMFLAGS.
-
-2000-10-18 Joel Sherrill <joel@OARcorp.com>
-
- * setup.def, gdb/gdb.spec.in,gnatnewlib/gnatnewlib.spec.in:
- Updated to reflect gnat 3.13p successfully building.
-
-2000-08-30 Joel Sherrill <joel@OARcorp.com>
-
- * setup.def: Updated to gnat-3.13p and adjusted all versions
- and revisions.
- * gnatnewlib/gnatnewlib.spec.in: Include gcov per gnat 3.13p
- build instructions.
- * NOTE: GNAT 3.13p was not successfully built when this was committed.
-
-2000-08-10 Joel Sherrill <joel@OARcorp.com>
-
- * ChangeLog: New file.