diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-08 10:54:53 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:57 -0700 |
commit | 9d91f44bc8d973d40b1cd972464a7fd93bddfe35 (patch) | |
tree | 9b4f8e959d67025015e118663c37d8086dc97a1c /scripts/build/debug | |
parent | af479f10530a53861eae1f8a144e87cb012f708f (diff) | |
download | crosstool-ng-9d91f44bc8d973d40b1cd972464a7fd93bddfe35.tar.gz crosstool-ng-9d91f44bc8d973d40b1cd972464a7fd93bddfe35.tar.bz2 crosstool-ng-9d91f44bc8d973d40b1cd972464a7fd93bddfe35.zip |
Separate the notions of package name/label
Also, remove resolved TBDs.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts/build/debug')
-rw-r--r-- | scripts/build/debug/300-gdb.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index cdc70474..19d9d6dc 100644 --- a/scripts/build/debug/300-gdb.sh +++ b/scripts/build/debug/300-gdb.sh @@ -5,7 +5,6 @@ do_debug_gdb_get() { } do_debug_gdb_extract() { - # TBD xtensa overlays CT_ExtractPatch GDB } |