Commit 0518582d by Geoffrey Keating Committed by Geoffrey Keating

gengtype.c (adjust_field_rtx_def): Don't add a skip to basic_block types.

	* gengtype.c (adjust_field_rtx_def): Don't add a skip to
	basic_block types.

From-SVN: r101099
parent 5b7dacce
2005-06-16 Geoffrey Keating <geoffk@apple.com> 2005-06-16 Geoffrey Keating <geoffk@apple.com>
* gengtype.c (adjust_field_rtx_def): Don't add a skip to
basic_block types.
* config/t-slibgcc-darwin (SHLIB_SOVERSION): Rename from * config/t-slibgcc-darwin (SHLIB_SOVERSION): Rename from
SHLIB_MINOR. SHLIB_MINOR.
(SHLIB_REVISION): Delete. (SHLIB_REVISION): Delete.
......
...@@ -628,14 +628,6 @@ adjust_field_rtx_def (type_p t, options_p ARG_UNUSED (opt)) ...@@ -628,14 +628,6 @@ adjust_field_rtx_def (type_p t, options_p ARG_UNUSED (opt))
subfields->opt->name = "desc"; subfields->opt->name = "desc";
subfields->opt->info = "NOTE_LINE_NUMBER (&%0)"; subfields->opt->info = "NOTE_LINE_NUMBER (&%0)";
} }
else if (t == basic_block_tp)
{
/* We don't presently GC basic block structures... */
subfields->opt = XNEW (struct options);
subfields->opt->next = nodot;
subfields->opt->name = "skip";
subfields->opt->info = NULL;
}
else else
subfields->opt = nodot; subfields->opt = nodot;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment