home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-11 / text0076.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1006 b   |  31 lines

  1. > do that and it works) and I changed dev/ite.c to do the insid-margin =
  2. > 1 thing, also I changed dev/grf_ccreg.h to get the screen height
  3. > right 
  4.  
  5. Tsk.. this "fix" is wrong, really..
  6.  
  7. > during making I also got an error saying something about 2 files in
  8. > /usr/include/sparc/dev/ not found. I tried this with changing sparc to
  9.  
  10. Huh? Oh.. seen.. event.c.. I didn't convert that file, obviously.
  11. Just change all the includes from <xxxx/file.h> into "file.h", and
  12. things should work fine.
  13.  
  14. > Is it possible that it has something to do with the assembler I'm
  15. > using?
  16. > I'm using gas2.2(latest version)? 
  17.  
  18. Yep, that's most certainly the culprit. It's the question whether
  19.   jmp pc@(foo-.+2)
  20. or
  21.   jmp pc@(foo-.)
  22. is the right thing.. Check out locore.s, and remove the +2 from
  23. any such constructs. I still believe it's correct to add 2 here.
  24.  
  25. -Markus
  26. -- 
  27. CHUUG/EUnet Switzerland                Markus Wild
  28. Zweierstrasse 35    Tel: +41 1 291 45 80    mw@eunet.ch
  29. CH-8004 Zuerich        Fax: +41 1 291 46 42    S=mw;P=EUnet;A=EUnet;C=CH
  30.  
  31.