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-sco386.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  295b  |  11 lines

  1. /* Machine specific defines for the SCO Unix V.3.2 ODT */
  2.  
  3. /* Local labels start with a period.  */
  4. #define LOCAL_LABEL(name) (name[0] == '.' \
  5.                            && (name[1] == 'L' || name[1] == '.'))
  6. #define FAKE_LABEL_NAME ".L0\001"
  7.  
  8. #include "obj-format.h"
  9.  
  10. /* end of te-sco386.h */
  11.