From 3f70993dd26798f5a8c942dd2b0e27a036edbdd7 Mon Sep 17 00:00:00 2001 From: "Jan (janneke) Nieuwenhuizen" Date: Tue, 5 Jan 2021 20:04:22 +0100 Subject: [PATCH] mescc: Update -g help text. * module/mescc.scm (parse-opts): Remove TODO, mention call stack. --- module/mescc.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/mescc.scm b/module/mescc.scm index 2d7b5725..e74ce0ae 100644 --- a/module/mescc.scm +++ b/module/mescc.scm @@ -112,7 +112,7 @@ Options: --numbered-arch mescc-tools use numbered arch -D DEFINE[=VALUE] define DEFINE [VALUE=1] -E preprocess only; do not compile, assemble or link - -g add debug info [GDB, objdump] TODO: hex2 footer + -g add debug info (call stack in GDB) -h, --help display this help and exit -I DIR append DIR to include path -L DIR append DIR to library path