First finished implementation of the condes feature
git-svn-id: svn://svn.cc65.org/cc65/trunk@456 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -36,10 +36,10 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
/* common */
|
||||
#include "xmalloc.h"
|
||||
|
||||
|
||||
/* ld65 */
|
||||
#include "global.h"
|
||||
#include "error.h"
|
||||
@@ -140,7 +140,7 @@ static void BinWriteMem (BinDesc* D, Memory* M)
|
||||
* in the linker.
|
||||
*/
|
||||
Warning ("Segment `%s' in module `%s' requires larger alignment",
|
||||
S->Name, S->Seg->AlignObj->Name);
|
||||
S->Name, GetObjFileName (S->Seg->AlignObj));
|
||||
}
|
||||
|
||||
/* Handle ALIGN and OFFSET/START */
|
||||
|
||||
Reference in New Issue
Block a user