home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / binutils-2.7-src.tgz / tar.out / fsf / binutils / gas / config / te-psos.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  530b  |  23 lines

  1. /*
  2.  * This file is te-psos.h for embedded systems running pSOS.
  3.  * Contributed by Martin Anantharaman (martin@mail.imech.uni-duisburg.de)
  4.  */
  5.  
  6. #define TE_PSOS
  7.  
  8. /* Added these, because if we don't know what we're targetting we may
  9.    need an assembler version of libgcc, and that will use local
  10.    labels.  */
  11.  
  12. #define LOCAL_LABELS_DOLLAR 1
  13. #define LOCAL_LABELS_FB 1
  14.  
  15. /* This makes GAS more versatile and blocks some ELF'isms in
  16.    tc-m68k.h. */
  17.  
  18. #define REGISTER_PREFIX_OPTIONAL 1
  19.  
  20. #include "obj-format.h"
  21.  
  22. /* end of te-psos.h */
  23.