X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=8e9f5ba29eda60a51ff414290cee0b007c40585a;hb=c8286bd1e88747fcdf7f8ae1f90210449b621df6;hp=5c6fec9f8d8ed006c14c8d4e7e57755304763827;hpb=b54e74606ea42f197d0f6412f018a4641eaccbf1;p=binutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5c6fec9f8d8..8e9f5ba29ed 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,39 @@ +2002-11-29 Jakub Jelinek + + * readelf.c Replace occurrences of Elf32_Internal_* and + Elf64_Internal_* with Elf_Internal_*. + (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela. + Zero r_addend fields. + (dump_relocations): Remove relas variable, change Elf_Internal_Rel to + Elf_Internal_Rela. + +2002-11-23 Nick Clifton + + * size.c (usage): Fix typo describing switch for hex format. + +2002-11-18 Svein E. Seldal + + * testsuite/binutils-all/objcopy.exp: Disable tic4x from test + * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x + testcase + +2002-11-14 Nick Clifton + + * readelf.c (process_program_headers): Add comment about return + value. Ensure that 0 is returned if the headers are not loaded. + (process_file): If process_section_headers failed to load the + headers disable any tests that rely upon them. Similarly for + process_program_headers. + +2002-11-12 Nick Clifton + + * po/da.po: Updated Danish translation. + +2002-11-12 Klee Dienes + + * rddbg.c (read_section_stabs_debugging_info): Also recognize + LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections. + 2002-11-11 Christopher Faylor * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from @@ -9,7 +45,7 @@ 2002-11-07 Nick Clifton - * configure.in (LINGUAS): Add 'da'. + * configure.in (ALL_LINGUAS): Add 'da'. * configure: Regenerate. * po/da.po: New Danish translation.