summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump GDB_RPMREL.Ralf Corsepius2009-03-121-1/+1
|
* Add psim/configure.Ralf Corsepius2009-03-121-0/+2151
|
* Conditionally build __assert().Ralf Corsepius2009-03-111-0/+2
|
* Check for __assert().Ralf Corsepius2009-03-111-0/+1
|
* Fix typo.Ralf Corsepius2009-03-111-1/+1
|
* 2009-03-11 Ralf Corsépius <ralfcorsepius@rtems.org>Ralf Corsepius2009-03-111-0/+5
| | | | | * configure.ac: Check of __assert(). * libcsupport/src/__assert.c: Conditionally build __assert().
* Regenerate.Ralf Corsepius2009-03-1113-76/+76
|
* newlib-1.17.0-rtems4.10-20090311.diff.Ralf Corsepius2009-03-1113-13/+13
|
* Bump GCC_RPMREL.Ralf Corsepius2009-03-1113-13/+13
|
* Address __assert etc.Ralf Corsepius2009-03-111-0/+890
|
* 2009-03-10 Eric Norum <norume@aps.anl.gov>Joel Sherrill2009-03-102-8/+13
| | | | | | | * bootcard.c: Swap order of RTEMS Workspace and Malloc Heap. This allows the potential for sbrk() to extend the heap area. This actually is done on PowerPC BSPs with more than 32MB which use dynamic loading.
* Disable sim on mingw32.Ralf Corsepius2009-03-102-3/+8
|
* Disable m32c simulator.Ralf Corsepius2009-03-101-0/+5
|
* Upgrade to gdb-6.8.50Ralf Corsepius2009-03-103-59/+26
|
* 2009-03-10 Ralf Corsépius <ralfcorsepius@rtems.org>Ralf Corsepius2009-03-101-0/+5
| | | | | * configure.ac: Check for creat(). * libcsupport/src/creat.c: Build conditionally.
* Check for creat().Ralf Corsepius2009-03-101-0/+1
|
* Build conditionally.Ralf Corsepius2009-03-101-0/+2
|
* 2009-03-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-03-092-0/+6
| | | | * include/bsp.h: Added missing include.
* 2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>Joel Sherrill2009-03-096-3/+18
| | | | | PR 1391/bsps * startup/spurious.c: Format was %d but had leading 0x.
* 2009-03-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-0912-17/+27
| | | | | | | | | | PR 1376/filesystem * libcsupport/include/rtems/libio.h, libfs/src/dosfs/fat_file.c, libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_file.c, libfs/src/imfs/deviceio.c, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/imfs_fifo.c, libfs/src/imfs/memfile.c, libfs/src/nfsclient/src/nfs.c: lseek handlers should return off_t.
* Update.Ralf Corsepius2009-03-091-2/+123
|
* Bump release.Ralf Corsepius2009-03-094-8/+11
|
* newlib/libc/machine/powerpc/times.c: Remove.Ralf Corsepius2009-03-091-0/+730
|
* 2009-03-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-062-1/+6
| | | | | * score/inline/rtems/score/heap.inl: Use the correct fields and do end - begin.
* With Till, Joel and Eric all trying to fix this file things seemEric Norum2009-03-051-59/+6
| | | | to have been mangled. I believe that the this version fixes things.
* 2009-03-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-03-054-40/+13
| | | | | | | | | | * include/bsp.h, start/start.S, startup/bspstart.c: removed BSP_INIT_STACK_SIZE -- this BSP now also uses __stack defined by the linker script for the initial stack. Removed legacy code (inherited from old mvme2307 BSP but not relevant to this one) that tested trapping into PPCBug.
* 2009-03-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-03-051-0/+6
| | | | | | * startup/misc.c, flash/flashcfg.c, irq/irq_init.c, pci/detect_host_bridge.c: changed function arguments to silence compiler warnings.
* 2009-03-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-03-052-1/+7
| | | | | | * bootcard.c: use aligned heap_start (instead of original heap_start) when calculating default heap size (to take into account loss due to alignment).
* 2009-03-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-03-054-4/+4
| | | | | | * startup/misc.c, flash/flashcfg.c, irq/irq_init.c, pci/detect_host_bridge.c: changed function arguments to silence compiler warnings.
* 2009-03-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-03-053-2/+8
| | | | | | * vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c: fixed function declarations to silence compiler warnings.
* - must return original memory size in *heap_size_p if policy == -1Till Straumann2009-03-051-0/+1
|
* * shared/clock/clock.c: Standard decrementer exception is now moreThomas Doerfler2009-03-052-27/+39
| | | | robust against erroneous external exception disable times.
* 2009-03-05 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-03-052-1/+6
| | | | | * libcsupport/src/malloc_initialize.c: Fixed invalid function parameter.
* 2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-033-150/+25
| | | | * Makefile.am, console/console.c: Use shared polled console framework.
* 2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-035-3/+22
| | | | | * Makefile.am, preinstall.am, include/bsp.h, startup/setvec.c: Now compiles again but applications do not link.
* 2009-03-02 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2009-03-022-5/+64
| | | | | | PR 1375/bsps * clock/clock.c: Correct implementation of nanoseconds since last tick handler.
* 2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-022-6/+4
| | | | * cpu_asm.S: Eliminate extern of unused variables.
* 2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-026-5/+65
| | | | | | | | * libcsupport/src/malloc_initialize.c, score/Makefile.am, score/include/rtems/score/protectedheap.h, score/inline/rtems/score/heap.inl: Get total heap size correct when using unified C Program Heap and RTEMS Workspace. * score/src/pheapgetsize.c: New file.
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-022-4/+10
| | | | | * cdtest/main.cc: Use printk() in global destructors since printf() no longer works.
* 2009-03-02 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill2009-03-026-32/+87
| | | | | | PR 1390/bsps * startup/linkcmds: Fix sections so C++ global constructors and destructors work with late model (>= 4.3) gcc versions.
* 2009-03-02 Ray Xu <rayx.cn@gmail.com>Joel Sherrill2009-03-022-1/+5
| | | | * shared/irq/irq_asm.S: Newer compilers handle alignment better.
* 2009-03-02 Ray Xu <rayx.cn@gmail.com>Joel Sherrill2009-03-022-20/+29
| | | | | PR 1380/bsps * include/bsp.h: Switch to English comments.
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-024-10/+44
| | | | | | | | PR 1388/cpukit * sp09/screen05.c, sp09/screen09.c, sp09/sp09.scn: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-022-1/+12
| | | | | | | PR 1388/cpukit * rtems/src/semcreate.c: Classic Semaphores allow both priority inherit and ceiling attributes to be set on semaphore create. These attributes are mutually exclusive and this should be an error.
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-022-0/+6
| | | | * user/.cvsignore: Add Object ID PDF files.
* 2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-022-1/+5
| | | | * cpu.c: Remove stray semi-colon.
* 2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-273-180/+7
| | | | | * Makefile.am: Remove unnecessary copy of cpu_asm.S * console/Modif_cpu_asm.S: Removed.
* 2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-272-1/+5
| | | | * rtems/score/cpu.h: AVR stack grows down.
* 2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-275-0/+91
| | | | | | | | * posix_users/preface.texi, shell/preface.texi: Add stock acknowledgement paragraphs that are required when excerpting and reusing text from POSIX standards per the agreement at * common/opengroup_manpage_acknowledgement.texi, common/opengroup_preface_acknowledgement.texi: New files.
* Format.Joel Sherrill2009-02-271-0/+1
|