libgloss: bfin: add support for bf592 processors

Import the headers from VisualDSP and add a linker script for them.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Michael Frysinger
2010-10-16 17:06:55 +00:00
parent b1b01f2615
commit 76b10bc44a
8 changed files with 1680 additions and 1 deletions

View File

@ -106,6 +106,8 @@
#include <cdefBF549.h>
#elif defined (__ADSPBF549M__)
#include <cdefBF549M.h>
#elif defined (__ADSPBF592A__)
#include <cdefBF592-A.h>
#else
#error Processor Type Not Supported
#endif
@ -199,6 +201,8 @@
#include <defBF549.h>
#elif defined (__ADSPBF549M__)
#include <defBF549M.h>
#elif defined (__ADSPBF592A__)
#include <defBF592-A.h>
#else
#error Processor Type Not Supported