Commit Graph
18544 Commits
Author SHA1 Message Date
Joel Sherrill bd86290da8 2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b.* section.
2006-03-08 18:51:44 +00:00
Joel Sherrill 7c11146a38 2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
	.gnu.linkonce.b.* section.
2006-03-08 18:51:26 +00:00
Joel Sherrill e46416dfe3 2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
	.gnu.linkonce.b.* section.
2006-03-08 18:51:21 +00:00
Joel Sherrill 84138c1228 2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
	.gnu.linkonce.b.* section.
2006-03-08 18:51:12 +00:00
Joel Sherrill 4ba9e20194 2006-03-08 Joel Sherrill <joel@OARcorp.com>
* shared/startup/linkcmds: Add .gnu.linkonce.b.* section.
2006-03-08 18:50:56 +00:00
Joel Sherrill bb1626a460 2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
2006-03-08 18:49:09 +00:00
Joel Sherrill c8e821cda5 2006-03-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.*
	section.
2006-03-08 18:49:05 +00:00
Joel Sherrill 0577849b86 2006-03-08 Joel Sherrill <joel@oarcorp.com>
* setup.def: Update tool versions to gcc 4.0.2/newlib 1.14.0
2006-03-08 14:10:16 +00:00
Ralf Corsepius f7c8422c0d Deactivate PATCH0 (not required for gcc >= 4.1.0 2006-03-08 09:22:44 +00:00
Ralf Corsepius 73d88d14f9 Activate fortran and objc 2006-03-08 09:21:42 +00:00
Joel Sherrill 27207213de Added PR825 reference. 2006-03-07 22:26:53 +00:00
Joel Sherrill 360d9da616 2006-03-07 Till Strauman <strauman@slac.stanford.edu>
PR 830/filesystem
	* libcsupport/src/termios.c: termios ioctl(FIONREAD) reported wrong
	number of characters. So add chars in low-level/raw buffer to total
	count.
2006-03-07 22:23:15 +00:00
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 9edfeb1505 Import from zlib-1.2.4 2006-03-03 00:34:00 +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