X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcpu-bpf.c;h=4d92ca4e4f86387aefd2210fd75c3c59e5afb12a;hb=7190276c52b9d86a52aae73d3a0f8b56e7a1f4f1;hp=57fe7d75026e00045b7cbc6c851cc6c3895d8711;hpb=fd0de36e274c8141a5dd4579cd04856dc88370da;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-bpf.c b/bfd/cpu-bpf.c index 57fe7d7502..4d92ca4e4f 100644 --- a/bfd/cpu-bpf.c +++ b/bfd/cpu-bpf.c @@ -25,7 +25,7 @@ const bfd_arch_info_type bfd_bpf_arch = { - 64, /* Bits per word */ + 64, /* Bits per word. */ 64, /* Bits per address. */ 8, /* Bits per byte. */ bfd_arch_bpf, /* Architecture. */ @@ -37,5 +37,6 @@ const bfd_arch_info_type bfd_bpf_arch = bfd_default_compatible, /* Architecture comparison fn. */ bfd_default_scan, /* String to architecture convert fn. */ bfd_arch_default_fill, /* Default fill. */ - NULL /* Next in list. */ + NULL, /* Next in list. */ + 0 /* Maximum offset of a reloc from the start of an insn. */ };