aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-opc.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-04-21 06:54:57 +0000
committerAlan Modra <amodra@gmail.com>2007-04-21 06:54:57 +0000
commitdb55703487ec04ac06156ab76ea068055e494dde (patch)
tree6fde7e7c055a968a4805d584e9bf0a897237c1a5 /opcodes/i386-opc.h
parentc43a438d5eb0a2e19397a4c0fb51ce3a68ed1503 (diff)
downloadfsf-binutils-gdb-db55703487ec04ac06156ab76ea068055e494dde.zip
fsf-binutils-gdb-db55703487ec04ac06156ab76ea068055e494dde.tar.gz
fsf-binutils-gdb-db55703487ec04ac06156ab76ea068055e494dde.tar.bz2
gas/
* expr.c (expr): Assert on rankarg, not rank which can be unsigned. * read.c (read_a_source_file): Remove buffer_limit[-1] assertion. Don't skip over NUL char. (pseudo_set): Set X_op for registers to O_register. * symbols.c (symbol_clone): Remove assertion that sym is defined. (resolve_symbol_value): Resolve O_register symbols. * config/tc-i386.c (parse_real_register): Don't use i386_float_regtab. Instead find st(0) by hash lookup. * config/tc-ppc.c (ppc_macro): Warning fix. opcodes/ * i386-opc.c (i386_float_regtab, i386_float_regtab_size): Delete. Move contents to.. (i386_regtab): ..here. * i386-opc.h (i386_float_regtab, i386_float_regtab_size): Delete.
Diffstat (limited to 'opcodes/i386-opc.h')
-rw-r--r--opcodes/i386-opc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/opcodes/i386-opc.h b/opcodes/i386-opc.h
index 71f3892..67429f3 100644
--- a/opcodes/i386-opc.h
+++ b/opcodes/i386-opc.h
@@ -223,8 +223,6 @@ reg_entry;
extern const reg_entry i386_regtab[];
extern const unsigned int i386_regtab_size;
-extern const reg_entry i386_float_regtab[];
-extern const unsigned int i386_float_regtab_size;
typedef struct
{