X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=opcodes%2Ffrv-dis.c;h=25078ef2e433dfff2ed45505a555468ff196b077;hb=8527d542c07f6bea86fe5baf3b31568c7fba1398;hp=450865e4f0c1d6fe863cb44d0f29bf14fc4d86d4;hpb=9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4;p=platform%2Fupstream%2Fbinutils.git diff --git a/opcodes/frv-dis.c b/opcodes/frv-dis.c index 450865e..25078ef 100644 --- a/opcodes/frv-dis.c +++ b/opcodes/frv-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. @@ -427,10 +426,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 */ @@ -452,10 +447,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. */