summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make all BSPs use the same rules for invoking gcc and g++ to link an ↵Joel Sherrill2008-03-0673-917/+180
| | | | application. Share as much logic as possible for .num file and size information. Let BSPs provide custom rules to tranform executable from linked .exe to downloadable RTEMS Application Loadable File (RALF) .ralf file.
* Switch back to old GCC_RPMREL versioning scheme.Ralf Corsepius2008-03-064-4/+4
|
* Bump version.Ralf Corsepius2008-03-061-1/+1
|
* Use binutils-2.18-rtems4.9-20080211.diff.Ralf Corsepius2008-03-064-4/+4
|
* New.Ralf Corsepius2008-03-061-0/+89
|
* Preps for gcc-4.3.0 final.Ralf Corsepius2008-03-0618-45/+45
|
* Sync with freebsd7.0.Ralf Corsepius2008-03-061-3/+3
|
* Upgrade to binutils-2.18.Ralf Corsepius2008-03-064-10/+8
| | | | | Upgrade to gcc-4.2.3. Activate objc.
* Require gmp and mpfr for gcc > 4.2.0 fortran.Ralf Corsepius2008-03-061-0/+7
|
* 2007-03-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-03-063-13/+84
| | | | | | | | | | * start/start.S, startup/bspstart.c: disable memory-select errors early (in start.S) to avoid hangs due to speculative memory access (motload maps absent memory in TLBs). Remove TLB mappings for which no physical memory is installed (bspstart). Enable HID1[RFXE] so that 'core_fault_in' errors result in a machine-check rather than stalling the machine. Re-enable memory-select errors at this point.
* 2007-03-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-03-062-0/+5
| | | | * Makefile.am: add e500/mmu.rel to libbsp_a_LIBADD.
* 2008-03-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-03-062-1/+6
| | | | | * new-exceptions/bspsupport/ppc_exc_asm_macros.h: bugfix; need to andc with irq mask when disabling interrupts.
* Sync with the freebsds.Ralf Corsepius2008-03-052-5/+5
|
* 2008-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-03-052-2/+6
| | | | * score/include/rtems/score/copyrt.h: Update year.
* 2008-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-03-052-0/+14
| | | | | * libcsupport/src/gxx_wrappers.c: Add rtems_gxx_mutex_destroy as needed by gcc newer than the 4.3 release series.
* Abandon freebsd6.1.Ralf Corsepius2008-03-052-4/+0
|
* Abandon.Ralf Corsepius2008-03-0511-263/+0
|
* Add freebsd6.3, freebsd7.0Ralf Corsepius2008-03-052-1/+10
|
* 2008-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-03-0520-48/+683
| | | | | | | | | | | | | | | * libmisc/Makefile.am, libmisc/shell/main_cp.c, libmisc/shell/main_cpuuse.c, libmisc/shell/main_date.c, libmisc/shell/main_mallocinfo.c, libmisc/shell/main_netstats.c, libmisc/shell/main_perioduse.c, libmisc/shell/main_stackuse.c, libmisc/shell/main_wkspaceinfo.c, libmisc/shell/print_heapinfo.c, libmisc/shell/shell.c, libmisc/shell/shell.h, libmisc/shell/shell_makeargs.c, libmisc/shell/shellconfig.c, libmisc/shell/shellconfig.h, libmisc/shell/write_file.c: Add initial capability to automatically execute a script from the filesystem. Add echo command from NetBSD and sleep command. * libmisc/shell/main_echo.c, libmisc/shell/main_sleep.c, libmisc/shell/shell_script.c: New files.
* New.Ralf Corsepius2008-03-0522-0/+533
|
* Abandon freebsd6.0Ralf Corsepius2008-03-052-4/+0
|
* Abandon.Ralf Corsepius2008-03-0523-535/+0
|
* Abandon freebsd5.2Ralf Corsepius2008-03-052-4/+0
|
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-032-24/+8
| | | | | * gdbstub/rtems-stub-glue.c: Update to use the new rtems_object_get_name() service. This simplified the code a bit.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-034-3/+9
| | | | | | * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-033-2/+8
| | | | | | * startup/linkcmds, startup/linkcmds.sim: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-0384-43/+253
| | | | | * startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-032-1/+6
| | | | | * shared/startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-034-3/+9
| | | | | | * startup/linkcmds, startup/linkcmds.hsc_cm01, startup/linkcmds.mpc8349eamds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-035-4/+10
| | | | | | * startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.icecube, startup/linkcmds.pm520: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-033-2/+8
| | | | | | * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-038-6/+18
| | | | | | * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-033-2/+8
| | | | | | * startup/linkcmds, startup/linkcmds.flash: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* 2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-03-034-3/+9
| | | | | | * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
* Add *_ARG to getopt.c.Ralf Corsepius2008-03-031-49/+59
|
* Regenerate.Ralf Corsepius2008-03-0311-22/+76
|
* Bump GCC_RPMREL = 10.20080301.2%{?dist}.Ralf Corsepius2008-03-039-9/+9
|
* Bump GCC_RPMREL = 10.1%{?dist}.Ralf Corsepius2008-03-031-1/+1
|
* Bump GCC_RPMREL = 7%{?dist}.Ralf Corsepius2008-03-031-1/+1
|
* Update to newlib-1.16.0-rtems4.9-20080302.diff.Ralf Corsepius2008-03-0311-11/+11
|
* Add getopt*_r.Ralf Corsepius2008-03-031-0/+1793
|
* Regenerate.Ralf Corsepius2008-03-029-27/+27
|
* Update to gcc-4.3.0-RC-20080301.Ralf Corsepius2008-03-0218-27/+27
|
* 2008-02-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-292-0/+212
| | | | * shell/general.t: Add sleep and echo commands.
* 2008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-297-17/+382
| | | | | | | | * shell/.cvsignore, shell/Makefile.am, shell/memory.t, shell/preface.texi, shell/shell.texi: Added much information the Preface. Created initial version of Configuration and Intialization chapter. Links are now complete from start to end of manual. * shell/confinit.t: New file.
* 2008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-283-28/+276
| | | | | * shell/file.t, shell/network.t: Document more commands and provide more examples.
* 2008-02-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-282-1/+7
| | | | | * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc 4.3.x.
* 2008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-2810-58/+133
| | | | | | | | | | | | | | * itron/include/rtems/itron/task.h, itron/src/cre_tsk.c, posix/src/pthreadcreate.c, rtems/src/taskcreate.c, rtems/src/taskdelete.c, rtems/src/timerserver.c, score/src/threadclose.c, score/src/threadcreateidle.c, score/src/threadinitialize.c: Switch task create and delete operations to using API Allocator Mutex. This moves almost all uses of the RTEMS Workspace from dispatching disabled to mutex protected which should improve deterministic behavior. The implementation was carefully done to allow task create and delete extensions to invoke more services. In particular, a task delete extension should be able to do mutex and file operations.
* 2008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-282-2/+7
| | | | | * libmisc/Makefile.am: Turn on NFS mount support when networking is enabled.
* 2008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-282-4/+9
| | | | * libcsupport/src/chroot.c: Formatting.