OSDN Git Service

gas/
authorAlan Modra <amodra@bigpond.net.au>
Sat, 21 Apr 2007 06:54:57 +0000 (06:54 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Sat, 21 Apr 2007 06:54:57 +0000 (06:54 +0000)
commitbf8fd4f89d898c0c03ecdefc865719f44ff847b6
tree930abaf912a04cd780ecf377a2e01852e8c9800e
parent6f9facd68a754543a6856f6a92c83df1344dd89a
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.
gas/ChangeLog
gas/config/tc-i386.c
gas/config/tc-ppc.c
gas/expr.c
gas/read.c
gas/symbols.c
opcodes/ChangeLog
opcodes/i386-opc.c
opcodes/i386-opc.h