Commit Graph

12309 Commits

Author SHA1 Message Date
Ralf Corsepius
1a64d3ef03 Increment version 2006-03-10 13:45:05 +00:00
Ralf Corsepius
13501927cc Use %build_infos 2006-03-10 13:44:30 +00:00
Ralf Corsepius
a56035b779 Propagate build_infos to *.spec.ins 2006-03-10 13:40:54 +00:00
Ralf Corsepius
4d3e4476a7 Rework rpmprefix logic.
Add --enable-infos/build_infos.
2006-03-10 06:24:55 +00:00
Ralf Corsepius
0605460afe Add missing comma. 2006-03-10 06:24:23 +00:00
Ralf Corsepius
783e6007ae Add gdb 2006-03-10 06:06:10 +00:00
Ralf Corsepius
81f6a9efbc Add gdb/*.add 2006-03-10 06:04:31 +00:00
Ralf Corsepius
59c3dfeab8 New. 2006-03-10 06:03:39 +00:00
Ralf Corsepius
c2f69fed48 2006-03-10 Add preliminary rtems-gdb specs.
(Immature, incomplete, needs further testing).
2006-03-10 06:03:05 +00:00
Ralf Corsepius
c6bfd5d275 2006-03-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* acinclude.m4: Requires autoconf-2.59.
2006-03-09 06:12:54 +00:00
Ralf Corsepius
64391f129e Add note on Ada. 2006-03-09 05:11:22 +00:00
Ralf Corsepius
f26c821c4a Update 2006-03-09 05:07:57 +00:00
Ralf Corsepius
9b7443ceda Enable fortran and objc 2006-03-09 03:30:37 +00:00
Joel Sherrill
1ff385c214 2006-03-08 Joel Sherrill <joel@OARcorp.com>
PR 761/rtems
	* score/src/threadhandler.c: Add volatile cast so test is weak function
	is present will do something. Otherwise, it can be assume by gcc to
	always be a true condition.
2006-03-08 18:55:45 +00:00
Joel Sherrill
15096905d3 2006-03-08 Joel Sherrill <joel@OARcorp.com>
* itron/macros/rtems/itron/semaphore.inl,
	itron/macros/rtems/itron/task.inl: Fix warnings.
	* posix/macros/rtems/posix/cond.inl: Fix typo.
	* score/macros/rtems/score/heap.inl: Fix missed type change.
2006-03-08 18:53:44 +00:00
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