drop commented lines from table scripts
authornsz <nsz@port70.net>
Sat, 18 Jun 2011 20:01:59 +0000 (22:01 +0200)
committernsz <nsz@port70.net>
Sat, 18 Jun 2011 20:01:59 +0000 (22:01 +0200)
tab_c99.sh
tab_posix.sh

index 80001c2..f9cfad2 100755 (executable)
@@ -36,17 +36,10 @@ BEGIN {
        legend = legend "<li>nodecl - symbol is in libc.a but not declared in a public header"
        legend = legend "<li>missing - neither in include files (see decl) nor in libc.a (see sym)"
        legend = legend "</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul>"
-#      legend = legend "<li>A - symbol value is absolute"
-#      legend = legend "<li>B - symbol is in the uninitialized data section (known as BSS)"
        legend = legend "<li>C - symbol is common (uninitialized data)"
        legend = legend "<li>D - symbol is in the initialized data section"
-#      legend = legend "<li>G - symbol is in the initialized data section for small objects"
-#      legend = legend "<li>I - indirect reference to another symbol"
-#      legend = legend "<li>N - debugging symbol"
        legend = legend "<li>R - symbol is in the read only data section"
-#      legend = legend "<li>S - symbol is in the uninitialized data section for small objects"
        legend = legend "<li>T - symbol is in the text section"
-#      legend = legend "<li>U - undefined symbol"
        legend = legend "<li>V - weak object"
        legend = legend "<li>W - weak symbol"
        legend = legend "</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported, arch specific definitions are not linked)<ul>"
index 2dd26f7..d870424 100755 (executable)
@@ -35,17 +35,10 @@ BEGIN {
        legend = legend "<li>nodecl - symbol is in libc.a but not declared in a public header"
        legend = legend "<li>missing - neither in include files (see decl) nor in libc.a (see sym)"
        legend = legend "</ul><li>sym: external symbol kind as found by `nm libc.a` (symbol kind only reported once)<ul>"
-#      legend = legend "<li>A - symbol value is absolute"
-#      legend = legend "<li>B - symbol is in the uninitialized data section (known as BSS)"
        legend = legend "<li>C - symbol is common (uninitialized data)"
        legend = legend "<li>D - symbol is in the initialized data section"
-#      legend = legend "<li>G - symbol is in the initialized data section for small objects"
-#      legend = legend "<li>I - indirect reference to another symbol"
-#      legend = legend "<li>N - debugging symbol"
        legend = legend "<li>R - symbol is in the read only data section"
-#      legend = legend "<li>S - symbol is in the uninitialized data section for small objects"
        legend = legend "<li>T - symbol is in the text section"
-#      legend = legend "<li>U - undefined symbol"
        legend = legend "<li>V - weak object"
        legend = legend "<li>W - weak symbol"
        legend = legend "</ul><li>decl: kind of declaration as found by `ctags -R include` (every occurance is reported)<ul>"