Revert a grischka patch: gdb refused to know "main"
commit09d4e4f408387fa897a9c5d28ef4e50969574da6
authorseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 11:39:27 +0000 (3 14:39 +0300)
committerseyko <seyko2@gmail.com>
Tue, 3 Mar 2015 11:39:27 +0000 (3 14:39 +0300)
treea79611eece59f259a63491db745dba844c32ecf1
parent252a151fc6b701b23745d1d076e10a6fa465ed84
Revert a grischka patch: gdb refused to know "main"
It is a strange patch because before this commit a gdb is working well
and after this commit there is exactly the same problem on Linux:
gdb refuses to know "main"

    Author: grischka <grischka>
    Date:   Tue Feb 5 21:18:29 2013 +0100
    tccelf: fix debug section relocation
    With:
       tcc -g hello.c
       gdb a.out
         b main
    gdb refused to know "main" because of broken dwarf info.
tccelf.c