X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=opcodes%2Fip2k-dis.c;h=aa05005c4e30733ac540cfc7e2f711b98dea0b91;hb=720a66cfb68d5d7d8f2e18e9b44c346ac630c68b;hp=1902f258c6c5e7171ce351b596a5c761451f3788;hpb=9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4;p=platform%2Fupstream%2Fbinutils.git diff --git a/opcodes/ip2k-dis.c b/opcodes/ip2k-dis.c index 1902f25..aa05005 100644 --- a/opcodes/ip2k-dis.c +++ b/opcodes/ip2k-dis.c @@ -4,8 +4,7 @@ THIS FILE IS MACHINE GENERATED WITH CGEN. - the resultant file is machine generated, cgen-dis.in isn't - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of libopcodes. @@ -319,10 +318,6 @@ print_normal (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, { disassemble_info *info = (disassemble_info *) dis_info; -#ifdef CGEN_PRINT_NORMAL - CGEN_PRINT_NORMAL (cd, info, value, attrs, pc, length); -#endif - /* Print the operand as directed by the attributes. */ if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY)) ; /* nothing to do */ @@ -344,10 +339,6 @@ print_address (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, { disassemble_info *info = (disassemble_info *) dis_info; -#ifdef CGEN_PRINT_ADDRESS - CGEN_PRINT_ADDRESS (cd, info, value, attrs, pc, length); -#endif - /* Print the operand as directed by the attributes. */ if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY)) ; /* Nothing to do. */