forked from Imagelibrary/binutils-gdb
2001-08-29 Ben Elliston <bje@redhat.com>
* stabs.c (stab_demangle_template): Initialise s4.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-08-29 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* stabs.c (stab_demangle_template): Initialise s4.
|
||||||
|
|
||||||
2001-08-27 Alan Modra <amodra@bigpond.net.au>
|
2001-08-27 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* readelf.c (dump_relocations): Recognise EM_PPC64.
|
* readelf.c (dump_relocations): Recognise EM_PPC64.
|
||||||
|
|||||||
@@ -4461,7 +4461,7 @@ stab_demangle_template (minfo, pp, pname)
|
|||||||
regular demangling routine. */
|
regular demangling routine. */
|
||||||
if (pname != NULL)
|
if (pname != NULL)
|
||||||
{
|
{
|
||||||
char *s1, *s2, *s3, *s4;
|
char *s1, *s2, *s3, *s4 = NULL;
|
||||||
char *from, *to;
|
char *from, *to;
|
||||||
|
|
||||||
s1 = savestring (orig, *pp - orig);
|
s1 = savestring (orig, *pp - orig);
|
||||||
|
|||||||
Reference in New Issue
Block a user