Commit Graph

58 Commits

Author SHA1 Message Date
Graeme Hinchliffe e1ddda6e40 Fixed the broken linking action for symbols who shared the same 8 initial characters in their names. Culprit was symcmp (wacky define in rln.h) which was just WRONG. Removed the define, and replaced with good ole strcmp in lookup().
LinkoVitch
2011-12-29 15:05:04 +00:00
James Hammons d7b0362463 Fixes for verbosity to reloc_segment(). 2011-12-29 09:54:15 +00:00
James Hammons d35d0e7e98 Added more verbosity to reloc_segment(). 2011-12-29 09:39:32 +00:00
James Hammons bc85b83708 More cleanups. :-P 2011-12-28 10:44:17 +00:00
James Hammons ff28769b66 More cleanups. 2011-12-28 09:59:18 +00:00
SCPCD 7f0a3d2213 In "doobject" :
-      strcpy(obj_fname[obj_index], fname);
+      strcpy(obj_fname[obj_index], path_tail(fname));		// SCPCD : get the name of the file instead of all pathname
2011-12-27 14:39:05 +00:00
James Hammons c96d8c10b3 Minor dusting. 2011-12-26 17:59:11 +00:00
James Hammons ef2a73f70f Initial commit. 2011-12-26 17:38:55 +00:00