mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-23 06:04:21 +08:00
More changes, mostly from IBM, for the rs6000. See ChangeLog.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user