]> granicus.if.org Git - yasm/commit
Add better handling of functions for stabs debugging. It now looks for a
authorMichael Urman <mu@tortall.net>
Sat, 23 Oct 2004 14:56:50 +0000 (14:56 -0000)
committerMichael Urman <mu@tortall.net>
Sat, 23 Oct 2004 14:56:50 +0000 (14:56 -0000)
commitf5b1d4532dc05c51901d4901be38cae1d58057c2
tree1b44d6c810be904b50f3881b19d2c6522845b8a3
parent0d3abe5ff2731f6182487ee885028ad505d8f055
Add better handling of functions for stabs debugging. It now looks for a
potential function as of every bytecode, using the information provided
in revision [1147], and filtering out lables with "." or "$".
  * symrec.c: don't add symrec to bytecode unless added to table.
  * stabs-dbgfmt.c: remove old inefficient code to use new sym lookup.
  * tests/*: create first test, using a copy of elftest.asm.

svn path=/trunk/yasm/; revision=1167
libyasm/symrec.c
modules/dbgfmts/stabs/Makefile.inc
modules/dbgfmts/stabs/stabs-dbgfmt.c
modules/dbgfmts/stabs/tests/Makefile.inc [new file with mode: 0644]
modules/dbgfmts/stabs/tests/stabs-elf.asm [new file with mode: 0644]
modules/dbgfmts/stabs/tests/stabs-elf.errwarn [new file with mode: 0644]
modules/dbgfmts/stabs/tests/stabs-elf.hex [new file with mode: 0644]
modules/dbgfmts/stabs/tests/stabs_test.sh [new file with mode: 0755]