Files
rtems/c/src/lib/libbsp/powerpc/shared/vectors/README.deprecated
Till Straumann 3aff05fbd3 2007-12-10 Till Straumann <strauman@slac.stanford.edu>
* shared/vectors/README.deprecated, shared/irq/README.deprecated:
	added READMEs stating that certain files should not be
	copy/paste/modified when creating new BSPs. New BSPs
	are encouraged to use the new library under
	libcpu/powerpc/new-exceptions/bspsupport.
2007-12-11 05:38:44 +00:00

15 lines
324 B
Plaintext

The files in this directory (vectors.S, vectors.h, vectors_init.c)
are DEPRECATED.
DO NOT COPY/MODIFY FOR NEW BSPs
as this has created major maintenance headache.
Consider using the library in
libcpu/powercp/new-exceptions/bspsupport/
which implements the same functionality in a
(hopefully) generic way.
T.S., 12/2007