From ad1eadd60ddd174605f88318c0b0faee34ed939d Mon Sep 17 00:00:00 2001 From: Chris Cacciatore Date: Fri, 8 May 2020 15:33:30 -0700 Subject: [PATCH] Added support for --large-alignment in ld65. Implemented the same way as in ca65. --- doc/ld65.sgml | 7 +++++++ src/ld65/global.c | 6 ++++-- src/ld65/global.h | 2 ++ src/ld65/main.c | 10 ++++++++++ src/ld65/segments.c | 2 +- 5 files changed, 24 insertions(+), 3 deletions(-) diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 97233271c..f3ba3bdc9 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -79,6 +79,7 @@ Long options: --end-group End a library group --force-import sym Force an import of symbol 'sym' --help Help (this text) + --large-alignment Don't warn about large alignments --lib file Link this library --lib-path path Specify a library search path --mapfile name Create a map file @@ -298,6 +299,12 @@ Here is a description of all of the command-line options: information generation is currently being developed, so the format of the file and its contents are subject to change without further notice. +