From 4523bd75e097e4f1d0a232d0598f8dce46829d6e Mon Sep 17 00:00:00 2001 From: AK6DN Date: Fri, 6 Mar 2020 21:51:29 -0800 Subject: [PATCH] Update documentation re: multiple input .obj files --- README.md | 10 +++------- obj2bin.pl | 9 +++------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e0de6d7..0f14b8f 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,6 @@ DESCRIPTION console load commands, and loadable absolute binary program images (.BIN) files. - Currently the program is limited to a single object input file that can be - output in the selected format. Multiple .psect/.asect ops are supported, - as well as all local (non-global) relocation directory entries. Multiple - object files are (not yet) supported. - OPTIONS The following options are available: @@ -128,6 +123,8 @@ EXAMPLES obj2bin.pl --verbose --binary --out memtest.bin memtest.obj + obj2bin.pl --verbose --binary --out prftst.bin prftst.obj mac/printf.obj + AUTHOR Don North - donorth @@ -140,7 +137,6 @@ HISTORY 2016-01-20 v1.3 donorth - Initial support for linking multiple PSECTs. 2016-01-22 v1.4 donorth - Added objfile/outfile/logfile switches vs stdio. 2016-01-28 v1.5 donorth - Added RLD processing, especially complex. - 2017-04-01 v2.0 donorth - Started to add capability to process multiple - input object files ... still a work in progress. + 2017-04-01 v2.0 donorth - Added capability to process multiple input object files. Renamed from obj2hex.pl to obj2bin.pl ``` diff --git a/obj2bin.pl b/obj2bin.pl index 54a57ab..21ec4ce 100644 --- a/obj2bin.pl +++ b/obj2bin.pl @@ -63,10 +63,6 @@ binary program images (.BIN) files. Multiple .psect/.asect ops are supported, as well as all local (non-global) relocation directory entries. -Multiple input object files are (not yet fully) supported - this -part is work in progress. In particular definition and resolution -of global symbols are not supported. - =head1 OPTIONS The following options are available: @@ -167,6 +163,8 @@ Some examples of common usage: obj2bin.pl --verbose --binary --out memtest.bin memtest.obj + obj2bin.pl --verbose --binary --out prftst.bin prftst.obj mac/printf.obj + =head1 AUTHOR Don North - donorth @@ -181,8 +179,7 @@ Modification history: 2016-01-20 v1.3 donorth - Initial support for linking multiple PSECTs. 2016-01-22 v1.4 donorth - Added objfile/outfile/logfile switches vs stdio. 2016-01-28 v1.5 donorth - Added RLD processing, especially complex. - 2017-04-01 v2.0 donorth - Started to add capability to process multiple - input object files ... still a work in progress. + 2017-04-01 v2.0 donorth - Added capability to process multiple input object files. Renamed from obj2hex.pl to obj2bin.pl =cut