X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcpu-pj.c;h=819b8ede37bc07341603c8a3993058593a754921;hb=efba5c2319d6c25393e5cce9a2d30bbc0cb53123;hp=35762272ca4381faff56d5637275c13d37cd4e5b;hpb=b7761f11062dc4d4fd554342ac2d2fb235b65b7a;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-pj.c b/bfd/cpu-pj.c index 35762272ca..819b8ede37 100644 --- a/bfd/cpu-pj.c +++ b/bfd/cpu-pj.c @@ -1,6 +1,5 @@ /* BFD library support routines for the Pico Java architecture. - Copyright 1999, 2000, 2001, 2002, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. Hacked by Steve Chamberlain of Transmeta. sac@pobox.com This file is part of BFD, the Binary File Descriptor library. @@ -26,17 +25,18 @@ const bfd_arch_info_type bfd_pj_arch = { - 32, /* 32 bits in a word */ - 32, /* 32 bits in an address */ - 8, /* 8 bits in a byte */ + 32, /* Bits in a word. */ + 32, /* Bits in an address. */ + 8, /* Bits in a byte. */ bfd_arch_pj, 0, - "pj", /* arch_name */ - "pj", /* printable name */ + "pj", /* Arch_name. */ + "pj", /* Printable name. */ 1, - TRUE, /* the default machine */ + TRUE, /* The default machine. */ bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, - 0 + NULL, + 0 /* Maximum offset of a reloc from the start of an insn. */ };