From 4e91f4772fb5e5d9ea80694e5aa7c27be4315a00 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 23 Sep 2020 14:33:06 -0400 Subject: patch_strtab readme, and add it to the Makefile --- tools/patch_strtab/README.md | 2 +- tools/patch_strtab/patch_strtab.c | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'tools/patch_strtab') diff --git a/tools/patch_strtab/README.md b/tools/patch_strtab/README.md index 6904ac1..5cdca3f 100644 --- a/tools/patch_strtab/README.md +++ b/tools/patch_strtab/README.md @@ -1,6 +1,6 @@ README: -The program patches the .strtab section of an ELF relocatable module +This program patches the .strtab section of an ELF relocatable module by replacing certain escape sequences with the characters they represent. CodeWarrior's C++ name mangling scheme may produce linkage names that diff --git a/tools/patch_strtab/patch_strtab.c b/tools/patch_strtab/patch_strtab.c index ee0076a..bbdd4ce 100644 --- a/tools/patch_strtab/patch_strtab.c +++ b/tools/patch_strtab/patch_strtab.c @@ -1,9 +1,12 @@ /* -patch_strtab - -by Max Parisi, 2020 - -*/ + * patch_strtab + * + * This program patches the .strtab section of an ELF relocatable module + * by replacing certain escape sequences with the characters they represent. + * + * by Max Parisi, 2020 + * + */ #include #include -- cgit v1.2.3