From 617887e2eff57aa86d853d988905c4befc0c8908 Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Mon, 8 Jun 2020 19:19:57 +0200 Subject: [PATCH] README: mention 'ld' --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 92b35d9..1ba10a8 100644 --- a/README +++ b/README @@ -27,6 +27,7 @@ as: a pdp10 assembler producing pdp10-elf object files intended primarily as an assembler for GCC output; the syntax is modelled after normal UNIX/ELF syntax rather than classic TOPS-10, TOPS-20, or ITS syntax +ld: an 'ld' clone for pdp10-elf object files nm: an 'nm' clone for pdp10-elf object files od: an 'od' clone for binary files with 9-bit bytes (nonets) readelf: a 'readelf' clone for pdp10-elf object files,