revert last change.

This commit is contained in:
Alan Modra 2001-11-15 09:16:46 +00:00
parent a48ca7f2ea
commit 33861b119a
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,7 @@
2001-11-15 Alan Modra <amodra@bigpond.net.au>
* frags.c (frag_grow): Revert last change.
* dwarf2dbg.c (get_frag_fix): Align last frag size.
* config/tc-ppc.c (ppc_insert_operand): Pass (ppc_cpu | ppc_size)

View File

@ -65,12 +65,6 @@ void
frag_grow (nchars)
unsigned int nchars;
{
/* Try really hard to grow the obstack. Creating a new obstack can
disable expression optimisations that would otherwise occur if
two symbols were located in the same obstack. */
if (obstack_room (&frchain_now->frch_obstack) < nchars)
obstack_make_room (& frchain_now->frch_obstack, 2 * nchars);
if (obstack_room (&frchain_now->frch_obstack) < nchars)
{
unsigned int n;