Add --warn-align-waste option to ca65, ld65, cl65

This commit is contained in:
Colin Leroy-Mira
2025-10-26 16:06:08 +01:00
parent 28442e60b8
commit 2220c6ec8d
12 changed files with 65 additions and 6 deletions

View File

@@ -133,6 +133,7 @@ Long options:
--target sys Set the target system
--verbose Increase verbosity
--version Print the assembler version
--warn-align-waste Print bytes "wasted" for alignment
--warnings-as-errors Treat warnings as errors
---------------------------------------------------------------------------
</verb></tscreen>
@@ -407,6 +408,13 @@ Here is a description of all the command line options:
something lower.
<label id="option--warn-align-waste">
<tag><tt>--warn-align-waste</tt></tag>
Warnings will be generated when alignment requirements cause emission of
fill bytes.
<label id="option--warnings-as-errors">
<tag><tt>--warnings-as-errors</tt></tag>

View File

@@ -119,6 +119,8 @@ Long options:
--target sys Set the target system
--version Print the version number
--verbose Verbose mode
--warn-align-waste Print bytes "wasted" for alignment
--warnings-as-errors Treat warnings as errors
--zeropage-label name Define and export a ZEROPAGE segment label
--zeropage-name seg Set the name of the ZEROPAGE segment
---------------------------------------------------------------------------

View File

@@ -92,6 +92,8 @@ Long options:
--start-group Start a library group
--target sys Set the target system
--version Print the linker version
--warn-align-waste Print bytes "wasted" for alignment
--warnings-as-errors Treat warnings as errors
---------------------------------------------------------------------------
</verb></tscreen>
@@ -349,6 +351,13 @@ Here is a description of all of the command-line options:
directories given by environment variables, and in a built-in default directory.
<label id="option--warn-align-waste">
<tag><tt>--warn-align-waste</tt></tag>
Warnings will be generated when alignment requirements cause emission of
fill bytes.
<label id="option--warnings-as-errors">
<tag><tt>--warnings-as-errors</tt></tag>