Commit Graph

12131 Commits

Author SHA1 Message Date
Joel Sherrill
77b0a73e14 2006-03-07 Steven Johnson <sjohnson@sakuraindustries.com>
PR 850/rtems
	* score/src/watchdogtickle.c: A Watchdog (used to timeout an event)
	with a delay of 1 sometimes does not seem to timeout.  The problem
	occurs, because for whatever reason when the watchdog tickle function
	executes, the watchdog->delta_interval is 0. it is then decremented
	before being tested, becomes huge and so doesnt time out.  It is
	thought there is a race condition where the watchdog->delta_interval
	is calculated by reference to a head (also with a delay of 1). But
	before it can be added after the head, the head is removed, so the
	new head now has a delay of 0.
2006-03-07 22:10:35 +00:00
Joel Sherrill
d5ed9e1fe2 2006-03-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
PR 853/filesystem
	* libchip/ide/ata.c, libchip/ide/ide_controller.c: The ata driver
	should be modified to support the new exception scheme and to use the
	handle parameter.
2006-03-07 22:05:22 +00:00
Joel Sherrill
bea51c0df4 2006-03-07 Joel Sherrill <joel@OARcorp.com>
PR 694/rtems
	* release_support: Do not include .cvsignore files in release tarballs.
2006-03-07 21:59:07 +00:00
Joel Sherrill
0ebfac198c 2006-03-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
PR 852/filesystem
	* libblock/src/bdbuf.c: Increase performance of MSDOS file accesses by
	using a simple read-ahead and write-combining scheme. Improvement is
	dramatic.
2006-03-07 21:26:23 +00:00
Joel Sherrill
ab8394f6e1 Add PRs. 2006-03-07 21:07:25 +00:00
Joel Sherrill
75bf564ba1 2006-03-07 Lars Munch <lars@segv.dk>
* at91rm9200/clock/clock.c: The clock tick is not very precise on
	at91rm9200. The attached patch improves the situation by:
	  (1) Not reloading the "period interval timer" register in the
	      interrupt handler since this is done automatically.
	  (2) Use integer rounding in the calculation of the "period interval
	      timer" register value to get as close as posible to the
	      CONFIGURE_MICROSECONDS_PER_TICK value.
2006-03-07 21:05:28 +00:00
Joel Sherrill
d3490f2756 2006-03-07 Till Strauman <strauman@slac.stanford.edu>
PR 886/filesystem
	* libcsupport/src/libio.c: fcntl(fd,F_GETFL) fails to set O_NONBLOCK if
	the descriptor is in non-blocking mode.
2006-03-07 21:02:45 +00:00
Joel Sherrill
f0ad529d28 2006-03-07 Joel Sherrill <joel@OARcorp.com>
PR 866/rtems
	* score/include/rtems/system.h, score/include/rtems/score/isr.h,
	score/inline/rtems/score/thread.inl,
	score/macros/rtems/score/thread.inl: Added memory barriers to enter
	and exit of dispatching and interrupt critical sections so GCC will
	not optimize and reorder code out of a critical section.
2006-03-07 20:47:53 +00:00
Ralf Corsepius
a03debd591 New. 2006-03-07 14:03:01 +00:00
Ralf Corsepius
c429c0167d Use gcc_rpmvers for subpackage deps. 2006-03-07 13:42:57 +00:00
Ralf Corsepius
027c603b01 Use %echo instead of %%echo in %expand 2006-03-07 09:02:11 +00:00
Ralf Corsepius
9087b7c427 Fix main package name. Update version. 2006-03-07 05:28:35 +00:00
Ralf Corsepius
6eba5919ad Distribute local *.add files. 2006-03-07 05:26:26 +00:00
Ralf Corsepius
01667397f8 Distribute local *.add files. Reflect having renamed *-libc.add into *-newlib.add 2006-03-07 05:26:08 +00:00
Ralf Corsepius
29ffb1e7d0 Reflect having renamed gcc/*-libc.add into gcc/*-newlib.add 2006-03-07 05:24:02 +00:00
Ralf Corsepius
d11d10fea4 Renamed into *-newlib.add 2006-03-07 03:29:13 +00:00
Ralf Corsepius
2c7efaa78b Renamed from *-libc.add to *-newlib.add 2006-03-07 03:26:23 +00:00
Ralf Corsepius
ab163629c4 GCC_VERS = 4.1.0 2006-03-06 15:43:10 +00:00
Ralf Corsepius
5c8f5f666e Subst gcc_rpmvers for LIB packages. 2006-03-06 15:36:59 +00:00
Ralf Corsepius
c04a610347 Remove stray blank in %expand to setup rpmvers. 2006-03-06 05:55:02 +00:00
Ralf Corsepius
503be14a07 Add osversion hack 2006-03-04 06:04:34 +00:00
Ralf Corsepius
a3ba1e2df8 Propagate osversion. 2006-03-03 16:58:51 +00:00
Ralf Corsepius
82e0551955 Add gfortran.
Add objc.
2006-03-03 16:56:57 +00:00
Ralf Corsepius
6355f045f7 Remove --sysroot 2006-03-01 16:43:29 +00:00
Ralf Corsepius
d257306645 gcc-4.1.0 still has issues with mudflap. 2006-03-01 16:42:51 +00:00
Joel Sherrill
32ecfd6f2e Formatting 2006-03-01 15:24:12 +00:00
Ralf Corsepius
87f443ccbf Add --with-sysroot (Required by GCC-4.1.0) 2006-02-28 23:09:54 +00:00
Eric Norum
f7842ce207 Just "cc" in the clobbered register list for interrupt enable/disable/flash
operations.  The "memory" barrier will move the the generic interrupt
enable/disable/flash macros.
2006-02-28 20:50:03 +00:00
Ralf Corsepius
e25d8c9932 Revert to cd'ing into gcc-%{gcc_version} for gcc_update 2006-02-27 18:03:23 +00:00
Ralf Corsepius
2f9c5897c1 Fix stupid typo. 2006-02-25 04:52:44 +00:00
Ralf Corsepius
740d82400d Use gcc_rpmvers to setup Version: 2006-02-25 04:50:13 +00:00
Ralf Corsepius
2aba80d3f1 GPL. 2006-02-25 03:28:52 +00:00
Ralf Corsepius
975e0f75cb Add my Copyright blurb. 2006-02-25 03:27:17 +00:00
Ralf Corsepius
00565e47b7 New. 2006-02-25 03:23:34 +00:00
Ralf Corsepius
c046309100 Use %{_builddir}/%{name}-%{gcc_rpmvers}/find-* to work around rpmbuild screwing up on %version. 2006-02-24 15:46:17 +00:00
Ralf Corsepius
5e52a84c07 Invoke gcc-%{gcc_version}/configure 2006-02-24 15:28:02 +00:00
Ralf Corsepius
06fb9c3cb3 Add @PREP@, remove RTEMS version magic 2006-02-24 15:27:07 +00:00
Ralf Corsepius
102c87614a Add gcc-prep.add 2006-02-24 15:24:03 +00:00
Ralf Corsepius
255d47699a Remove no-define foreign from AM_INIT_AUTOMAKE. 2006-02-24 15:20:39 +00:00
Ralf Corsepius
ef607c607d New. 2006-02-24 15:04:25 +00:00
Ralf Corsepius
61b0cc6deb Allow shared libgfortran 2006-02-24 07:26:51 +00:00
Eric Norum
7f7298c468 Changes from Daron Chabot 2006-02-23 21:05:16 +00:00
Ralf Corsepius
0d0560a10e Cosmetics. 2006-02-22 13:02:32 +00:00
Ralf Corsepius
c8956fd7e9 Use gcc_version instead of %version, to work around rpm screwing up on %version in mixed-versioned packages. 2006-02-22 11:54:10 +00:00
Ralf Corsepius
70aecfc3a7 Run make install-info to get the newlib infos 2006-02-22 11:52:41 +00:00
Ralf Corsepius
323f1783de Cleanup comment on vxaddr2line. 2006-02-22 07:48:31 +00:00
Ralf Corsepius
7afdf54cf3 Add ",g" in sed call to propagate _prefix to brp-compress. 2006-02-22 07:45:45 +00:00
Ralf Corsepius
c2dade879e Correct /-handling 2006-02-22 06:35:50 +00:00
Ralf Corsepius
c18cad7c9d Remove. 2006-02-22 03:03:29 +00:00
Ralf Corsepius
4af30d8e58 Remove 2006-02-22 02:59:55 +00:00