mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
revert last change.
This commit is contained in:
parent
a48ca7f2ea
commit
33861b119a
@ -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)
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user