Applied patch from David Edelsohn <dje@watson.ibm.com>.

This commit is contained in:
Kevin Buettner 2000-08-30 20:35:26 +00:00
parent c6d805e091
commit 3a84337c99
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2000-08-30 David Edelsohn <dje@watson.ibm.com>
Patch applied by Kevin Buettner <kevinb@redhat.com>:
* rs6000-nat.c (xcoff_relocate_symtab): Pass correct size
to xrealloc().
2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>
* valops.c (value_cast): Indentation fix-up.

View file

@ -931,7 +931,7 @@ xcoff_relocate_symtab (unsigned int pid)
do
{
size = load_segs * ldisize;
ldi = (void *) xrealloc (ldi, load_segs * size);
ldi = (void *) xrealloc (ldi, size);
#if 0
/* According to my humble theory, AIX has some timing problems and