diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-02-13 06:02:52 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-02-26 22:23:08 +0000 |
commit | 1db365dcdff81c772d4c22e73a86971016ebb6e2 (patch) | |
tree | 3a7c84a86e96205619443571f050506199b89df7 /gas | |
parent | d93c7787a0dd4261b8ac65a92a33196b62ef57b4 (diff) | |
download | gdb-1db365dcdff81c772d4c22e73a86971016ebb6e2.zip gdb-1db365dcdff81c772d4c22e73a86971016ebb6e2.tar.gz gdb-1db365dcdff81c772d4c22e73a86971016ebb6e2.tar.bz2 |
Remove dead code.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-aarch64.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bac2002..e4b3077 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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> * config/tc-avr.c: Add elf32-avr.h include. diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index af491f2..01f39f6 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -55,9 +55,6 @@ static const aarch64_feature_set *march_cpu_opt = NULL; /* Constants for known architecture features. */ 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 /* Pre-defined "_GLOBAL_OFFSET_TABLE_" */ static symbolS *GOT_symbol; |