More changes, mostly from IBM, for the rs6000. See ChangeLog.
This commit is contained in:
parent
1651b22d76
commit
2b5a8d9c47
7 changed files with 144 additions and 38 deletions
|
@ -64,8 +64,8 @@ allocate_objfile (abfd, filename, dumpable)
|
|||
{
|
||||
objfile = (struct objfile *) xmalloc (sizeof (struct objfile));
|
||||
(void) memset (objfile, 0, sizeof (struct objfile));
|
||||
objfile -> malloc = malloc;
|
||||
objfile -> realloc = realloc;
|
||||
objfile -> malloc = xmalloc;
|
||||
objfile -> realloc = xrealloc;
|
||||
objfile -> xmalloc = xmalloc;
|
||||
objfile -> xrealloc = xrealloc;
|
||||
objfile -> free = free;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue