Mercurial > ecos
comparison packages/ChangeLog @ 0:3111d98ba7b3 ecos-v1_1-release
Initial commit of eCos version 1.1
| author | jlarmour |
|---|---|
| date | Tue, 11 May 1999 11:16:07 +0000 |
| parents | |
| children | 443894e2e912 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3111d98ba7b3 |
|---|---|
| 1 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 2 PR 17959 | |
| 3 | |
| 4 * targets: Add wallclock and watchdog devices to SIM and powerpc | |
| 5 default configurations. | |
| 6 | |
| 7 1998-10-21 Jesper Skov <jskov@cygnus.co.uk> | |
| 8 | |
| 9 * targets: Define _SOFT_FLOAT for PPC. Workaround for PR 17809. | |
| 10 | |
| 11 1998-10-16 Bart Veer <bartv@cygnus.co.uk> | |
| 12 | |
| 13 * pkgconf.tcl: | |
| 14 Add a check for versions of Tcl older than 8.0, and produce | |
| 15 a sensible error message in those cases. | |
| 16 | |
| 17 Thu Oct 15 08:55:00 1998 John Dallaway <jld@cygnus.co.uk> | |
| 18 | |
| 19 * customers: | |
| 20 Fix typo in prebuilts for `public' customer. | |
| 21 | |
| 22 Wed Oct 14 15:50:34 1998 Tim Goodwin <tgoodwin@cygnus.co.uk> | |
| 23 | |
| 24 * customers: | |
| 25 Add prebuilts for `public' customer. | |
| 26 | |
| 27 Tue Oct 13 17:10:46 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 28 | |
| 29 * targets: | |
| 30 Add -Wl,-static to link flags, since the up-and-coming | |
| 31 toolchains after 1.1 will require it. In particular anyone | |
| 32 using the latest devo compilers needs it. | |
| 33 | |
| 34 Tue Oct 13 14:52:50 1998 Tim Goodwin <tgoodwin@cygnus.co.uk> | |
| 35 | |
| 36 * pkgconf.tcl: | |
| 37 Fix missing package name that causes bogus error message. | |
| 38 | |
| 39 1998-10-12 Jesper Skov <jskov@cygnus.co.uk> | |
| 40 | |
| 41 * targets: added -ffunction-sections and -fdata-sections for | |
| 42 powerpc. | |
| 43 | |
| 44 Mon Oct 12 18:52:35 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 45 | |
| 46 * targets: | |
| 47 Add -Winline back into ERRFLAGS for tx39 | |
| 48 For PR 17319 | |
| 49 | |
| 50 1998-10-08 Gary Thomas <gthomas@penang.cygnus.co.uk> | |
| 51 | |
| 52 * packages: | |
| 53 * targets: | |
| 54 Add support for new architecture. | |
| 55 | |
| 56 1998-10-06 John Dallaway <jld@cygnus.co.uk> | |
| 57 | |
| 58 * customers: | |
| 59 Make the PowerPC architecture part of the public release. | |
| 60 | |
| 61 1998-09-25 Bart Veer <bartv@cygnus.co.uk> | |
| 62 | |
| 63 * pkgconf.tcl: | |
| 64 PR 17485: as a temporary workaround header files in the install | |
| 65 tree are now always deleted. This is a sub-optimal solution since | |
| 66 it may cause unnecessary rebuilds of the system and of application | |
| 67 code, but it is safe. A correct solution would require much more | |
| 68 work. | |
| 69 | |
| 70 1998-09-18 Bart Veer <bartv@cygnus.co.uk> | |
| 71 | |
| 72 * pkgconf.tcl: The argument parsing code no longer tries to be | |
| 73 clever when parsing pathnames. Any string is accepted, and if the | |
| 74 filename happens to be illegal then this should result in a | |
| 75 reasonable error message when generating the build tree. | |
| 76 | |
| 77 Thu Sep 17 17:33:44 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 78 | |
| 79 * targets: TX39 doesn't support GDB_DEVICE. | |
| 80 | |
| 81 Tue Sep 15 19:38:55 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 82 | |
| 83 * targets: | |
| 84 Removed -Winline for tx39 target since this toolchain produces | |
| 85 warnings specific to it about not being able to inline functions | |
| 86 that return something more than 32 bits. | |
| 87 | |
| 88 Tue Sep 15 19:11:20 1998 David Moore <dsm@keema.cygnus.co.uk> | |
| 89 | |
| 90 * pkgconf.tcl: Cleaned up comments. | |
| 91 | |
| 92 Tue Sep 15 13:49:06 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 93 | |
| 94 * targets: Cleaned up powerpc lines. | |
| 95 | |
| 96 1998-09-14 Bart Veer <bartv@cygnus.co.uk> | |
| 97 | |
| 98 * pkgconf.tcl: | |
| 99 Fixes for PR 17286. After the earlier fixes for PR 17195 pkgconf | |
| 100 had started deleting the makefile.deps files even when it was | |
| 101 not always appropriate to do so. Now makefile.deps files only | |
| 102 get deleted if there has been a change to the configuration's | |
| 103 set of packages. Whenever there is such a change the file | |
| 104 pkgconf/pkgconf.mak gets updated, which should cause everything | |
| 105 to be rebuilt and new makefile.deps files to be generated. | |
| 106 | |
| 107 1998-09-11 Bart Veer <bartv@cygnus.co.uk> | |
| 108 | |
| 109 * packages: | |
| 110 Added more useful aliases for the watchdog and wallclock devices. | |
| 111 | |
| 112 * pkgconf.tcl: | |
| 113 Fixes for PR 17195. | |
| 114 When it becomes necessary to clean out the build tree, | |
| 115 the generated makefile.deps files are now removed as well. | |
| 116 It was possible for these files to reference headers that | |
| 117 are no longer in the configuration. | |
| 118 When a package was disabled and then re-enabled, the | |
| 119 generated makefiles for the include directories would believe | |
| 120 incorrectly that the install/include directory was up to date | |
| 121 because of .stamp files. These generated makefiles no longer | |
| 122 rely on .stamp files for correct operation to avoid any | |
| 123 such problems. | |
| 124 | |
| 125 * targets: | |
| 126 All individual device drivers are now disabled when using | |
| 127 the simulator HAL packages. | |
| 128 | |
| 129 1998-09-08 Bart Veer <bartv@cygnus.co.uk> | |
| 130 | |
| 131 * pkgconf.tcl (pkgconf::produce_misc_files): | |
| 132 * pkgconf/makrules.prv: | |
| 133 * pkgconf/makrules.tst: | |
| 134 * pkgconf/makrules.src: | |
| 135 Allow per-package make rules, for use by configuration tool. | |
| 136 | |
| 137 Tue Sep 8 14:40:57 1998 Tim Goodwin <tgoodwin@cygnus.co.uk> | |
| 138 | |
| 139 * targets: | |
| 140 Turn on selective linking for TX39. Remove `-fno-builtin'. | |
| 141 | |
| 142 Mon Sep 7 18:24:07 1998 Hugo Tyson <hmt@cygnus.co.uk> | |
| 143 | |
| 144 * targets: | |
| 145 Add -finit-priority to mn10300 and tx39 for it is no longer the | |
| 146 default, with our latest lovely tools. | |
| 147 | |
| 148 1998-09-04 Bart Veer <bartv@cygnus.co.uk> | |
| 149 | |
| 150 * pkgconf.tcl: pkgconf::get_current_packages { } | |
| 151 Hardware packages which were inappropriate for the current target | |
| 152 but still explicitly enabled by the user were being ignored. In | |
| 153 such cases the user should be able to override the settings. | |
| 154 | |
| 155 <pkgconf/system.h> now contains #undef's for packages that are not | |
| 156 present. | |
| 157 | |
| 158 1998-09-03 Bart Veer <bartv@cygnus.co.uk> | |
| 159 | |
| 160 * targets: | |
| 161 The tx39 simulator platform should not have the serial device | |
| 162 enabled. | |
| 163 | |
| 164 * pkgconf.tcl: | |
| 165 Changed the output of --pkgdata to match the needs of the | |
| 166 configuration tool. | |
| 167 | |
| 168 Thu Sep 3 15:13:42 1998 Tim Goodwin <tgoodiwn@cygnus.co.uk> | |
| 169 | |
| 170 * packages: | |
| 171 | |
| 172 s/panx/mn10300/g | |
| 173 | |
| 174 1998-09-03 Bart Veer <bartv@cygnus.co.uk> | |
| 175 | |
| 176 * pkgrelease.tcl: | |
| 177 Updated to cope with the HAL packages no longer being special. | |
| 178 Also tidied up some of the Tcl code and removed a few references | |
| 179 to ecc. | |
| 180 | |
| 181 1998-09-02 Bart Veer <bartv@cygnus.co.uk> | |
| 182 | |
| 183 * packages: | |
| 184 Changed a few aliases, to improve consistency. | |
| 185 | |
| 186 * pkgconf.tcl: | |
| 187 Added Windows-specific support for pathnames with spaces. | |
| 188 | |
| 189 * pkgconf.tcl: | |
| 190 * targets: | |
| 191 * packages: | |
| 192 Changed the way HAL packages are handled. At the same time, | |
| 193 improved the handling of device driver packages. | |
| 194 | |
| 195 Wed Sep 2 11:38:58 1998 Tim Goodwin <tgoodwin@cygnus.co.uk | |
| 196 | |
| 197 * everything: global change to update copyright notice, etc. | |
| 198 | |
| 199 | |
| 200 Mon Aug 31 11:24:25 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 201 | |
| 202 * targets: Added -finit-priority to PowerPC CXX flags. | |
| 203 | |
| 204 Mon Aug 31 11:21:10 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 205 | |
| 206 * targets: Added -finit-priority to PowerPC CXX flags. | |
| 207 | |
| 208 1998-08-27 Bart Veer <bartv@cygnus.co.uk> | |
| 209 | |
| 210 * pkgconf.tcl: Fix read_save_file() to report the filename | |
| 211 correctly. | |
| 212 | |
| 213 1998-08-25 Bart Veer <bartv@cygnus.co.uk> | |
| 214 | |
| 215 * pkgconf.tcl: Fix definitions of array variables to work with Tcl | |
| 216 8.1 | |
| 217 | |
| 218 Mon Aug 24 17:44:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 219 | |
| 220 * packages: | |
| 221 Change capitalisation of error package alias | |
| 222 | |
| 223 1998-08-18 Nick Garnett <nickg@cygnus.co.uk> | |
| 224 | |
| 225 * packages: Added "HAL Common" package. | |
| 226 | |
| 227 Mon Aug 17 22:31:58 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 228 | |
| 229 * pkgconf/makrules.tst, pkgconf/makrules.prv: | |
| 230 Remove all -ltarget and -lgcc as we now specify them in the HAL | |
| 231 linker scripts | |
| 232 | |
| 233 Thu Aug 13 15:35:16 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 234 | |
| 235 * pkgconf/makrules.prv, pkgconf/makrules.tst: | |
| 236 Add extra -ltarget as libgcc needs to have symbols resolved from | |
| 237 the C library | |
| 238 | |
| 239 1998-07-31 Nick Garnett <nickg@cygnus.co.uk> | |
| 240 | |
| 241 * packages: Added watchdog device. | |
| 242 | |
| 243 Mon Jul 27 19:36:53 BST 1998 Chris Provenzano <proven@cygnus.com> | |
| 244 | |
| 245 * packages: Added gdb pseudo device. | |
| 246 | |
| 247 1998-07-23 Bart Veer <bartv@cygnus.co.uk> | |
| 248 | |
| 249 * pkgconf.tcl: added new argument --pkgdata for internal use only. | |
| 250 This results in a program-friendly listing of the available | |
| 251 packages. | |
| 252 | |
| 253 * Start of consistent usage of ChangeLog files throughout the | |
| 254 project | |
| 255 | |
| 256 //=========================================================================== | |
| 257 //####COPYRIGHTBEGIN#### | |
| 258 // | |
| 259 // ------------------------------------------- | |
| 260 // The contents of this file are subject to the Cygnus eCos Public License | |
| 261 // Version 1.0 (the "License"); you may not use this file except in | |
| 262 // compliance with the License. You may obtain a copy of the License at | |
| 263 // http://sourceware.cygnus.com/ecos | |
| 264 // | |
| 265 // Software distributed under the License is distributed on an "AS IS" | |
| 266 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 267 // License for the specific language governing rights and limitations under | |
| 268 // the License. | |
| 269 // | |
| 270 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 271 // September 30, 1998. | |
| 272 // | |
| 273 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 274 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved. | |
| 275 // ------------------------------------------- | |
| 276 // | |
| 277 //####COPYRIGHTEND#### | |
| 278 //=========================================================================== |
