summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (unfollow)
Commit message (Expand)AuthorFilesLines
1998-04-15Transitioned to shared bsp_libc_init() and cleaned up comments.Joel Sherrill63-1435/+604
1998-04-15Per suggestion from Eric Norum, went from one initial extension setJoel Sherrill26-339/+0
1998-04-14Ralf Corsepius suggested a way to get rid of UNIX compiler files and use gcc-...Joel Sherrill1-1/+1
1998-04-14Stack checker extension now accounted for in confdefs.hJoel Sherrill27-201/+3
1998-04-14Now accounts for region used by RTEMS malloc and extension usedJoel Sherrill26-400/+0
1998-04-14Removed recursive call to exitJoel Sherrill1-2/+0
1998-04-14Moved bspclean from assembly to C and made exit act properly.Joel Sherrill2-2/+19
1998-04-14new fileJoel Sherrill3-6/+54
1998-04-14Removed delay macroJoel Sherrill1-16/+0
1998-04-14removed shmsuppJoel Sherrill1-1/+1
1998-04-14Corrected commentJoel Sherrill1-3/+2
1998-04-14new filesJoel Sherrill35-0/+3397
1998-03-30Moved bsp_postdriver_hook() to a shared file and made it a commonJoel Sherrill47-666/+118
1998-03-30Renamed crt0.o to crt0_go32.o to avoid build problems.Joel Sherrill1-1/+1
1998-03-30Update from "erik.ivanenko" <erik.ivanenko@utoronto.ca>.Joel Sherrill12-130/+1432
1998-03-25Moved memcpy to newlib/libc/machine/m68kJoel Sherrill1-1/+1
1998-03-25m68k software interrupt stack support from Chris Johns and Eric Norum.Joel Sherrill2-4/+4
1998-03-25Corrected definition of main and boot_card to be more ANSI compliant.Joel Sherrill1-3/+5
1998-03-24Rename hppa1_1 to hppa1.1 and switched to using __XXX__ macros forJoel Sherrill4-17/+17
1998-03-24new fileJoel Sherrill1-0/+54
1998-03-23Converted to conditionally uses strerr code to better work with glibc2.Joel Sherrill2-8/+21
1998-03-23Patches from Eric Norum:Joel Sherrill9-174/+85
1998-03-21Added BSP specific start since it had become VERY complex to attemptJoel Sherrill3-1/+325
1998-03-21Switch to using a shared main() for all of the embedded BSPsJoel Sherrill68-459/+186
1998-03-20Fixed typo.Joel Sherrill2-2/+2
1998-03-20New port from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2-0/+114
1998-03-20SH port submitted from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill13-0/+1248
1998-02-23Patch from Eric Norum:Joel Sherrill1-1/+1
1998-02-19Patch from Eric Norum:Joel Sherrill1-36/+42
1998-02-17updated copyright to 1998Joel Sherrill251-251/+251
1998-02-17Added .eh_frame, C++ constructor, and C++ destructor sections.Joel Sherrill17-1/+251
1998-02-11Incorporated Ralf Corsepius' idea for new -q flags to properly supportJoel Sherrill20-40/+142
1998-02-11Don't install tools using variant name.Joel Sherrill1-1/+1
1998-02-06Problem report from Brian Cuthie regarding incorrect calculationJoel Sherrill1-1/+2
1998-02-03Corrected spelling error so interrupt driven console would work.Joel Sherrill1-2/+2
1998-01-30Big patch form Ralf Corsepius described in this email:Joel Sherrill203-812/+406
1998-01-30Corrected Linux port for glibc2Joel Sherrill1-1/+1
1998-01-27Fixed missing carriage return at the bottom of the file reportedJoel Sherrill1-1/+0
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill1-3/+0
1998-01-23Added information about multilib problems.Joel Sherrill1-0/+8
1998-01-22Added some GRUB information from Phil Wilshire.Joel Sherrill1-0/+12
1998-01-20Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill203-219/+204
1998-01-16Ralf Corsepius reported a number of missing CVS Id's:Joel Sherrill38-108/+176
1998-01-06Updates from Eric Norum. Changed CPU CFLAG and went to a common nameJoel Sherrill1-150/+112
1997-12-22Fixes from Eric Norum. C++ support added in previous version was broken:Joel Sherrill3-291/+272
1997-12-22Corrected prototypes for all termios console write driver entries toJoel Sherrill3-4/+4
1997-12-20Moved -qnolinkcmds option so arguments passed on the command line areJoel Sherrill19-38/+38
1997-12-20Update from Eric Norum to include C++ support.Joel Sherrill3-239/+281
1997-12-19Modified bsp_specs per Eric Norum's suggestion to handle -qnolinkcmdsJoel Sherrill19-19/+19
1997-12-10Modified a lot of files to take a first cut at supporting building fromJoel Sherrill203-204/+813