mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
This commit is contained in:
parent
9bab7074b0
commit
eb95bb9a4e
@ -1,3 +1,7 @@
|
||||
2002-06-07 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* emultempl/ppc64elf.em (new_vers_pattern): Warning fix.
|
||||
|
||||
2002-06-07 Charles Wilson <cwilson@ece.gatech.edu>
|
||||
|
||||
* ld/ldmain.c (main): initialize link_info.pei386_auto_import
|
||||
|
@ -349,7 +349,7 @@ gld${EMULATION_NAME}_new_vers_pattern (entry)
|
||||
&& next->match == entry->match)
|
||||
{
|
||||
next = entry->next;
|
||||
free (entry->pattern);
|
||||
free ((char *) entry->pattern);
|
||||
free (entry);
|
||||
return next;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user