~bkerensa/ubuntu/raring/yasm/fix-for-1064341

« back to all changes in this revision

Viewing changes to modules/dbgfmts/stabs/stabs-dbgfmt.c

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar
  • Date: 2009-07-14 08:23:59 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714082359-10x8mjty41gzkshs
Tags: 0.8.0-1
* New upstream release (Closes: #531047).
* Removed all tasm patches, they’ve been merged upstream.
* debian/control: set debhelper dependency to 5.0 and policy to 3.8.2.
* debian/control: mention TASM in the long description.
* debian/compat: set debhelper level to 5.
* debian/links: link tasm to ytasm and tasm.1.gz to ytasm.1.gz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * POSSIBILITY OF SUCH DAMAGE.
26
26
 */
27
27
#include <util.h>
28
 
/*@unused@*/ RCSID("$Id: stabs-dbgfmt.c 2010 2007-11-14 08:33:32Z peter $");
 
28
/*@unused@*/ RCSID("$Id: stabs-dbgfmt.c 2130 2008-10-07 05:38:11Z peter $");
29
29
 
30
30
#include <libyasm.h>
31
31
 
139
139
    stabs_bc_str_destroy,
140
140
    stabs_bc_str_print,
141
141
    yasm_bc_finalize_common,
 
142
    NULL,
142
143
    stabs_bc_str_calc_len,
143
144
    yasm_bc_expand_common,
144
145
    stabs_bc_str_tobytes,
149
150
    stabs_bc_stab_destroy,
150
151
    stabs_bc_stab_print,
151
152
    yasm_bc_finalize_common,
 
153
    NULL,
152
154
    stabs_bc_stab_calc_len,
153
155
    yasm_bc_expand_common,
154
156
    stabs_bc_stab_tobytes,