mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
Fix build breakage
* config/obj-coff.c (weak_uniquify): Delete unused var.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-05-13 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* config/obj-coff.c (weak_uniquify): Delete unused var.
|
||||||
|
|
||||||
2016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
|
2016-05-13 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
|
||||||
|
|
||||||
* app.c (app_push): Use XNEW and related macros.
|
* app.c (app_push): Use XNEW and related macros.
|
||||||
|
@ -1097,7 +1097,6 @@ weak_altname2name (const char * name)
|
|||||||
static const char *
|
static const char *
|
||||||
weak_uniquify (const char * name)
|
weak_uniquify (const char * name)
|
||||||
{
|
{
|
||||||
char *ret;
|
|
||||||
const char * unique = "";
|
const char * unique = "";
|
||||||
|
|
||||||
#ifdef TE_PE
|
#ifdef TE_PE
|
||||||
|
Reference in New Issue
Block a user