mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Remove dead code.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||||||
|
|
||||||
|
* config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
|
||||||
|
|
||||||
2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
|
2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
* config/tc-avr.c: Add elf32-avr.h include.
|
* config/tc-avr.c: Add elf32-avr.h include.
|
||||||
|
@ -55,9 +55,6 @@ static const aarch64_feature_set *march_cpu_opt = NULL;
|
|||||||
/* Constants for known architecture features. */
|
/* Constants for known architecture features. */
|
||||||
static const aarch64_feature_set cpu_default = CPU_DEFAULT;
|
static const aarch64_feature_set cpu_default = CPU_DEFAULT;
|
||||||
|
|
||||||
static const aarch64_feature_set aarch64_arch_any = AARCH64_ANY;
|
|
||||||
static const aarch64_feature_set aarch64_arch_none = AARCH64_ARCH_NONE;
|
|
||||||
|
|
||||||
#ifdef OBJ_ELF
|
#ifdef OBJ_ELF
|
||||||
/* Pre-defined "_GLOBAL_OFFSET_TABLE_" */
|
/* Pre-defined "_GLOBAL_OFFSET_TABLE_" */
|
||||||
static symbolS *GOT_symbol;
|
static symbolS *GOT_symbol;
|
||||||
|
Reference in New Issue
Block a user