X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Faarch64-gen.c;h=bc1e58aaeada1bc888cc3ff724a06b89db637e7e;hb=43e65147c07b1400ae0dbb6694882eceb2363713;hp=66e2f0f4a9ad13fb1acc7e99ec60bd14745ffc21;hpb=e30181a58decaecae0e2544b7a489915d3bcc611;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/aarch64-gen.c b/opcodes/aarch64-gen.c index 66e2f0f4a9..bc1e58aaea 100644 --- a/opcodes/aarch64-gen.c +++ b/opcodes/aarch64-gen.c @@ -1,6 +1,6 @@ /* aarch64-gen.c -- Generate tables and routines for opcode lookup and instruction encoding and decoding. - Copyright 2012, 2013 Free Software Foundation, Inc. + Copyright (C) 2012-2015 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of the GNU opcodes library. @@ -209,7 +209,7 @@ static int max_num_opcodes_at_leaf_node = 0; is decided to be undividable and OPCODE will be assigned to BITTREE->LIST. The function recursively call itself until OPCODE is undividable. - + N.B. the nature of this algrithm determines that given any value in the 32-bit space, the computed decision tree will always be able to find one or more opcodes entries for it, regardless whether there is a valid instruction @@ -1242,7 +1242,7 @@ main (int argc, char **argv) print_divide_result (decoder_tree); printf ("/* This file is automatically generated by aarch64-gen. Do not edit! */\n"); - printf ("/* Copyright 2012, 2013 Free Software Foundation, Inc.\n\ + printf ("/* Copyright (C) 2012-2015 Free Software Foundation, Inc.\n\ Contributed by ARM Ltd.\n\ \n\ This file is part of the GNU opcodes library.\n\