X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2FChangeLog;h=83a71169d5ae110a4c6795381998b89c4be7d1af;hb=cd6581da62c32a391f9a4c2c5d248a11aa6fa8f7;hp=1e82218e9c19661e11e64b1e64dfcc8562f8f2d6;hpb=09fe2662a708aa4da665bcaf942b5529e6809220;p=binutils-gdb.git diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1e82218e9c1..83a71169d5a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,27 @@ +2017-01-09 Nick Clifton + + * dwarf2.c (lookup_address_in_function_table): Return early if + there are no functions in the given comp unit, or if the high + address of the last function in the comp unit is less than the + desired address. + +2017-01-09 Nick Clifton + + PR binutils/21013 + * coffgen.c (_bfd_coff_get_external_symbols): Generate an error + message if there are too many symbols to load. + +2017-01-04 James Clarke + + * elf64-alpha.c (elf64_alpha_relax_opt_call): Don't set tsec_free + if relocs are cached. + +2017-01-03 Rich Felker + + PR ld/21017 + * elf32-microblaze.c (microblaze_elf_check_relocs): Add an entry + for R_MICROBLAZE_GOTOFF_64. + 2017-01-03 Nick Clifton * mach-o.c (bfd_mach_o_lookup_uuid_command): Fix compile time