summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/hppa1.1/cpu_asm.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-06-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-271-1/+27
| | | | | | * Makefile.am, cpu.c, cpu_asm.S, rtems.S: Modified to make this all compile again. It has been a while since we have had a semi-working hppa1.1-rtems cross compiler. :)
* 2001-01-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-01-031-0/+1
| | | | | | * rtems/score/cpu.h: Added _CPU_Initialize_vectors(). * cpu_asm.S: Modify to properly dereference _ISR_Vector_table now that it is dynamically allocated.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-141-0/+778
.s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.