summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2006-03-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-092-1/+5
| | | | * acinclude.m4: Requires autoconf-2.59.
* Add note on Ada.Ralf Corsepius2006-03-091-0/+5
|
* UpdateRalf Corsepius2006-03-092-3/+27
|
* Enable fortran and objcRalf Corsepius2006-03-091-0/+2
|
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-082-1/+8
| | | | | | | 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-085-8/+15
| | | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-0826-13/+66
| | | | * startup/linkcmds: Add .gnu.linkonce.b.* section.
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-084-3/+8
| | | | | * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add .gnu.linkonce.b.* section.
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-084-3/+8
| | | | | * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add .gnu.linkonce.b.* section.
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-084-3/+8
| | | | | * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add .gnu.linkonce.b.* section.
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-082-1/+5
| | | | * shared/startup/linkcmds: Add .gnu.linkonce.b.* section.
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-086-4/+16
| | | | * startup/linkcmds, startup/linkcmds.dl: Add .gnu.linkonce.b.* section.
* 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-083-2/+9
| | | | | * startup/linkcmds, startup/linkcmds.pm520: Add .gnu.linkonce.b.* section.
* 2006-03-08 Joel Sherrill <joel@oarcorp.com>Joel Sherrill2006-03-082-8/+12
| | | | * setup.def: Update tool versions to gcc 4.0.2/newlib 1.14.0
* Deactivate PATCH0 (not required for gcc >= 4.1.0Ralf Corsepius2006-03-081-1/+1
|
* Activate fortran and objcRalf Corsepius2006-03-082-0/+4
|
* Added PR825 reference.Joel Sherrill2006-03-071-1/+2
|
* 2006-03-07 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2006-03-072-1/+13
| | | | | | | 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 Steven Johnson <sjohnson@sakuraindustries.com>Joel Sherrill2006-03-072-3/+44
| | | | | | | | | | | | | 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 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>Joel Sherrill2006-03-073-7/+176
| | | | | | | 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-072-0/+6
| | | | | PR 694/rtems * release_support: Do not include .cvsignore files in release tarballs.
* 2006-03-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>Joel Sherrill2006-03-072-76/+349
| | | | | | | 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.
* Add PRs.Joel Sherrill2006-03-071-5/+5
|
* 2006-03-07 Lars Munch <lars@segv.dk>Joel Sherrill2006-03-072-4/+11
| | | | | | | | | | * 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 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2006-03-072-11/+22
| | | | | | 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-075-8/+49
| | | | | | | | | 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.
* New.Ralf Corsepius2006-03-071-0/+4
|
* Use gcc_rpmvers for subpackage deps.Ralf Corsepius2006-03-076-6/+6
|
* Use %echo instead of %%echo in %expandRalf Corsepius2006-03-071-2/+2
|
* Fix main package name. Update version.Ralf Corsepius2006-03-071-1/+1
|
* Distribute local *.add files.Ralf Corsepius2006-03-075-0/+32
|
* Distribute local *.add files. Reflect having renamed *-libc.add into ↵Ralf Corsepius2006-03-071-2/+9
| | | | *-newlib.add
* Reflect having renamed gcc/*-libc.add into gcc/*-newlib.addRalf Corsepius2006-03-071-1/+2
|
* Renamed into *-newlib.addRalf Corsepius2006-03-072-61/+0
|
* Renamed from *-libc.add to *-newlib.addRalf Corsepius2006-03-072-0/+61
|
* GCC_VERS = 4.1.0Ralf Corsepius2006-03-065-6/+5
|
* Subst gcc_rpmvers for LIB packages.Ralf Corsepius2006-03-065-1/+7
|
* Remove stray blank in %expand to setup rpmvers.Ralf Corsepius2006-03-067-7/+7
|
* Add osversion hackRalf Corsepius2006-03-041-1/+10
|
* Propagate osversion.Ralf Corsepius2006-03-031-1/+1
|
* Add gfortran.Ralf Corsepius2006-03-035-0/+10
| | | | Add objc.
* Remove --sysrootRalf Corsepius2006-03-011-1/+3
|
* gcc-4.1.0 still has issues with mudflap.Ralf Corsepius2006-03-011-2/+2
|
* FormattingJoel Sherrill2006-03-011-9/+9
|
* Add --with-sysroot (Required by GCC-4.1.0)Ralf Corsepius2006-02-281-0/+1
|
* Just "cc" in the clobbered register list for interrupt enable/disable/flashEric Norum2006-02-282-5/+24
| | | | | operations. The "memory" barrier will move the the generic interrupt enable/disable/flash macros.
* Revert to cd'ing into gcc-%{gcc_version} for gcc_updateRalf Corsepius2006-02-271-2/+3
|
* Fix stupid typo.Ralf Corsepius2006-02-252-2/+2
|
* Use gcc_rpmvers to setup Version:Ralf Corsepius2006-02-2510-10/+10
|
* GPL.Ralf Corsepius2006-02-251-0/+1
|