projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15232df
)
Fix gcc -Wall warnings. See ChangeLog for details.
author
Ian Lance Taylor
<ian@airs.com>
Fri, 27 Mar 1998 23:29:46 +0000
(23:29 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Fri, 27 Mar 1998 23:29:46 +0000
(23:29 +0000)
opcodes/a29k-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/a29k-dis.c
b/opcodes/a29k-dis.c
index 46245e704b6f8e4dd4e947263e2a5b650b12b630..72959c975d99d9aa528108b26cae40b0a2d7837d 100644
(file)
--- a/
opcodes/a29k-dis.c
+++ b/
opcodes/a29k-dis.c
@@
-1,5
+1,5
@@
/* Instruction printing code for the AMD 29000
- Copyright (C) 1990 Free Software Foundation, Inc.
+ Copyright (C) 1990
, 93, 94, 95, 1998
Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Jim Kingdon.
This file is part of GDB.
@@
-119,7
+119,7
@@
find_bytes_little (insn, insn0, insn8, insn16, insn24)
*insn0 = insn[0];
}
-typedef (*find_byte_func_type)
+typedef
void
(*find_byte_func_type)
PARAMS ((char *, unsigned char *, unsigned char *,
unsigned char *, unsigned char *));