1*75fd0b74Schristos2008-12-23 Jon Beniston <jon@beniston.com> 2*75fd0b74Schristos 3*75fd0b74Schristos * MAINTAINERS: Added Jon Beniston as maintainer for LM32 port. 4*75fd0b74Schristos * readelf.c: Add support for LM32 machine number. 5*75fd0b74Schristos 6*75fd0b74Schristos2008-12-23 Kai Tietz <kai.tietz@onevision.com> 7*75fd0b74Schristos 8*75fd0b74Schristos * rcparse.y (rcdata_data): Allow empty comma elements. 9*75fd0b74Schristos 10*75fd0b74Schristos2008-12-23 Nick Clifton <nickc@redhat.com> 11*75fd0b74Schristos 12*75fd0b74Schristos * objdump.c (dump_reloc_set): Remove STT_IFUNC support. 13*75fd0b74Schristos * readelf.c (dump_relocations): Likewise. 14*75fd0b74Schristos (get_symbol_type): Likewise. 15*75fd0b74Schristos * doc/binutils.texi: Likewise. 16*75fd0b74Schristos 17*75fd0b74Schristos2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 18*75fd0b74Schristos 19*75fd0b74Schristos * configure: Regenerate. 20*75fd0b74Schristos 21*75fd0b74Schristos2008-12-09 Tom Tromey <tromey@redhat.com> 22*75fd0b74Schristos 23*75fd0b74Schristos * srconv.c (wr_hd): Add parens to placate gcc 4.4. 24*75fd0b74Schristos 25*75fd0b74Schristos2008-12-09 Andrew Stubbs <ams@codesourcery.com> 26*75fd0b74Schristos 27*75fd0b74Schristos * readelf.c (arm_attr_tag_CPU_arch): Add "v6-M" and "v6S-M". 28*75fd0b74Schristos (arm_attr_tag_WMMX_arch): Add "WMMXv2". 29*75fd0b74Schristos (arm_attr_tag_NEON_arch): Rename to ... 30*75fd0b74Schristos (arm_attr_tag_Advanced_SIMD_arch): ... official name. 31*75fd0b74Schristos (arm_attr_tag_ABI_PCS_config): Rename to ... 32*75fd0b74Schristos (arm_attr_tag_PCS_config): ... official name. 33*75fd0b74Schristos (arm_attr_tag_ABI_PCS_RO_DATA): Rename to ... 34*75fd0b74Schristos (arm_attr_tag_ABI_PCS_RO_data): ... official name. 35*75fd0b74Schristos (arm_attr_tag_ABI_FP_denormal): Add "Sign only". 36*75fd0b74Schristos (arm_attr_tag_CPU_unaligned_access): New array. 37*75fd0b74Schristos (arm_attr_tag_T2EE_use): New array. 38*75fd0b74Schristos (arm_attr_tag_Virtualization_use): New array. 39*75fd0b74Schristos (arm_attr_tag_MPextension_use): New array. 40*75fd0b74Schristos (arm_attr_publ): NEON_arch -> Advanced_SIMD_arch. 41*75fd0b74Schristos ABI_PCS_config -> PCS_config. 42*75fd0b74Schristos ABI_PCS_RO_DATA -> ABI_PCS_RO_data. 43*75fd0b74Schristos Add CPU_unaligned_access, nodefaults, also_compatible_with, 44*75fd0b74Schristos T2EE_use, conformance, Virtualization_use and MPextension_use. 45*75fd0b74Schristos (display_arm_attribute): Handle Tag_nodefaults and 46*75fd0b74Schristos Tag_also_compatible_with. 47*75fd0b74Schristos 48*75fd0b74Schristos2008-12-04 Ben Elliston <bje@au.ibm.com> 49*75fd0b74Schristos 50*75fd0b74Schristos * doc/binutils.texi (objdump): Update booke documentation. 51*75fd0b74Schristos * NEWS: Document user-visible changes to command line options. 52*75fd0b74Schristos 53*75fd0b74Schristos2008-12-04 Nick Clifton <nickc@redhat.com> 54*75fd0b74Schristos 55*75fd0b74Schristos * objdump.c (dump_reloc_set): Append "()" to symbol names which 56*75fd0b74Schristos have the BSF_INDIRECT_FUNCTION type. 57*75fd0b74Schristos * readelf.c (print_symbol): Fix handling of negative widths. 58*75fd0b74Schristos (dump_relocations): Append "()" to symbol names which have the 59*75fd0b74Schristos STT_IFUNC type. Display negative offsets as a positive number with 60*75fd0b74Schristos a "-" prefix. 61*75fd0b74Schristos (get_symbol_type): Return "IFUNC" for STT_IFUNC symbols. 62*75fd0b74Schristos * doc/binutils.texi: Document 'i' symbol type. 63*75fd0b74Schristos 64*75fd0b74Schristos2008-11-26 Jan Kratochvil <jan.kratochvil@redhat.com> 65*75fd0b74Schristos 66*75fd0b74Schristos * strings.c (main): New variable `s'. Have string_min parsing 67*75fd0b74Schristos call fatal for invalid input strings. 68*75fd0b74Schristos 69*75fd0b74Schristos2008-11-25 Nick Clifton <nickc@redhat.com> 70*75fd0b74Schristos 71*75fd0b74Schristos PR7044 72*75fd0b74Schristos * dlltool.c (run): Use formatting string to avoid compile time 73*75fd0b74Schristos warning. 74*75fd0b74Schristos (gen_exp_file): Check return value from fread. 75*75fd0b74Schristos * windmc.c (main): Check return value from fread. 76*75fd0b74Schristos 77*75fd0b74Schristos2008-11-21 Sterling Augustine <sterling@tensilica.com> 78*75fd0b74Schristos 79*75fd0b74Schristos * MAINTAINERS: Take over from Bob Wilson as Xtensa maintainer. 80*75fd0b74Schristos 81*75fd0b74Schristos2008-11-19 Nick Clifton <nickc@redhat.com> 82*75fd0b74Schristos 83*75fd0b74Schristos * doc/fdl.texi: Update to v1.3 84*75fd0b74Schristos * doc/binutils.texinfo: Change license to v1.3. 85*75fd0b74Schristos 86*75fd0b74Schristos2008-11-18 Catherine Moore <clm@codesourcery.com> 87*75fd0b74Schristos 88*75fd0b74Schristos * readelf.c (arm_attr_tag_ABI_FP_16bit_format): New. 89*75fd0b74Schristos (arm_attr_tag_VFP_HP_extension): New. 90*75fd0b74Schristos (arm_attr_public_tag arm_attr_public_tags): Support 91*75fd0b74Schristos new attributes. 92*75fd0b74Schristos 93*75fd0b74Schristos2008-11-17 Nick Clifton <nickc@redhat.com> 94*75fd0b74Schristos 95*75fd0b74Schristos * version.c (print_version): Update copyright year. 96*75fd0b74Schristos 97*75fd0b74Schristos2008-11-16 Danny Smith <dannysmith@usesr.sourceforge.net> 98*75fd0b74Schristos 99*75fd0b74Schristos * dlltool.c (identify_search_section): Cast argument, not return 100*75fd0b74Schristos value, of xstrdup to 'char*'. 101*75fd0b74Schristos 102*75fd0b74Schristos2008-11-15 Charles Wilson <cygwin@cwilson.fastmail.fm> 103*75fd0b74Schristos 104*75fd0b74Schristos Added --identify option to dlltool. 105*75fd0b74Schristos * binutils/dlltool.c: Add new global variables 106*75fd0b74Schristos identify_imp_name and identify_dll_name. 107*75fd0b74Schristos (identify_dll_for_implib, identify_search_archive, 108*75fd0b74Schristos identify_search_member, identify_process_section_p, 109*75fd0b74Schristos identify_search_section): New functions. 110*75fd0b74Schristos (usage): Added --identify. 111*75fd0b74Schristos (long_options): Added --identify. 112*75fd0b74Schristos (main): Handle --identify option. 113*75fd0b74Schristos * binutils/doc/binutils.texi: Document --identify. 114*75fd0b74Schristos 115*75fd0b74Schristos2008-11-14 Tristan Gingold <gingold@adacore.com> 116*75fd0b74Schristos 117*75fd0b74Schristos Remove outdated mach-o specific tests. 118*75fd0b74Schristos * objdump.c (load_debug_section): Remove mach-o specific test. 119*75fd0b74Schristos (mach_o_uncompressed_dwarf_sections): Removed. 120*75fd0b74Schristos (mach_o_compressed_dwarf_sections): Removed. 121*75fd0b74Schristos (generic_uncompressed_dwarf_sections): Removed. 122*75fd0b74Schristos (generic_compressed_dwarf_sections): Removed. 123*75fd0b74Schristos (check_mach_o_dwarf): Removed. 124*75fd0b74Schristos (dump_dwarf): Remove call to check_mach_o_dwarf. 125*75fd0b74Schristos 126*75fd0b74Schristos2008-11-14 Tristan Gingold <gingold@adacore.com> 127*75fd0b74Schristos 128*75fd0b74Schristos * configure.com: Get version from configure.in of bfd. 129*75fd0b74Schristos * makefile.vms-in (DEBUG_OBJS): Add dwarf.obj. 130*75fd0b74Schristos (CFLAGS): Update flags. 131*75fd0b74Schristos 132*75fd0b74Schristos2008-11-13 Hans-Peter Nilsson <hp@axis.com> 133*75fd0b74Schristos Alan Modra <amodra@bigpond.net.au> 134*75fd0b74Schristos 135*75fd0b74Schristos * nm.c (filter_symbols): Only call memcpy when from != to. 136*75fd0b74Schristos 137*75fd0b74Schristos2008-11-10 Tristan Gingold <gingold@adacore.com> 138*75fd0b74Schristos Alan Modra <amodra@bigpond.net.au> 139*75fd0b74Schristos 140*75fd0b74Schristos * objdump.c (disassemble_bytes): Don't skip leading zeros when 141*75fd0b74Schristos end of section calculation overflows. 142*75fd0b74Schristos 143*75fd0b74Schristos2008-11-07 Prafulla Thakare <prafulla.thakare@kpitcummins.com> 144*75fd0b74Schristos 145*75fd0b74Schristos * MAINTAINERS: Take over from Anil Paranjpe as H8300 maintainer. 146*75fd0b74Schristos 147*75fd0b74Schristos2008-10-31 Alan Modra <amodra@bigpond.net.au> 148*75fd0b74Schristos 149*75fd0b74Schristos * po/id.po: New file. 150*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add id. 151*75fd0b74Schristos * configure: Regenerate. 152*75fd0b74Schristos 153*75fd0b74Schristos2008-10-21 Alan Modra <amodra@bigpond.net.au> 154*75fd0b74Schristos 155*75fd0b74Schristos * windmc.c (res_alloc): Remove unnecessary cast. 156*75fd0b74Schristos * windres.c (res_alloc, reswr_alloc): Likewise. 157*75fd0b74Schristos 158*75fd0b74Schristos2008-10-20 Nick Clifton <nickc@redhat.com> 159*75fd0b74Schristos 160*75fd0b74Schristos * readelf.c: Tidy up code formatting. 161*75fd0b74Schristos 162*75fd0b74Schristos2008-10-10 Nathan Froyd <froydnj@codesourcery.com> 163*75fd0b74Schristos 164*75fd0b74Schristos * readelf.c (display_power_gnu_attribute): Decode 165*75fd0b74Schristos Tag_GNU_Power_ABI_Struct_Return. 166*75fd0b74Schristos 167*75fd0b74Schristos2008-10-10 Alan Modra <amodra@bigpond.net.au> 168*75fd0b74Schristos 169*75fd0b74Schristos * embedspu.sh: Pass -Wa,-noexecstack to $CC. 170*75fd0b74Schristos 171*75fd0b74Schristos2008-10-09 Kai Tietz <kai.tietz@onevision.com> 172*75fd0b74Schristos 173*75fd0b74Schristos * dlltool.c (PAGE_SIZE): Make sure it has bfd_vma type. 174*75fd0b74Schristos (PAGE_MASK): Likewise. 175*75fd0b74Schristos (sfunc): Change to address size of bfd_vma for base-file. 176*75fd0b74Schristos (flush_page): Likewise. 177*75fd0b74Schristos (gen_exp_file): Likewise. 178*75fd0b74Schristos 179*75fd0b74Schristos2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com> 180*75fd0b74Schristos 181*75fd0b74Schristos * readelf.c (process_section_headers): Do not cut the section names and 182*75fd0b74Schristos types if running with --wide. 183*75fd0b74Schristos 184*75fd0b74Schristos2008-10-06 Tom Tromey <tromey@redhat.com> 185*75fd0b74Schristos 186*75fd0b74Schristos * dwarf.c (display_debug_frames): Change text for uniformity. 187*75fd0b74Schristos (process_debug_info): Likewise. 188*75fd0b74Schristos (display_debug_aranges): Likewise. Indent address output. 189*75fd0b74Schristos (display_debug_pubnames): Print offset in hex. 190*75fd0b74Schristos 191*75fd0b74Schristos2008-10-02 Andrew Paprocki <andrew@ishiboo.com> 192*75fd0b74Schristos 193*75fd0b74Schristos PR 6934 194*75fd0b74Schristos * stabs.c (parse_stab_string): Parse and ignore =Y<name> strings 195*75fd0b74Schristos generated by the SUNPro C++ compiler. 196*75fd0b74Schristos 197*75fd0b74Schristos2008-09-30 Andrew Paprocki <andrew@ishiboo.com> 198*75fd0b74Schristos 199*75fd0b74Schristos PR 6922 200*75fd0b74Schristos * stabs.c (parse_stab_sun_builtin_type): Parse, but ignore SUN's 201*75fd0b74Schristos 'b' and 'v' extensions. 202*75fd0b74Schristos 203*75fd0b74Schristos2008-09-29 Peter O'Gorman <pogma@thewrittenword.com> 204*75fd0b74Schristos Steve Ellcey <sje@cup.hp.com> 205*75fd0b74Schristos 206*75fd0b74Schristos * configure: Regenerate for new libtool. 207*75fd0b74Schristos * aclocal.m4: Ditto. 208*75fd0b74Schristos * Makefile.in: Ditto. 209*75fd0b74Schristos * doc/Makefile.in: Ditto. 210*75fd0b74Schristos 211*75fd0b74Schristos2008-09-28 Alan Modra <amodra@bigpond.net.au> 212*75fd0b74Schristos 213*75fd0b74Schristos * objcopy.c (setup_section): Set elf_group_id. 214*75fd0b74Schristos 215*75fd0b74Schristos2008-09-24 Richard Henderson <rth@redhat.com> 216*75fd0b74Schristos 217*75fd0b74Schristos * dwarf.c (size_of_encoded_value, get_encoded_value): Move up. 218*75fd0b74Schristos (decode_location_expression): Add section parameter. Handle 219*75fd0b74Schristos DW_OP_GNU_encoded_addr. 220*75fd0b74Schristos (read_and_display_attr_value): Update decode_location_expression call. 221*75fd0b74Schristos (display_debug_loc, display_debug_frames): Likewise. 222*75fd0b74Schristos 223*75fd0b74Schristos2008-09-25 Alan Modra <amodra@bigpond.net.au> 224*75fd0b74Schristos 225*75fd0b74Schristos PR 6913 226*75fd0b74Schristos * dwarf.c (print_dwarf_vma): Don't call printf without format string. 227*75fd0b74Schristos 228*75fd0b74Schristos2008-09-17 Jan Kratochvil <jan.kratochvil@redhat.com> 229*75fd0b74Schristos 230*75fd0b74Schristos Suppress warnings on NONE relocations to discarded sections. 231*75fd0b74Schristos * readelf.c (is_none_reloc): New function. 232*75fd0b74Schristos (debug_apply_relocations): Ignore is_none_reloc() relocations. 233*75fd0b74Schristos 234*75fd0b74Schristos2008-09-11 Jan Kratochvil <jan.kratochvil@redhat.com> 235*75fd0b74Schristos 236*75fd0b74Schristos Fix loading large elf64 binaries on 32bit hosts. 237*75fd0b74Schristos * configure.in: Call AC_SYS_LARGEFILE. 238*75fd0b74Schristos * config.in: Regenerate. 239*75fd0b74Schristos * configure: Regenerate. 240*75fd0b74Schristos 241*75fd0b74Schristos2008-09-11 Alan Modra <amodra@bigpond.net.au> 242*75fd0b74Schristos 243*75fd0b74Schristos * po/sv.po: Update. 244*75fd0b74Schristos 245*75fd0b74Schristos2008-09-08 Tristan Gingold <gingold@adacore.com> 246*75fd0b74Schristos 247*75fd0b74Schristos * BRANCHES: Add 2.18 and 2.19 release branches. 248*75fd0b74Schristos 249*75fd0b74Schristos2008-09-08 Tristan Gingold <gingold@adacore.com> 250*75fd0b74Schristos 251*75fd0b74Schristos * NEWS: Add a marker for the 2.19 features. 252*75fd0b74Schristos 253*75fd0b74Schristos2008-09-05 Daniel Jacobowitz <dan@codesourcery.com> 254*75fd0b74Schristos 255*75fd0b74Schristos * readelf.c (load_specific_debug_section): New function, from 256*75fd0b74Schristos load_debug_section. 257*75fd0b74Schristos (load_debug_section): Use load_specific_debug_section. 258*75fd0b74Schristos (display_debug_section): Use load_specific_debug_section. Check for 259*75fd0b74Schristos multiple sections with the same name. 260*75fd0b74Schristos 261*75fd0b74Schristos2008-08-28 Tristan Gingold <gingold@adacore.com> 262*75fd0b74Schristos 263*75fd0b74Schristos * objdump.c (dump_stabs): Add sections for Darwin. 264*75fd0b74Schristos 265*75fd0b74Schristos2008-08-25 Alan Modra <amodra@bigpond.net.au> 266*75fd0b74Schristos 267*75fd0b74Schristos * sysdep.h: Include "binary-io.h". 268*75fd0b74Schristos (O_BINARY): Don't define here. 269*75fd0b74Schristos * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here. 270*75fd0b74Schristos * strings.c: Likewise. 271*75fd0b74Schristos (main): Remove #ifdef SET_BINARY. 272*75fd0b74Schristos * Makefile.am: Run "make dep-am" 273*75fd0b74Schristos * Makefile.in: Regenerate. 274*75fd0b74Schristos 275*75fd0b74Schristos2008-08-24 Alan Modra <amodra@bigpond.net.au> 276*75fd0b74Schristos 277*75fd0b74Schristos * configure.in: Update a number of obsolete autoconf macros. 278*75fd0b74Schristos * configure: Regenerate. 279*75fd0b74Schristos * aclocal.m4: Regenerate. 280*75fd0b74Schristos 281*75fd0b74Schristos2008-08-21 Richard Henderson <rth@redhat.com> 282*75fd0b74Schristos 283*75fd0b74Schristos * readelf.c (is_32bit_pcrel_reloc): Fix hppa entry. 284*75fd0b74Schristos (is_64bit_pcrel_reloc): New. 285*75fd0b74Schristos (debug_apply_relocations): Use it. Handle hppa pcrel bias. 286*75fd0b74Schristos 287*75fd0b74Schristos2008-08-15 Alan Modra <amodra@bigpond.net.au> 288*75fd0b74Schristos 289*75fd0b74Schristos PR 6526 290*75fd0b74Schristos * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS. 291*75fd0b74Schristos * Makefile.in: Regenerate. 292*75fd0b74Schristos * aclocal.m4: Regenerate. 293*75fd0b74Schristos * config.in: Regenerate. 294*75fd0b74Schristos * configure: Regenerate. 295*75fd0b74Schristos * doc/Makefile.in: Regenerate. 296*75fd0b74Schristos 297*75fd0b74Schristos2008-08-09 Alan Modra <amodra@bigpond.net.au> 298*75fd0b74Schristos 299*75fd0b74Schristos PR 6615 300*75fd0b74Schristos * rename.c (smart_rename): Punctuate error messages. 301*75fd0b74Schristos 302*75fd0b74Schristos2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 303*75fd0b74Schristos Daniel Jacobowitz <dan@codesourcery.com> 304*75fd0b74Schristos Catherine Moore <clm@codesourcery.com> 305*75fd0b74Schristos Mark Shinwell <shinwell@codesourcery.com> 306*75fd0b74Schristos 307*75fd0b74Schristos * readelf.c (get_mips_symbol_other): Handle STO_MIPS_PLT and 308*75fd0b74Schristos STO_MIPS_PIC. 309*75fd0b74Schristos (slurp_rela_relocs, slurp_rel_relocs): Handle MIPS ELF64 here. 310*75fd0b74Schristos (dump_relocations, debug_apply_relocations): Don't handle it here. 311*75fd0b74Schristos (get_mips_dynamic_type): Handle DT_MIPS_PLTGOT and DT_MIPS_RWPLT. 312*75fd0b74Schristos (print_mips_pltgot_entry): New function. 313*75fd0b74Schristos (process_mips_specific): Dump the PLT GOT. 314*75fd0b74Schristos 315*75fd0b74Schristos2008-08-08 Alan Modra <amodra@bigpond.net.au> 316*75fd0b74Schristos 317*75fd0b74Schristos * readelf.c (is_64bit_abs_reloc): Return true for R_MIPS_64. 318*75fd0b74Schristos 319*75fd0b74Schristos2008-08-06 Alan Modra <amodra@bigpond.net.au> 320*75fd0b74Schristos 321*75fd0b74Schristos PR 6774 322*75fd0b74Schristos * objcopy.c (copy_object): Don't setup_bfd_headers when extract_symbol. 323*75fd0b74Schristos (setup_section): Don't zero vma and lma when extract_symbol. 324*75fd0b74Schristos (copy_section): Discard relocations when extract_symbol. 325*75fd0b74Schristos * doc/binutils.texi: Update --extract-symbol description. 326*75fd0b74Schristos 327*75fd0b74Schristos2008-08-04 Alan Modra <amodra@bigpond.net.au> 328*75fd0b74Schristos 329*75fd0b74Schristos * Makefile.am (POTFILES.in): Set LC_ALL=C. 330*75fd0b74Schristos * Makefile.in: Regenerate. 331*75fd0b74Schristos 332*75fd0b74Schristos2008-08-04 Markus Weiss <weissms@aros.org> 333*75fd0b74Schristos 334*75fd0b74Schristos * readelf.c (get_osabi_name <ELFOSABI_AROS>): Change name. 335*75fd0b74Schristos 336*75fd0b74Schristos2008-08-01 H.J. Lu <hongjiu.lu@intel.com> 337*75fd0b74Schristos 338*75fd0b74Schristos * dwarf.c (dwarf_regnames_i386): Remove AVX registers. 339*75fd0b74Schristos (dwarf_regnames_x86_64): Likewise. 340*75fd0b74Schristos 341*75fd0b74Schristos2008-07-30 Alan Modra <amodra@bigpond.net.au> 342*75fd0b74Schristos 343*75fd0b74Schristos * dlltool.c, dwarf.c, objdump.c, readelf.c, resrc.c, resres.c, 344*75fd0b74Schristos windmc.c: Silence gcc warnings. 345*75fd0b74Schristos 346*75fd0b74Schristos2008-07-28 Alan Modra <amodra@bigpond.net.au> 347*75fd0b74Schristos 348*75fd0b74Schristos * readelf.c (print_vma): Typo fix. 349*75fd0b74Schristos 350*75fd0b74Schristos2008-07-28 Alan Modra <amodra@bigpond.net.au> 351*75fd0b74Schristos 352*75fd0b74Schristos PR 6769 353*75fd0b74Schristos * readelf.c (print_dec_vma, print_hex_vma): Delete. 354*75fd0b74Schristos (print_vma): Use BFD_VMA_FMT. 355*75fd0b74Schristos * size.c (size_number, rprint_number): Likewise. 356*75fd0b74Schristos 357*75fd0b74Schristos2008-07-26 Michael Eager <eager@eagercon.com> 358*75fd0b74Schristos 359*75fd0b74Schristos * readelf.c (display_power_gnu_attribute): Display 360*75fd0b74Schristos single-precision hard float. 361*75fd0b74Schristos 362*75fd0b74Schristos2008-07-21 Luis Machado <luisgpm@br.ibm.com> 363*75fd0b74Schristos 364*75fd0b74Schristos * readelf.c (get_note_type): Handle VSX notes. 365*75fd0b74Schristos 366*75fd0b74Schristos2008-07-15 H.J. Lu <hongjiu.lu@intel.com> 367*75fd0b74Schristos 368*75fd0b74Schristos * objdump.c (load_debug_section): Initialize section_is_compressed 369*75fd0b74Schristos for gcc 3.4/ia64. 370*75fd0b74Schristos * readelf.c (load_debug_section): Likewise. 371*75fd0b74Schristos 372*75fd0b74Schristos2008-07-12 Jie Zhang <jie.zhang@analog.com> 373*75fd0b74Schristos 374*75fd0b74Schristos Revert 375*75fd0b74Schristos 2008-07-12 Jie Zhang <jie.zhang@analog.com> 376*75fd0b74Schristos * readelf.c (get_machine_flags): Deal with Blackfin specific 377*75fd0b74Schristos flags. 378*75fd0b74Schristos 379*75fd0b74Schristos2008-07-12 Jie Zhang <jie.zhang@analog.com> 380*75fd0b74Schristos 381*75fd0b74Schristos * readelf.c (get_machine_flags): Deal with Blackfin specific 382*75fd0b74Schristos flags. 383*75fd0b74Schristos 384*75fd0b74Schristos2008-07-09 Craig Silverstein <csilvers@google.com> 385*75fd0b74Schristos 386*75fd0b74Schristos * config.in: Add HAVE_ZLIB_H 387*75fd0b74Schristos * configure.in: Add test for libz and zlib.h 388*75fd0b74Schristos * configure: Regenerate. 389*75fd0b74Schristos * dwarf.c (debug_displays): Add .zdebug_* strings. 390*75fd0b74Schristos * dwarf.h (struct dwarf_section): Add fields uncompressed_namd 391*75fd0b74Schristos and compressed_name. 392*75fd0b74Schristos * objdump.c (load_debug_section): Call 393*75fd0b74Schristos bfd_uncompress_section_contents when loading a compressed 394*75fd0b74Schristos section. 395*75fd0b74Schristos (dump_dwarf_section): Recognize compressed section name. 396*75fd0b74Schristos (mach_o_dwarf_sections): Rename as 397*75fd0b74Schristos mach_o_uncompressed_dwarf_sections. 398*75fd0b74Schristos (mach_o_compressed_dwarf_sections): New variable. 399*75fd0b74Schristos (generic_dwarf_section): Rename as 400*75fd0b74Schristos generic_uncompressed_dwarf_sections. 401*75fd0b74Schristos (generic_compressed_dwarf_sections): New variable. 402*75fd0b74Schristos (check_mach_o_dwarf): Save and restore 403*75fd0b74Schristos mach_o_compressed_dwarf_sections. 404*75fd0b74Schristos * readelf.c: Add #include for config.h and zlib.h 405*75fd0b74Schristos (process_section_headers): Recognize compressed section name. 406*75fd0b74Schristos (uncompress_section_contents): New function. 407*75fd0b74Schristos (load_debug_section): Call uncompress_section_contents when 408*75fd0b74Schristos loading a compressed section. 409*75fd0b74Schristos (display_debug_section): Recognize compressed section name. 410*75fd0b74Schristos 411*75fd0b74Schristos2008-07-07 Alan Modra <amodra@bigpond.net.au> 412*75fd0b74Schristos 413*75fd0b74Schristos * objdump.c (find_symbol_for_address): Prefer symbols in current 414*75fd0b74Schristos section. 415*75fd0b74Schristos 416*75fd0b74Schristos2008-07-07 Alan Modra <amodra@bigpond.net.au> 417*75fd0b74Schristos 418*75fd0b74Schristos * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags. 419*75fd0b74Schristos * nlmconv.c (main, powerpc_build_stubs): Likewise. 420*75fd0b74Schristos * rescoff.c (write_coff_file): Likewise. 421*75fd0b74Schristos * resres.c (write_res_file): Likewise. 422*75fd0b74Schristos * windmc.c (windmc_write_bin): Likewise. 423*75fd0b74Schristos 424*75fd0b74Schristos2008-06-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com> 425*75fd0b74Schristos 426*75fd0b74Schristos * readelf.c (guess_is_rela): Add EM_CR16_OLD. 427*75fd0b74Schristos (dump_relocations): Likewise. 428*75fd0b74Schristos (get_machine_name): Likewise. 429*75fd0b74Schristos (is_32bit_abs_reloc): Likewise. 430*75fd0b74Schristos 431*75fd0b74Schristos2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 432*75fd0b74Schristos 433*75fd0b74Schristos * configure: Regenerate. 434*75fd0b74Schristos 435*75fd0b74Schristos2008-06-12 DJ Delorie <dj@redhat.com> 436*75fd0b74Schristos 437*75fd0b74Schristos * readelf.c (guess_is_rela): Add EM_M32C_OLD. 438*75fd0b74Schristos (dump_relocations): Likewise. 439*75fd0b74Schristos (process_section_headers): Likewise. 440*75fd0b74Schristos (is_32bit_abs_reloc): Likewise. 441*75fd0b74Schristos (is_16bit_abs_reloc): Likewise. 442*75fd0b74Schristos 443*75fd0b74Schristos2008-06-12 Nick Clifton <nickc@redhat.com> 444*75fd0b74Schristos 445*75fd0b74Schristos PR binutils/6483 446*75fd0b74Schristos * objdump.c (dump_bfd): If the -g option found no STABS or IEEE 447*75fd0b74Schristos debug information to display, try dumping DWARF information 448*75fd0b74Schristos instead. 449*75fd0b74Schristos * rddbg.c (read_debugging_info): Add a parameter to suppress the 450*75fd0b74Schristos display of a warning message when no debug information is found. 451*75fd0b74Schristos * budbg.h (read_debugging_info): Update prototype. 452*75fd0b74Schristos * objcopy.c (copy_object): Continue to allow read_debugging_info 453*75fd0b74Schristos to produce warning messages. 454*75fd0b74Schristos * doc/binutils.texi (--debugging): Document new behaviour of the 455*75fd0b74Schristos -g/--debugging option. 456*75fd0b74Schristos 457*75fd0b74Schristos2008-06-10 Ben Elliston <bje@gnu.org> 458*75fd0b74Schristos 459*75fd0b74Schristos * MAINTAINERS: Remove myself as m68k maintainer. 460*75fd0b74Schristos 461*75fd0b74Schristos2008-05-14 Alan Modra <amodra@bigpond.net.au> 462*75fd0b74Schristos 463*75fd0b74Schristos * Makefile.in: Regenerate. 464*75fd0b74Schristos * doc/Makefile.in: Regenerate. 465*75fd0b74Schristos 466*75fd0b74Schristos2008-05-12 Alan Modra <amodra@bigpond.net.au> 467*75fd0b74Schristos 468*75fd0b74Schristos * embedspu.sh: Test for presence of ._ea by looking at section 469*75fd0b74Schristos table rather than looking at relocs. Correct toe_addr substitution. 470*75fd0b74Schristos 471*75fd0b74Schristos2008-05-08 Alan Modra <amodra@bigpond.net.au> 472*75fd0b74Schristos 473*75fd0b74Schristos * embedspu.sh: Take note of R_SPU_PPU32/64 relocs without a symbol, 474*75fd0b74Schristos and if present, put image in ".data.speelf". Put program handle 475*75fd0b74Schristos in ".data.spehandle". 476*75fd0b74Schristos 477*75fd0b74Schristos2008-05-01 Nick Clifton <nickc@redhat.com> 478*75fd0b74Schristos 479*75fd0b74Schristos * readelf.c (print_symbol): Add code to display non-printing 480*75fd0b74Schristos characters. 481*75fd0b74Schristos 482*75fd0b74Schristos2008-04-30 John Heidemann <johnh@isi.edu> 483*75fd0b74Schristos 484*75fd0b74Schristos * doc/binutils.texi (strings): Add "unicode" to the documentation 485*75fd0b74Schristos of strings in order to make explicit that it supports this 486*75fd0b74Schristos feature. 487*75fd0b74Schristos 488*75fd0b74Schristos2008-04-30 Alan Modra <amodra@bigpond.net.au> 489*75fd0b74Schristos 490*75fd0b74Schristos * readelf.c (process_program_headers): Correct section in segment 491*75fd0b74Schristos display. 492*75fd0b74Schristos 493*75fd0b74Schristos2008-04-28 M Thomas <mthomas@rhrk.uni-kl.de> 494*75fd0b74Schristos Nick Clifton <nickc@redhat.com> 495*75fd0b74Schristos 496*75fd0b74Schristos PR binutils/6449 497*75fd0b74Schristos * objdump.c (slurp_file): Open the file in binary mode. 498*75fd0b74Schristos * ar.c: Remove conditional definition of O_BINARY. 499*75fd0b74Schristos * bin2.c: Likewise. 500*75fd0b74Schristos * rename.c: Likewise. 501*75fd0b74Schristos * strings.c: Likewise. 502*75fd0b74Schristos * sysdep.h: Add conditional definition of O_BINARY. 503*75fd0b74Schristos 504*75fd0b74Schristos2008-04-23 Paolo Bonzini <bonzini@gnu.org> 505*75fd0b74Schristos 506*75fd0b74Schristos * aclocal.m4: Regenerate. 507*75fd0b74Schristos * configure: Regenerate. 508*75fd0b74Schristos 509*75fd0b74Schristos2008-04-16 Jean-Yves Lefort <jylefort@brutele.be> 510*75fd0b74Schristos 511*75fd0b74Schristos PR binutils/6034 512*75fd0b74Schristos * objcopy.c (stuct symlist): Rename to 513*75fd0b74Schristos is_specified_symbol_predicate_data. 514*75fd0b74Schristos (strip_specific_list): Rename to strip_specific_htab. 515*75fd0b74Schristos (strip_unneeded_list): Rename to strip_unneeded_htab. 516*75fd0b74Schristos (keep_specific_list): Rename to keep_specific_htab. 517*75fd0b74Schristos (localize_specific_list): Rename to localize_specific_htab. 518*75fd0b74Schristos (globalize_specific_list): Rename to globalize_specific_htab. 519*75fd0b74Schristos (keepglobal_specific_list): Rename to keepglobal_specific_htab. 520*75fd0b74Schristos (weaken_specific_list): Rename to weaken_specific_htab. 521*75fd0b74Schristos (eq_string): New function. 522*75fd0b74Schristos (create_symbol_htab): New function. 523*75fd0b74Schristos (create_symbol_htabs): New function. 524*75fd0b74Schristos (add_specific_symbol): Change to use hash tables. 525*75fd0b74Schristos (is_specified_symbol_predicate): New function. 526*75fd0b74Schristos (is_specified_symbol): Use hash table lookup. 527*75fd0b74Schristos (is_strip_section): Update to use new functions and hash tables. 528*75fd0b74Schristos (filter_symbols): Likewise. 529*75fd0b74Schristos (copy_object): Likewise. 530*75fd0b74Schristos (copy_section): Likewise. 531*75fd0b74Schristos (strip_main): Likewise. 532*75fd0b74Schristos (copy_main): Likewise. 533*75fd0b74Schristos (main): Likewise. 534*75fd0b74Schristos 535*75fd0b74Schristos2008-04-14 David S. Miller <davem@davemloft.net> 536*75fd0b74Schristos 537*75fd0b74Schristos * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION. 538*75fd0b74Schristos 539*75fd0b74Schristos2008-04-11 Torleif Sandnes <torleif.sandnes@gmail.com> 540*75fd0b74Schristos 541*75fd0b74Schristos * dwarf.c (display_debug_lines): Rename to 542*75fd0b74Schristos display_debug_lines_raw. 543*75fd0b74Schristos (display_debug_lines_decoded): New function. Displays the 544*75fd0b74Schristos interpreted contents of a .debug_line section. 545*75fd0b74Schristos (display_debug_lines): New function: Selects either a raw dump or 546*75fd0b74Schristos a decoded dump (or both) as requested by the user. 547*75fd0b74Schristos * dwarf.h (do_debug_lines_decoded): New extern. 548*75fd0b74Schristos * readelf.c: Add support for -wL or --debug-dump=decodedline 549*75fd0b74Schristos option to display the decoded contents of a .debug_line section. 550*75fd0b74Schristos * doc/binutils.texi: Document the new option. 551*75fd0b74Schristos * NEWS: Mention the new feature. 552*75fd0b74Schristos 553*75fd0b74Schristos2008-04-08 Alan Modra <amodra@bigpond.net.au> 554*75fd0b74Schristos 555*75fd0b74Schristos * dwarf.c: Remove trailing whitespace throughout file. 556*75fd0b74Schristos 557*75fd0b74Schristos2008-04-04 Nick Clifton <nickc@redhat.com> 558*75fd0b74Schristos 559*75fd0b74Schristos * po/sk.po: Updated Slovak translation. 560*75fd0b74Schristos 561*75fd0b74Schristos2008-04-03 H.J. Lu <hongjiu.lu@intel.com> 562*75fd0b74Schristos 563*75fd0b74Schristos * dwarf.c (dwarf_regnames_i386): Add AVX registers. 564*75fd0b74Schristos (dwarf_regnames_x86_64): Likewise. 565*75fd0b74Schristos 566*75fd0b74Schristos2008-03-27 Cary Coutant <ccoutant@google.com> 567*75fd0b74Schristos 568*75fd0b74Schristos Add support for thin archives. 569*75fd0b74Schristos * ar.c (make_thin_archive): New global flag. 570*75fd0b74Schristos (map_over_members): Deal with full pathnames in thin archives. 571*75fd0b74Schristos (usage, main): Add 'T' option for building thin archives. 572*75fd0b74Schristos (replace_members): Pass thin archive flag to ar_emul_append. 573*75fd0b74Schristos * arsup.c (ar_open): Initialize new flag. 574*75fd0b74Schristos * binemul.c (ar_emul_append): Add new parameter for 575*75fd0b74Schristos flattening nested archives. 576*75fd0b74Schristos (do_ar_emul_default_append): New function. 577*75fd0b74Schristos (ar_emul_default_append): Factored out recursive code. 578*75fd0b74Schristos * binutils/binemul.h (ar_emul_default_append): Add new parameter. 579*75fd0b74Schristos (struct bin_emulation_xfer_struct): New parameter for ar_append. 580*75fd0b74Schristos * dlltool.c (gen_lib_file): Initialize thin archive flag. 581*75fd0b74Schristos * emul_aix.c (ar_emul_aix_internal): Add new flatten 582*75fd0b74Schristos parameter, currently unimplemented. 583*75fd0b74Schristos All callers changed. 584*75fd0b74Schristos * objcopy.c (copy_archive): Preserve thin archive flag. 585*75fd0b74Schristos * doc/binutils.texi: Update ar documentation. 586*75fd0b74Schristos * NEWS: Mention the new feature. 587*75fd0b74Schristos 588*75fd0b74Schristos2008-03-20 H.J. Lu <hongjiu.lu@intel.com> 589*75fd0b74Schristos 590*75fd0b74Schristos * readelf.c (process_mips_specific): Declare addr_size as int. 591*75fd0b74Schristos 592*75fd0b74Schristos2008-03-20 Richard Sandiford <rsandifo@nildram.co.uk> 593*75fd0b74Schristos 594*75fd0b74Schristos * readelf.c (print_mips_got_entry): New function. 595*75fd0b74Schristos (process_mips_specific): Print GOT information. 596*75fd0b74Schristos 597*75fd0b74Schristos2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 598*75fd0b74Schristos 599*75fd0b74Schristos * aclocal.m4: Regenerate. 600*75fd0b74Schristos * configure: Likewise. 601*75fd0b74Schristos * Makefile.in: Likewise. 602*75fd0b74Schristos * doc/Makefile.in: Likewise. 603*75fd0b74Schristos 604*75fd0b74Schristos2008-03-16 Brian Dessent <brian@dessent.net> 605*75fd0b74Schristos 606*75fd0b74Schristos * rcparse.y (resid): Allow control text to span multiple lines. 607*75fd0b74Schristos 608*75fd0b74Schristos2008-03-13 Alan Modra <amodra@bigpond.net.au> 609*75fd0b74Schristos 610*75fd0b74Schristos * readelf.c: Use %u throughout when printing sh_link or sh_info, 611*75fd0b74Schristos %lu when printing sh_addralign. 612*75fd0b74Schristos (process_version_sections): Use identical formats when printing 613*75fd0b74Schristos all offset and sh_link fields. 614*75fd0b74Schristos 615*75fd0b74Schristos2008-03-13 Alan Modra <amodra@bigpond.net.au> 616*75fd0b74Schristos 617*75fd0b74Schristos * Makefile.am: Run "make dep-am". 618*75fd0b74Schristos * Makefile.in: Regenerate. 619*75fd0b74Schristos * doc/Makefile.in: Regenerate. 620*75fd0b74Schristos * configure: Regenerate. 621*75fd0b74Schristos 622*75fd0b74Schristos2008-03-12 Alan Modra <amodra@bigpond.net.au> 623*75fd0b74Schristos 624*75fd0b74Schristos PR 5900 625*75fd0b74Schristos * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete. 626*75fd0b74Schristos Remove use throughout file. 627*75fd0b74Schristos (SECTION_HEADER): Likewise. 628*75fd0b74Schristos (dump_relocations): Don't adjust st_shndx for reserved range. 629*75fd0b74Schristos (process_file_header): Mask SHN_XINDEX to values seen in external 630*75fd0b74Schristos elf structs. Simplify valid section index tests. 631*75fd0b74Schristos (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX. 632*75fd0b74Schristos Map reserved st_shndx to internal form. 633*75fd0b74Schristos (process_section_groups): Test that group symbol st_shndx is in 634*75fd0b74Schristos range, not just non-zero. Delete reserved range check. 635*75fd0b74Schristos (get_symbol_index_type): Mask "type" to 16 bits when printing PRC, 636*75fd0b74Schristos OS or RSV. 637*75fd0b74Schristos 638*75fd0b74Schristos2008-03-09 Paul Brook <paul@codesourcery.com> 639*75fd0b74Schristos 640*75fd0b74Schristos * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16". 641*75fd0b74Schristos 642*75fd0b74Schristos2008-03-03 James E. Wilson <wilson@tuliptree.org> 643*75fd0b74Schristos 644*75fd0b74Schristos * MAINTAINERS: Update my email address. 645*75fd0b74Schristos 646*75fd0b74Schristos2008-03-03 Nick Clifton <nickc@redhat.com> 647*75fd0b74Schristos 648*75fd0b74Schristos * dwarf.c (decode_location_expression): Handle 649*75fd0b74Schristos DW_OP_PGI_omp_thread_num. 650*75fd0b74Schristos 651*75fd0b74Schristos2008-03-01 Alan Modra <amodra@bigpond.net.au> 652*75fd0b74Schristos 653*75fd0b74Schristos * objdump.c (objdump_print_addr): Initialise "sym". 654*75fd0b74Schristos 655*75fd0b74Schristos2008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net> 656*75fd0b74Schristos Nick Clifton <nickc@redhat.com> 657*75fd0b74Schristos 658*75fd0b74Schristos * ar.c (usage): Mention -t command line switch. 659*75fd0b74Schristos * doc/binutils.texi (ranlib): Document -t command line switch. 660*75fd0b74Schristos 661*75fd0b74Schristos2008-02-26 Nick Clifton <nickc@redhat.com> 662*75fd0b74Schristos 663*75fd0b74Schristos * objdump.c (objdump_print_addr): If displaying file offsets, show 664*75fd0b74Schristos the offset even if there are no symbols available. 665*75fd0b74Schristos (dump_section): Display nothing if none of the section is going to 666*75fd0b74Schristos be dumped. Display the file offset, if requested, of the location 667*75fd0b74Schristos from where the dump starts. 668*75fd0b74Schristos * doc/binutils.texi (objdump): Mention that dumping via the -s 669*75fd0b74Schristos switch is also affected by the -F option. 670*75fd0b74Schristos 671*75fd0b74Schristos2008-02-26 Nick Clifton <nickc@redhat.com> 672*75fd0b74Schristos 673*75fd0b74Schristos Re-apply this patch which was accidentally deleted: 674*75fd0b74Schristos 2006-05-16 Carlos O'Donell <carlos@codesourcery.com> 675*75fd0b74Schristos 676*75fd0b74Schristos * doc/binutils.texi: Use "Binutils Index" for index name. 677*75fd0b74Schristos 678*75fd0b74Schristos2008-02-22 Nick Clifton <nickc@redhat.com> 679*75fd0b74Schristos 680*75fd0b74Schristos * objdump.c (display_file_offsets): New variable. 681*75fd0b74Schristos (long_options): Add -F/--file-offsets. 682*75fd0b74Schristos (objdump_print_addr_with_sym): If displaying file offsets, print 683*75fd0b74Schristos the offset of the given address. 684*75fd0b74Schristos (disassemble_bytes): If displaying file offsets, tell the user how 685*75fd0b74Schristos many zeroes are skipped and the file offset of the point where 686*75fd0b74Schristos dumping resumes. 687*75fd0b74Schristos (disassemble_section): Only display the name of the section if 688*75fd0b74Schristos data is going to be dumped from it. 689*75fd0b74Schristos (main): Handle new option. Produce error messages if the start or 690*75fd0b74Schristos stop addresses do not make sense. 691*75fd0b74Schristos * doc/binutils.texi: Document the new feature. 692*75fd0b74Schristos * NEWS: Mention the new feature. 693*75fd0b74Schristos 694*75fd0b74Schristos2008-02-15 Chu Li <chul@cn.fujitsu.com> 695*75fd0b74Schristos Nick Clifton <nickc@redhat.com> 696*75fd0b74Schristos 697*75fd0b74Schristos PR binutils/5713 698*75fd0b74Schristos * strings.c (integer_arg): Delete function. 699*75fd0b74Schristos (string_min): Initialise to 4. 700*75fd0b74Schristos (main): Use strtoul to parse integer arguments. 701*75fd0b74Schristos Move check for an invalid string length to after all the arguments 702*75fd0b74Schristos have been parsed. 703*75fd0b74Schristos (usage): Use indentation to indicate that -<n> is a another form 704*75fd0b74Schristos of the --bytes= command line option. 705*75fd0b74Schristos 706*75fd0b74Schristos2008-02-12 Nick Clifton <nickc@redhat.com> 707*75fd0b74Schristos 708*75fd0b74Schristos * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to 709*75fd0b74Schristos the argument. 710*75fd0b74Schristos (scan_obj_filename): Do not drop the const qualifier when calling 711*75fd0b74Schristos mcore_elf_cache_filename. 712*75fd0b74Schristos (struct fname_cache): Add const qualifier to filename field. 713*75fd0b74Schristos 714*75fd0b74Schristos2008-02-08 H.J. Lu <hongjiu.lu@intel.com> 715*75fd0b74Schristos 716*75fd0b74Schristos PR binutils/5713 717*75fd0b74Schristos * strings.c (main): Set string_min to 4 if it is <= 0. 718*75fd0b74Schristos 719*75fd0b74Schristos2008-02-07 Alan Modra <amodra@bigpond.net.au> 720*75fd0b74Schristos 721*75fd0b74Schristos * objdump.c (main): Don't pass unadorned NULL to concat. 722*75fd0b74Schristos 723*75fd0b74Schristos2008-02-04 H.J. Lu <hongjiu.lu@intel.com> 724*75fd0b74Schristos 725*75fd0b74Schristos PR 5715 726*75fd0b74Schristos * configure: Regenerated. 727*75fd0b74Schristos 728*75fd0b74Schristos2008-02-03 Adam Nemet <anemet@caviumnetworks.com> 729*75fd0b74Schristos 730*75fd0b74Schristos * readelf.c (get_machine_flags): Handle Octeon. 731*75fd0b74Schristos 732*75fd0b74Schristos2008-01-30 Tristan Gingold <gingold@adacore.com> 733*75fd0b74Schristos 734*75fd0b74Schristos * readelf.c (dump_relocations): Decode OpenVMS-specific sections. 735*75fd0b74Schristos (get_ia64_dynamic_type): Decode OpenVMS-specific tags. 736*75fd0b74Schristos (get_dynamic_type): Handle IA64-specific tags. 737*75fd0b74Schristos (get_ia64_section_type_name): Handle OpenVMS-specific sections. 738*75fd0b74Schristos (get_section_type_name): Handle OS-specific sections (and 739*75fd0b74Schristos particularly IA64 OpenVMS one). 740*75fd0b74Schristos (get_elf_section_flags): Makes flags static. Add entries for IA64 and 741*75fd0b74Schristos decode them. 742*75fd0b74Schristos 743*75fd0b74Schristos2008-01-29 Nick Clifton <nickc@redhat.com> 744*75fd0b74Schristos 745*75fd0b74Schristos * dwarf.c (print_dwarf_vma): New function. Display the value of a 746*75fd0b74Schristos dwarf_vma type at a specified precision. Use mingw field type 747*75fd0b74Schristos specifier if necessary. 748*75fd0b74Schristos (display_debug_loc): Use dwarf_vma type for begin and end values. 749*75fd0b74Schristos Use print_dwarf_vma to display their values. Use byte_get_signed 750*75fd0b74Schristos in order to correctly detect the -1 escape value. 751*75fd0b74Schristos (display_debug_aranges): Likewise. 752*75fd0b74Schristos (display_debug_ranges): Likewise. 753*75fd0b74Schristos 754*75fd0b74Schristos2008-01-29 Alan Modra <amodra@bigpond.net.au> 755*75fd0b74Schristos 756*75fd0b74Schristos * dwarf.c (display_debug_loc): Correct test for base address 757*75fd0b74Schristos entry when 64-bit host dumping 32-bit object. 758*75fd0b74Schristos 759*75fd0b74Schristos2008-01-29 Alan Modra <amodra@bigpond.net.au> 760*75fd0b74Schristos 761*75fd0b74Schristos * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU. 762*75fd0b74Schristos 763*75fd0b74Schristos2008-01-28 Nick Clifton <nickc@redhat.com> 764*75fd0b74Schristos 765*75fd0b74Schristos PR binutils/5529 766*75fd0b74Schristos * rclex.c (yylex): Also allow the hypen character. 767*75fd0b74Schristos 768*75fd0b74Schristos2008-01-28 H.J. Lu <hongjiu.lu@intel.com> 769*75fd0b74Schristos 770*75fd0b74Schristos * dwarf.c: Include "elf/common.h". 771*75fd0b74Schristos (eh_addr_size): Changed to int. 772*75fd0b74Schristos (dwarf_regnames_i386): New. 773*75fd0b74Schristos (dwarf_regnames_x86_64): Likewise. 774*75fd0b74Schristos (dwarf_regnames): Likewise. 775*75fd0b74Schristos (dwarf_regnames_count): Likewise. 776*75fd0b74Schristos (init_dwarf_regnames): Likewise. 777*75fd0b74Schristos (regname): Likewise. 778*75fd0b74Schristos (frame_display_row): Properly support different address size. 779*75fd0b74Schristos Call regname to get register name. 780*75fd0b74Schristos (display_debug_frames): Call regname to get register name. 781*75fd0b74Schristos Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register 782*75fd0b74Schristos instead of DW_CFA_def_cfa_reg. 783*75fd0b74Schristos 784*75fd0b74Schristos * dwarf.h (init_dwarf_regnames): New. 785*75fd0b74Schristos 786*75fd0b74Schristos * objdump.c: Include "elf-bfd.h". 787*75fd0b74Schristos (dump_dwarf): Call init_dwarf_regnames on ELF input. 788*75fd0b74Schristos 789*75fd0b74Schristos * readelf.c (guess_is_rela): Change argument to int. 790*75fd0b74Schristos (parse_args): Remove the undocumented upper case options for 791*75fd0b74Schristos -wX. 792*75fd0b74Schristos (process_file_header): Call init_dwarf_regnames. 793*75fd0b74Schristos 794*75fd0b74Schristos2008-01-25 DJ Delorie <dj@redhat.com> 795*75fd0b74Schristos 796*75fd0b74Schristos * readelf.c (process_section_headers): Add m16c handler. 797*75fd0b74Schristos (is_16bit_abs_reloc): Recognize R_M32C_16. 798*75fd0b74Schristos 799*75fd0b74Schristos2008-01-25 Kai Tietz <kai.tietz@onevision.com> 800*75fd0b74Schristos 801*75fd0b74Schristos * prdbg.c: Correct formatter style use. 802*75fd0b74Schristos * readelf.c: Likewise. 803*75fd0b74Schristos * strings.c: Likewise. 804*75fd0b74Schristos 805*75fd0b74Schristos2008-01-25 Nick Clifton <nickc@redhat.com> 806*75fd0b74Schristos 807*75fd0b74Schristos * po/ru.po: Updated Russian translation. 808*75fd0b74Schristos 809*75fd0b74Schristos2008-01-17 H.J. Lu <hjl.tools@gmail.com> 810*75fd0b74Schristos 811*75fd0b74Schristos * MAINTAINERS: Update my email address. 812*75fd0b74Schristos 813*75fd0b74Schristos2008-01-14 Nick Clifton <nickc@redhat.com> 814*75fd0b74Schristos 815*75fd0b74Schristos * dwarf.c (process_debug_info): Include the CU offset and corrupt 816*75fd0b74Schristos version value when reporting unrecognised DWARF version numbers. 817*75fd0b74Schristos (load_debug_info): Remember a failed attempt to load and parse the 818*75fd0b74Schristos .debug_info section and do not repeat such attempts. 819*75fd0b74Schristos (display_debug_lines): Check the return value from load_debug_info 820*75fd0b74Schristos and return whilst displaying a warning message if the load failed. 821*75fd0b74Schristos (display_debug_loc): Likewise. 822*75fd0b74Schristos (display_debug_ranges): Likewise. 823*75fd0b74Schristos (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries 824*75fd0b74Schristos when the .debug_info section could not be loaded/parsed. 825*75fd0b74Schristos (process_debug_info): Display the length of the compilation unit 826*75fd0b74Schristos in hex, so that it corresponds with the offsets that will follow. 827*75fd0b74Schristos Tell the user if the length was 32-bit or 64-bit. 828*75fd0b74Schristos If a DIE abbreviation could not be found, tell the user the offset 829*75fd0b74Schristos of the DIE. 830*75fd0b74Schristos (free_debug_memory): Do not attempt to free any entries in the 831*75fd0b74Schristos debug_information array if num_debug_info_entries is set to 832*75fd0b74Schristos DEBUG_INFO_UNAVAILABLE. 833*75fd0b74Schristos 834*75fd0b74Schristos2008-01-10 Andreas Schwab <schwab@suse.de> 835*75fd0b74Schristos 836*75fd0b74Schristos * readelf.c (is_64bit_abs_reloc): Handle R_S390_64. 837*75fd0b74Schristos 838*75fd0b74Schristos2008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx> 839*75fd0b74Schristos 840*75fd0b74Schristos PR binutils/55326 841*75fd0b74Schristos * bucomm.c (list_supported_architectures): Free architecture list 842*75fd0b74Schristos after use. 843*75fd0b74Schristos * windres.c (set_endianess): Likewise. 844*75fd0b74Schristos * windmc.c (set_endianess): Likewise. 845*75fd0b74Schristos 846*75fd0b74Schristos2008-01-08 Kai Tietz <kai.tietz@onevision.com> 847*75fd0b74Schristos 848*75fd0b74Schristos PR binutils/5529 849*75fd0b74Schristos * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post 850*75fd0b74Schristos characters for name tokens. 851*75fd0b74Schristos 852*75fd0b74Schristos2008-01-04 Greg McGary <greg@mcgary.org> 853*75fd0b74Schristos 854*75fd0b74Schristos * prdbg.c (print_vma): Print as long long, if host supports it. 855*75fd0b74Schristos 856*75fd0b74Schristos2008-01-03 Nick Clifton <nickc@redhat.com> 857*75fd0b74Schristos 858*75fd0b74Schristos * dwarf.c (read_and_display_attr_value): Prefix values that are 859*75fd0b74Schristos displayed in hexadecimal with 0x. 860*75fd0b74Schristos For the DW_AT_import attribute display the abbreviation number and 861*75fd0b74Schristos tag of the imported DIE. 862*75fd0b74Schristos (process_debug_info): Warn about lengths that reserved by the 863*75fd0b74Schristos DWARF3 specification. 864*75fd0b74Schristos Provide more information when corrupted DIEs are detected. 865*75fd0b74Schristos Warn if DIE corruption makes the sibling level negative. 866*75fd0b74Schristos 867*75fd0b74SchristosFor older changes see ChangeLog-2007 868*75fd0b74Schristos 869*75fd0b74SchristosCopyright (C) 2008 Free Software Foundation, Inc. 870*75fd0b74Schristos 871*75fd0b74SchristosCopying and distribution of this file, with or without modification, 872*75fd0b74Schristosare permitted in any medium without royalty provided the copyright 873*75fd0b74Schristosnotice and this notice are preserved. 874*75fd0b74Schristos 875*75fd0b74SchristosLocal Variables: 876*75fd0b74Schristosmode: change-log 877*75fd0b74Schristosleft-margin: 8 878*75fd0b74Schristosfill-column: 74 879*75fd0b74Schristosversion-control: never 880*75fd0b74SchristosEnd: 881