diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-18 00:49:03 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-18 00:49:03 +0000 |
commit | 30eb9c17b215d0e7dad9d48766b1a836efe1a664 (patch) | |
tree | 7e20fca44008383d1cdad78bbec3c61adcd2244b /gas/config/tc-tic80.c | |
parent | 3d228ef83a4481f6155945ab8bea90f48e28cdf0 (diff) | |
download | gdb-30eb9c17b215d0e7dad9d48766b1a836efe1a664.zip gdb-30eb9c17b215d0e7dad9d48766b1a836efe1a664.tar.gz gdb-30eb9c17b215d0e7dad9d48766b1a836efe1a664.tar.bz2 |
* config/tc-openrisc.c (openrisc_relax_frag): Delete unused function.
* config/tc-sparc.c (sparc_ip): Make op_exp static to silence warnings.
* config/tc-tic80.c (build_insn): Init insn[1] to silence warning.
Diffstat (limited to 'gas/config/tc-tic80.c')
-rw-r--r-- | gas/config/tc-tic80.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-tic80.c b/gas/config/tc-tic80.c index 5d86f82..af4ceb4 100644 --- a/gas/config/tc-tic80.c +++ b/gas/config/tc-tic80.c @@ -490,6 +490,7 @@ build_insn (opcode, opers) /* Start with the raw opcode bits from the opcode table. */ insn[0] = opcode->opcode; + insn[1] = 0; /* We are going to insert at least one 32 bit opcode so get the frag now. */ |