diff options
author | Max <mparisi@stevens.edu> | 2020-09-23 14:33:06 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-23 14:33:06 -0400 |
commit | 4e91f4772fb5e5d9ea80694e5aa7c27be4315a00 (patch) | |
tree | a828fc9b30d8bebbfc9cc1b8a08a38ea95ed1f0e /tools/patch_strtab/README.md | |
parent | 556f48661d82d5bc32177f9b5c71ff4d39288302 (diff) |
patch_strtab readme, and add it to the Makefile
Diffstat (limited to 'tools/patch_strtab/README.md')
-rw-r--r-- | tools/patch_strtab/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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
|