X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=eb17a425e35de2cb8dc01dca1f7115e70f1377b2;hb=8ee55178c22326c3624ad5872dc5382341ddcd2c;hp=aab8cf6cb894bb01ee6dd4249bf497ed7480c6a3;hpb=81db3241f2c888c4fae1884444953085be224815;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index aab8cf6cb8..eb17a425e3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,29 @@ +2018-03-23 Nick Clifton + + * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping + symbols. + (print_gnu_build_attribute_description): If no file start symbol + could be found, look for one two bytes into the file. + * testsuite/binutils-all/note-4-64.s: Set the address of the file + start symbol to two bytes into the file. + * testsuite/binutils-all/note-4-32.s: Likewise. + +2018-03-21 H.J. Lu + + * readelf.c (process_dynamic_section): Also dump DF_1_KMOD, + DF_1_WEAKFILTER and DF_1_NOCOMMON. + +2018-03-20 Nick Clifton + + * po/es.po: Updated Spanish translation. + * po/ru.po: Updated Russian translation. + +2018-03-13 Nick Clifton + + PR 22957 + * stabs.c (pop_binincl): Fail if the file index is off the end of + the stack. + 2018-03-13 Nick Clifton PR 22955 @@ -19,6 +45,7 @@ (parse_stab_members): Likewise. (parse_stab_tilde_field): Likewise. (parse_stab_array_type): Likewise. + * parse_stab: Compute the end of the string and then pass it on to individual parser functions.