diff options
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 2bb396d5900..0960fff6846 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,105 @@ +2008-10-31 Alan Modra <amodra@bigpond.net.au> + + * po/id.po: New file. + * configure.in (ALL_LINGUAS): Add id. + * configure: Regenerate. + +2008-10-21 Alan Modra <amodra@bigpond.net.au> + + * windmc.c (res_alloc): Remove unnecessary cast. + * windres.c (res_alloc, reswr_alloc): Likewise. + +2008-10-20 Nick Clifton <nickc@redhat.com> + + * readelf.c: Tidy up code formatting. + +2008-10-10 Nathan Froyd <froydnj@codesourcery.com> + + * readelf.c (display_power_gnu_attribute): Decode + Tag_GNU_Power_ABI_Struct_Return. + +2008-10-10 Alan Modra <amodra@bigpond.net.au> + + * embedspu.sh: Pass -Wa,-noexecstack to $CC. + +2008-10-09 Kai Tietz <kai.tietz@onevision.com> + + * dlltool.c (PAGE_SIZE): Make sure it has bfd_vma type. + (PAGE_MASK): Likewise. + (sfunc): Change to address size of bfd_vma for base-file. + (flush_page): Likewise. + (gen_exp_file): Likewise. + +2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com> + + * readelf.c (process_section_headers): Do not cut the section names and + types if running with --wide. + +2008-10-06 Tom Tromey <tromey@redhat.com> + + * dwarf.c (display_debug_frames): Change text for uniformity. + (process_debug_info): Likewise. + (display_debug_aranges): Likewise. Indent address output. + (display_debug_pubnames): Print offset in hex. + +2008-10-02 Andrew Paprocki <andrew@ishiboo.com> + + PR 6934 + * stabs.c (parse_stab_string): Parse and ignore =Y<name> strings + generated by the SUNPro C++ compiler. + +2008-09-30 Andrew Paprocki <andrew@ishiboo.com> + + PR 6922 + * stabs.c (parse_stab_sun_builtin_type): Parse, but ignore SUN's + 'b' and 'v' extensions. + +2008-09-29 Peter O'Gorman <pogma@thewrittenword.com> + Steve Ellcey <sje@cup.hp.com> + + * configure: Regenerate for new libtool. + * aclocal.m4: Ditto. + * Makefile.in: Ditto. + * doc/Makefile.in: Ditto. + +2008-09-28 Alan Modra <amodra@bigpond.net.au> + + * objcopy.c (setup_section): Set elf_group_id. + +2008-09-24 Richard Henderson <rth@redhat.com> + + * dwarf.c (size_of_encoded_value, get_encoded_value): Move up. + (decode_location_expression): Add section parameter. Handle + DW_OP_GNU_encoded_addr. + (read_and_display_attr_value): Update decode_location_expression call. + (display_debug_loc, display_debug_frames): Likewise. + +2008-09-25 Alan Modra <amodra@bigpond.net.au> + + PR 6913 + * dwarf.c (print_dwarf_vma): Don't call printf without format string. + +2008-09-17 Jan Kratochvil <jan.kratochvil@redhat.com> + + Suppress warnings on NONE relocations to discarded sections. + * readelf.c (is_none_reloc): New function. + (debug_apply_relocations): Ignore is_none_reloc() relocations. + +2008-09-11 Jan Kratochvil <jan.kratochvil@redhat.com> + + Fix loading large elf64 binaries on 32bit hosts. + * configure.in: Call AC_SYS_LARGEFILE. + * config.in: Regenerate. + * configure: Regenerate. + +2008-09-11 Alan Modra <amodra@bigpond.net.au> + + * po/sv.po: Update. + +2008-09-08 Tristan Gingold <gingold@adacore.com> + + * BRANCHES: Add 2.18 and 2.19 release branches. + 2008-09-08 Tristan Gingold <gingold@adacore.com> * NEWS: Add a marker for the 2.19 features. |