where Ada support has been added. Most of these changes are not part of the official sources yet. The source used in this port is a snapshot of AdaCore's CVS repository.
12 lines
417 B
Text
12 lines
417 B
Text
$NetBSD: patch-av,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
|
|
|
|
--- gdb/mi/mi-out.c.orig 2004-10-20 17:13:36.000000000 -0600
|
|
+++ gdb/mi/mi-out.c
|
|
@@ -106,7 +106,6 @@ mi_table_begin (struct ui_out *uiout,
|
|
int nr_rows,
|
|
const char *tblid)
|
|
{
|
|
- mi_out_data *data = ui_out_data (uiout);
|
|
mi_open (uiout, tblid, ui_out_type_tuple);
|
|
mi_field_int (uiout, -1/*fldno*/, -1/*width*/, -1/*alin*/,
|
|
"nr_rows", nr_rows);
|