summaryrefslogtreecommitdiffstats
path: root/scripts/gnatnewlib (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-05Removed.Joel Sherrill1-249/+0
1999-11-04The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1-44/+6
particular, using bsp.h, or getting information from the BSP which should properly be obtained from RTEMS is forbidden. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. The changes primarily eliminated the need to include bsp.h and peeking at BSP_Configuration. The use of Cpu_table in each BSP needs to be eliminated.
1999-11-04Added first stab at mkgnatnewlib.Joel Sherrill3-0/+627