home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / emacs-19.16 / src / s / sunos4shr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-27  |  721 b   |  25 lines

  1. #include "sunos4-1.h"
  2.  
  3. /* Say that the text segment of a.out includes the header;
  4.    the header actually occupies the first few bytes of the text segment
  5.    and is counted in hdr.a_text.  */
  6.  
  7. /*  Misleading!  Actually gets loaded after crt0.o */
  8. #define START_FILES pre-crt0.o
  9.  
  10. /*
  11.  *  Kludge!  can't get at symbol "start" in std crt0.o
  12.  *  Who the #$%&* decided to remove the __ characters!
  13.  *  Someone needs to fix this in sysdep.c  with an #ifdef BROKEN_START in
  14.  * sysdep.c.  We do not use this address so any value should do really.  Still
  15.  *  may need it in the future?
  16.  */
  17. #define BROKEN_START
  18. #define TEXT_START 0x2020
  19.  
  20. #define UNEXEC    unexsunos4.o
  21. #define RUN_TIME_REMAP
  22. #define LINKER cc
  23.  
  24. #undef LD_SWITCH_SYSTEM
  25.