diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-21 19:11:14 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-21 19:11:14 +0000 |
| commit | dfd2f2d4bbb5f23cd14bca63b73779ffbac5c0f5 (patch) | |
| tree | 506464413c40d2c6a4a46d04892a9415cb886522 /contrib/binutils/opcodes/cgen-opc.c | |
| parent | ae36f9474fd730d29afb8b25c92dba33dedf7480 (diff) | |
| parent | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (diff) | |
Notes
Diffstat (limited to 'contrib/binutils/opcodes/cgen-opc.c')
| -rw-r--r-- | contrib/binutils/opcodes/cgen-opc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/binutils/opcodes/cgen-opc.c b/contrib/binutils/opcodes/cgen-opc.c index 882b34898bed0..d34aac826cf67 100644 --- a/contrib/binutils/opcodes/cgen-opc.c +++ b/contrib/binutils/opcodes/cgen-opc.c @@ -1,6 +1,6 @@ /* CGEN generic opcode support. - Copyright 1996, 1997, 1998, 1999, 2000, 2001 + Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU Binutils and GDB, the GNU debugger. @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., - 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ #include "sysdep.h" #include <stdio.h> @@ -157,7 +157,7 @@ cgen_keyword_search_init (CGEN_KEYWORD *kt, const char *spec) { CGEN_KEYWORD_SEARCH search; - /* FIXME: Need to specify format of PARAMS. */ + /* FIXME: Need to specify format of params. */ if (spec != NULL) abort (); @@ -483,7 +483,7 @@ cgen_lookup_insn (CGEN_CPU_DESC cd, /* The instructions are stored in hash lists. Pick the first one and keep trying until we find the right one. */ - insn_list = cgen_dis_lookup_insn (cd, buf, base_insn); + insn_list = cgen_dis_lookup_insn (cd, (char *) buf, base_insn); while (insn_list != NULL) { insn = insn_list->insn; |
