diff options
author | Alan Modra <amodra@gmail.com> | 2005-02-22 13:01:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-02-22 13:01:53 +0000 |
commit | 53c9ebc5f114920f04b2e64f03494c895aa361de (patch) | |
tree | 2e1eabac13af4689404cc842b27fdf8780e84f32 /opcodes/maxq-dis.c | |
parent | 5718918d7aeb65ee118cd7f2cbcc3f1a4cde4ff6 (diff) | |
download | gdb-53c9ebc5f114920f04b2e64f03494c895aa361de.zip gdb-53c9ebc5f114920f04b2e64f03494c895aa361de.tar.gz gdb-53c9ebc5f114920f04b2e64f03494c895aa361de.tar.bz2 |
* arc-ext.c: Warning fixes.
* arc-ext.h: Likewise.
* cgen-opc.c: Likewise.
* ia64-gen.c: Likewise.
* maxq-dis.c: Likewise.
* ns32k-dis.c: Likewise.
* w65-dis.c: Likewise.
* ia64-asmtab.c: Regenerate.
Diffstat (limited to 'opcodes/maxq-dis.c')
-rw-r--r-- | opcodes/maxq-dis.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/maxq-dis.c b/opcodes/maxq-dis.c index 8e40433..dfdd4d0 100644 --- a/opcodes/maxq-dis.c +++ b/opcodes/maxq-dis.c @@ -1,6 +1,6 @@ /* Instruction printing code for the MAXQ - Copyright 2004 Free Software Foundation, Inc. + Copyright 2004, 2005 Free Software Foundation, Inc. Written by Vineet Sharma(vineets@noida.hcltech.com) Inderpreet S.(inderpreetb@noida.hcltech.com) @@ -145,9 +145,9 @@ unsigned char const SIM_ALU_DECODE_POP_OP_GROUP = 10; unsigned char const SIM_ALU_DECODE_CMP_SRC_OP_GROUP = 11; /* GLOBAL */ -unsigned char unres_reg_name[20]; +char unres_reg_name[20]; -static unsigned char * +static char * get_reg_name (unsigned char reg_code, type1 arg_pos) { unsigned char module; |