1*75fd0b74Schristos2007-12-24 Nick Clifton <nickc@redhat.com> 2*75fd0b74Schristos 3*75fd0b74Schristos * po/ru.po: Updated Russian translation. 4*75fd0b74Schristos 5*75fd0b74Schristos2007-12-22 H.J. Lu <hongjiu.lu@intel.com> 6*75fd0b74Schristos 7*75fd0b74Schristos * doc/binutils.texi: Document the new intel-mnemonic and 8*75fd0b74Schristos intel-mnemonic options for i386 disassembler. 9*75fd0b74Schristos 10*75fd0b74Schristos2007-12-07 Bob Wilson <bob.wilson@acm.org> 11*75fd0b74Schristos 12*75fd0b74Schristos * readelf.c (is_32bit_pcrel_reloc): Add Xtensa. 13*75fd0b74Schristos 14*75fd0b74Schristos2007-12-04 Alan Modra <amodra@bigpond.net.au> 15*75fd0b74Schristos 16*75fd0b74Schristos * readelf.c (is_32bit_abs_reloc, is_32bit_pcrel_reloc): Add SPU. 17*75fd0b74Schristos 18*75fd0b74Schristos2007-11-29 Mark Shinwell <shinwell@codesourcery.com> 19*75fd0b74Schristos 20*75fd0b74Schristos * readelf.c (get_machine_flags): Handle Loongson-2E and -2F 21*75fd0b74Schristos flags. 22*75fd0b74Schristos 23*75fd0b74Schristos2007-11-26 Alan Modra <amodra@bigpond.net.au> 24*75fd0b74Schristos 25*75fd0b74Schristos * cxxfilt.c (demangle_it): Don't call printf without format string. 26*75fd0b74Schristos 27*75fd0b74Schristos2007-11-21 Hans-Peter Nilsson <hp@axis.com> 28*75fd0b74Schristos 29*75fd0b74Schristos * dwarf.c (display_debug_loc): Cast section_end - start to long 30*75fd0b74Schristos for output format. 31*75fd0b74Schristos 32*75fd0b74Schristos2007-11-20 Nick Clifton <nickc@redhat.com> 33*75fd0b74Schristos 34*75fd0b74Schristos * dwarf.c (display_debug_loc): Issue a warning if there are bytes 35*75fd0b74Schristos at the end of the .debug_loc section which are not referenced by 36*75fd0b74Schristos any attribute in the .debug_info section. 37*75fd0b74Schristos 38*75fd0b74Schristos2007-11-19 Nick Clifton <nickc@redhat.com> 39*75fd0b74Schristos 40*75fd0b74Schristos * readelf.c (is_32bit_abs_reloc): Add support for NIOS relocs. 41*75fd0b74Schristos (is_64bit_abs_reloc): Add support for HPPA relocs. 42*75fd0b74Schristos (is_16bit_abs_reloc): Add support for NIOS relocs. 43*75fd0b74Schristos 44*75fd0b74Schristos2007-11-17 Thiemo Seufer <ths@mips.com> 45*75fd0b74Schristos 46*75fd0b74Schristos * readelf.c (display_mips_gnu_attribute): Recognize -mips32r2 -mfp64 47*75fd0b74Schristos objects. 48*75fd0b74Schristos 49*75fd0b74Schristos2007-11-16 Nick Clifton <nickc@redhat.com> 50*75fd0b74Schristos 51*75fd0b74Schristos * dwarf.c (process_extended_line_op): Add cases for HP extensions 52*75fd0b74Schristos to the line ops. Mention if an unknown op code is in the user 53*75fd0b74Schristos defined range. 54*75fd0b74Schristos (decode_location_expression): Add cases for HP extensions, the 55*75fd0b74Schristos DW_OP_GNU_uninit extension and the DW_OP_call_frame_cfa and 56*75fd0b74Schristos DW_OP_bit_piece DWARF3 operators. 57*75fd0b74Schristos (read_and_display_attr): Correct list of attributes which can 58*75fd0b74Schristos reference a location list. 59*75fd0b74Schristos (read_and_display_attr_value): Add cases for DWARF3 values and HP 60*75fd0b74Schristos extensions. 61*75fd0b74Schristos Correct list of attributes which can reference a location list. 62*75fd0b74Schristos (get_AT_name): Add cases for DWARF3 values and HP and PGI 63*75fd0b74Schristos extensions. 64*75fd0b74Schristos 65*75fd0b74Schristos2007-11-07 Karl Berry <karl@gnu.org> 66*75fd0b74Schristos 67*75fd0b74Schristos * doc/binutils.texi: Update to FDL 1.2. 68*75fd0b74Schristos (Top): consistent punctuation in menu entries. 69*75fd0b74Schristos (Index): Rename from Binutils Index. 70*75fd0b74Schristos * doc/fdl.texi: Update from http://www.gnu.org/licenses/fdl.texi. 71*75fd0b74Schristos 72*75fd0b74Schristos2007-10-31 Nick Clifton <nickc@redhat.com> 73*75fd0b74Schristos 74*75fd0b74Schristos * dwarf.c (is_relocatable): Remove definition. 75*75fd0b74Schristos (display_debug_frames): Remove check in is_relocatable. 76*75fd0b74Schristos * dwarf.h (is_relocatable): Remove declaration. 77*75fd0b74Schristos * objdump.c (is_relocatable): New static definition. 78*75fd0b74Schristos * readelf.c (dump_relocations): Make the function void. 79*75fd0b74Schristos (is_32bit_abs_reloc): Add support for x86, Arc, Arm, D10V, Dlx, 80*75fd0b74Schristos OR32 and Score. 81*75fd0b74Schristos (is_32bit_pcrel_reloc): Add support for x86 and Arm. 82*75fd0b74Schristos (is_16bit_abs_reloc): Add support for D10V. 83*75fd0b74Schristos (debug_apply_rela_addends): Rename to debug_apply_relocations. 84*75fd0b74Schristos Add code to support rel relocations. 85*75fd0b74Schristos (load_debug_section): Fix call to debug_apply_relocations. 86*75fd0b74Schristos (get_file_header): Remove setting of is_relocatable. 87*75fd0b74Schristos 88*75fd0b74Schristos2007-10-31 Alan Modra <amodra@bigpond.net.au> 89*75fd0b74Schristos 90*75fd0b74Schristos * readelf.c (debug_apply_rela_addends): Clarify FIXME. 91*75fd0b74Schristos 92*75fd0b74Schristos2007-10-29 Nick Clifton <nickc@redhat.com> 93*75fd0b74Schristos 94*75fd0b74Schristos * readelf.c (is_32bit_abs_reloc): Add knowledge of reloc used by 95*75fd0b74Schristos IA64. 96*75fd0b74Schristos (is_64bit_abs_reloc): Likewise. 97*75fd0b74Schristos 98*75fd0b74Schristos2007-10-28 Nick Clifton <nickc@redhat.com> 99*75fd0b74Schristos 100*75fd0b74Schristos * dwarf.c (process_debug_info): Check for corrupt lengths. 101*75fd0b74Schristos * readelf.c (get_reloc_type): New function. Returns the reloc 102*75fd0b74Schristos number extracted from the info field of a reloc. 103*75fd0b74Schristos (get_reloc_symindex): New function. Returns the symbol index 104*75fd0b74Schristos extracted from the info field of a reloc. 105*75fd0b74Schristos (dump_relocations): Use the new functions. 106*75fd0b74Schristos (slurp_ia64_unwind_table): Use the new functions. 107*75fd0b74Schristos (slurp_hppa_unwind_table): Use the new functions. 108*75fd0b74Schristos (dump_section_as_bytes): Use the new functions. 109*75fd0b74Schristos (get_reloc_size): Delete function. 110*75fd0b74Schristos (is_32bit_abs_reloc): New function. Determines if a given reloc 111*75fd0b74Schristos type is a 32-bit absolute relocation. 112*75fd0b74Schristos (is_32bit_pcrel_reloc): New function. Like is_32bit_abs_reloc but 113*75fd0b74Schristos for pc-relative relocations. 114*75fd0b74Schristos (is_64bit_abs_reloc): New function. Like is_32bit_abs_reloc but 115*75fd0b74Schristos for 64-bit absolute relocations. 116*75fd0b74Schristos (is_16bit_abs_reloc): New function. Like is_32bit_abs_reloc but 117*75fd0b74Schristos for 32-bit absolute relocations. 118*75fd0b74Schristos (debug_apply_rela_addends): Use the new functions. Skip and warn 119*75fd0b74Schristos about any unrecognised relocations. 120*75fd0b74Schristos 121*75fd0b74Schristos2007-10-26 Karl Berry <karl@freefriends.org> 122*75fd0b74Schristos 123*75fd0b74Schristos * doc/binutils.texi: Move top stuff to the top. 124*75fd0b74Schristos Use @direntry/@dircategory, format entries to play nicely with 125*75fd0b74Schristos others. 126*75fd0b74Schristos Avoid duplicate copying strings. 127*75fd0b74Schristos Don't misspell "Texinfo". 128*75fd0b74Schristos 129*75fd0b74Schristos2007-10-25 Daniel Jacobowitz <dan@codesourcery.com> 130*75fd0b74Schristos 131*75fd0b74Schristos * readelf.c (display_power_gnu_attribute): Add support for 132*75fd0b74Schristos Tag_GNU_Power_ABI_Vector. 133*75fd0b74Schristos 134*75fd0b74Schristos2007-10-25 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com> 135*75fd0b74Schristos 136*75fd0b74Schristos * readelf.c (get_note_type): Handle NT_PPC_VMX. 137*75fd0b74Schristos 138*75fd0b74Schristos2007-10-24 Alan Modra <amodra@bigpond.net.au> 139*75fd0b74Schristos 140*75fd0b74Schristos * Makefile.am: Run "make dep-am". 141*75fd0b74Schristos * Makefile.in: Regenerate. 142*75fd0b74Schristos * po/POTFILES.in: Regenerate. 143*75fd0b74Schristos 144*75fd0b74Schristos2007-10-24 Alan Modra <amodra@bigpond.net.au> 145*75fd0b74Schristos 146*75fd0b74Schristos * strings.c (print_strings): Don't use %L, use %ll in printf 147*75fd0b74Schristos format strings. 148*75fd0b74Schristos 149*75fd0b74Schristos2007-10-24 Tristan Gingold <gingold@adacore.com> 150*75fd0b74Schristos Alan Modra <amodra@bigpond.net.au> 151*75fd0b74Schristos 152*75fd0b74Schristos * readelf.c (process_program_headers): Use dynamic segment unless 153*75fd0b74Schristos dynamic section is found. 154*75fd0b74Schristos 155*75fd0b74Schristos2007-10-16 Bob Wilson <bob.wilson@acm.org> 156*75fd0b74Schristos 157*75fd0b74Schristos * doc/binutils.texi (objcopy, strip): Replace hyphens with em-dashes. 158*75fd0b74Schristos (objdump, strip, c++filt): Correct punctuation for "e.g." and "i.e." 159*75fd0b74Schristos and change to spell out "for example" in two places. 160*75fd0b74Schristos 161*75fd0b74Schristos2007-10-16 Nick Clifton <nickc@redhat.com> 162*75fd0b74Schristos 163*75fd0b74Schristos * configure.in: Build windows tools for --enable-targets=all. 164*75fd0b74Schristos * configure: Regenerate. 165*75fd0b74Schristos 166*75fd0b74Schristos2007-10-15 Alan Modra <amodra@bigpond.net.au> 167*75fd0b74Schristos 168*75fd0b74Schristos * objdump.c (print_line): Check fwrite return value. 169*75fd0b74Schristos * srconv.c (checksum, wr_tr, wr_cs): Likewise. 170*75fd0b74Schristos * sysdump.c (fillup): Return zero on getc or fread EOF. Return count 171*75fd0b74Schristos read. 172*75fd0b74Schristos 173*75fd0b74Schristos2007-10-10 Jim Blandy <jimb@codesourcery.com> 174*75fd0b74Schristos 175*75fd0b74Schristos * dwarf.c (process_debug_info): Line up section offsets of 176*75fd0b74Schristos attribute values with those of dies. 177*75fd0b74Schristos (read_and_display_attr): Reduce spacing here. 178*75fd0b74Schristos 179*75fd0b74Schristos * dwarf.c (display_debug_lines): Print the offset of each line 180*75fd0b74Schristos number program header. 181*75fd0b74Schristos 182*75fd0b74Schristos2007-10-09 H.J. Lu <hongjiu.lu@intel.com> 183*75fd0b74Schristos 184*75fd0b74Schristos PR binutils/4476 185*75fd0b74Schristos * readelf.c (print_dynamic_symbol): New. 186*75fd0b74Schristos (process_symbol_table): Handle DT_GNU_HASH for dynamic symbols. 187*75fd0b74Schristos 188*75fd0b74Schristos2007-10-08 Carlos O'Donell <carlos@codesourcery.com> 189*75fd0b74Schristos 190*75fd0b74Schristos * resrc.c (read_rc_file): Rename e to edit, and c to dir. 191*75fd0b74Schristos Pass dir to windres_add_include_dir. Add comments. 192*75fd0b74Schristos (close_input_stream): Check pclose error, and call fatal if 193*75fd0b74Schristos the preprocessor failed. 194*75fd0b74Schristos * windres.c (windres_add_include_dir): Assert that p is non-NULL, 195*75fd0b74Schristos and not an empty string. 196*75fd0b74Schristos 197*75fd0b74Schristos2007-10-04 Nick Clifton <nickc@redhat.com> 198*75fd0b74Schristos 199*75fd0b74Schristos PR binutils/5098 200*75fd0b74Schristos * dlltool.c: Fix spelling typos. 201*75fd0b74Schristos 202*75fd0b74Schristos2007-10-03 Masaki Muranaka <monaka@monami-software.com> 203*75fd0b74Schristos 204*75fd0b74Schristos * readelf.c (dump_section_as_strings): Use %6tx instead of %6zx. 205*75fd0b74Schristos 206*75fd0b74Schristos2007-09-25 Thien-Thi Nguyen <ttn@gnuvola.org> 207*75fd0b74Schristos 208*75fd0b74Schristos * MAINTAINERS: Fix typo. 209*75fd0b74Schristos 210*75fd0b74Schristos2007-09-17 Shen Feng <shen@cn.fujitsu.com> 211*75fd0b74Schristos 212*75fd0b74Schristos * readelf.c (do_archive_index): New. 213*75fd0b74Schristos (options): Add -c and --archive-index option. 214*75fd0b74Schristos (usage): Add -c option. 215*75fd0b74Schristos (parse_args): Add c option parsing. 216*75fd0b74Schristos (process_archive): Dump archive index. 217*75fd0b74Schristos * NEWS: Mention the new feature. 218*75fd0b74Schristos * doc/binutils.texi: Document the new feature. 219*75fd0b74Schristos 220*75fd0b74Schristos2007-09-17 Nick Clifton <nickc@redhat.com> 221*75fd0b74Schristos 222*75fd0b74Schristos * po/es.po: Updated Spanish translation. 223*75fd0b74Schristos 224*75fd0b74Schristos2007-09-17 Nick Clifton <nickc@redhat.com> 225*75fd0b74Schristos 226*75fd0b74Schristos * doc/binutils.texi (objdump): Describe the output of the --syms 227*75fd0b74Schristos option in more detail. 228*75fd0b74Schristos 229*75fd0b74Schristos2007-09-17 Alon Bar-Lev <alon.barlev@gmail.com> 230*75fd0b74Schristos 231*75fd0b74Schristos PR binutils/4987 232*75fd0b74Schristos * resrc.c: (read_rc_file): Move 'filename' default initialization 233*75fd0b74Schristos to start of function. 234*75fd0b74Schristos 235*75fd0b74Schristos2007-08-31 Michael Meissner <michael.meissner@amd.com> 236*75fd0b74Schristos Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> 237*75fd0b74Schristos 238*75fd0b74Schristos * NEWS: Add note about SSE5 being added on i386. 239*75fd0b74Schristos 240*75fd0b74Schristos2007-09-13 Alan Modra <amodra@bigpond.net.au> 241*75fd0b74Schristos Zhou Drangon <drangon.mail@gmail.com> 242*75fd0b74Schristos 243*75fd0b74Schristos * nm.c (value_format_64bit, set_print_radix, print_value): Handle 244*75fd0b74Schristos BFD_HOST_64BIT_LONG_LONG. 245*75fd0b74Schristos * readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG. 246*75fd0b74Schristos (print_vma): Handle BFD_HOST_64BIT_LONG_LONG. 247*75fd0b74Schristos (dump_relocations): Likewise. Expand _bfd_int64_low in a 248*75fd0b74Schristos number of places. 249*75fd0b74Schristos 250*75fd0b74Schristos2007-09-11 Kai Tietz <kai.tietz@onevision.com> 251*75fd0b74Schristos 252*75fd0b74Schristos * rcparse.y: (string_data): Removed ill token removal. 253*75fd0b74Schristos 254*75fd0b74Schristos2007-09-10 Alan Modra <amodra@bigpond.net.au> 255*75fd0b74Schristos 256*75fd0b74Schristos PR 5011 257*75fd0b74Schristos * readelf.c (process_version_sections): Don't read past end of 258*75fd0b74Schristos various section buffers. 259*75fd0b74Schristos 260*75fd0b74Schristos2007-08-31 H.J. Lu <hongjiu.lu@intel.com> 261*75fd0b74Schristos 262*75fd0b74Schristos * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE. 263*75fd0b74Schristos * Makefile.in: Regenerated. 264*75fd0b74Schristos 265*75fd0b74Schristos * sysdep.h: Include "config.h" first. 266*75fd0b74Schristos 267*75fd0b74Schristos2007-08-31 Nick Clifton <nickc@redhat.com> 268*75fd0b74Schristos 269*75fd0b74Schristos * po/sk.po: New Slovakian translation. 270*75fd0b74Schristos * configure.in (LINGUAS): Add sk. 271*75fd0b74Schristos * configure: Regenerate. 272*75fd0b74Schristos 273*75fd0b74Schristos2007-08-30 Nick Clifton <nickc@redhat.com> 274*75fd0b74Schristos 275*75fd0b74Schristos * readelf.c (dump_type): New type used to classify the kinds of 276*75fd0b74Schristos dump requested by the user. 277*75fd0b74Schristos (dump_sects, cmdline_dump_sects): Use the new type. 278*75fd0b74Schristos (options): Add --string-dump option. 279*75fd0b74Schristos (request_dump): Rename to request_dump_bynumber. Use dump_type. 280*75fd0b74Schristos (request_dump_byname): Use dump_type. 281*75fd0b74Schristos (parse_args): Parse --string-dump option. 282*75fd0b74Schristos (process_section_headers): Fix calls to request_dump. 283*75fd0b74Schristos (initialise_dumps_byname): Likewise. 284*75fd0b74Schristos (dump_section): Rename to dump_section_as_bytes. 285*75fd0b74Schristos (dump_section_as_strings): New function. Display the contents of 286*75fd0b74Schristos a section as printable strings. 287*75fd0b74Schristos (process_section_contents): String dump the section if requested. 288*75fd0b74Schristos (process_object): Use dump_type. 289*75fd0b74Schristos (main): Likewise. 290*75fd0b74Schristos * Makefile.am: Add dependency for readelf.c on safe-ctype.h. 291*75fd0b74Schristos * Makefile.in: Regenerate. 292*75fd0b74Schristos * NEWS: Mention the new feature. 293*75fd0b74Schristos * doc/binutils.texi: Document the new feature. 294*75fd0b74Schristos 295*75fd0b74Schristos2007-08-30 Nathan Sidwell <nathan@codesourcery.com> 296*75fd0b74Schristos 297*75fd0b74Schristos * bucomm.c (bfd_nonfatal_message): New. 298*75fd0b74Schristos * bucomm.h (bfd_nonfatal_message): Declare. 299*75fd0b74Schristos * objcopy.c (RETURN_NONFATAL): Take BFD not NAME, use 300*75fd0b74Schristos bfd_nonfatal_message. 301*75fd0b74Schristos (copy_unknown_object): Adjust bfd_nonfatal and RETURN_NONFATAL 302*75fd0b74Schristos calls, or replace with bfd_nonfatal_message calls as appropriate. 303*75fd0b74Schristos (copy_object, copy_archive, copy_file, setup_section, 304*75fd0b74Schristos copy_section, write_debugging_info): Likewise. 305*75fd0b74Schristos 306*75fd0b74Schristos2007-08-28 Nick Clifton <nickc@redhat.com> 307*75fd0b74Schristos 308*75fd0b74Schristos * NEWS: Mention Coverity's contribution. 309*75fd0b74Schristos 310*75fd0b74Schristos2007-08-25 Ulrich Weigand <uweigand@de.ibm.com> 311*75fd0b74Schristos 312*75fd0b74Schristos * readelf.c (process_note): Recognize SPU core file notes. 313*75fd0b74Schristos 314*75fd0b74Schristos2007-08-24 Daniel Jacobowitz <dan@codesourcery.com> 315*75fd0b74Schristos 316*75fd0b74Schristos * configure.in: Install embedspu on powerpc*-*-eabi* also. 317*75fd0b74Schristos * configure: Regenerated. 318*75fd0b74Schristos 319*75fd0b74Schristos2007-08-24 Daniel Jacobowitz <dan@codesourcery.com> 320*75fd0b74Schristos 321*75fd0b74Schristos * po/uk.po: Updated Ukrainian translation. 322*75fd0b74Schristos 323*75fd0b74Schristos2007-08-22 Ben Elliston <bje@au.ibm.com> 324*75fd0b74Schristos 325*75fd0b74Schristos * doc/binutils.texi (objdump): Document -Mppcps. 326*75fd0b74Schristos 327*75fd0b74Schristos2007-08-17 Alan Modra <amodra@bigpond.net.au> 328*75fd0b74Schristos 329*75fd0b74Schristos * po/Make-in: Add --msgid-bugs-address to xgettext invocation. 330*75fd0b74Schristos 331*75fd0b74Schristos2007-08-16 H.J. Lu <hongjiu.lu@intel.com> 332*75fd0b74Schristos 333*75fd0b74Schristos * readelf.c: Revert last change. 334*75fd0b74Schristos 335*75fd0b74Schristos2007-08-16 H.J. Lu <hongjiu.lu@intel.com> 336*75fd0b74Schristos 337*75fd0b74Schristos * readelf.c (get_segment_type): Change PT_GNU_STACK to 338*75fd0b74Schristos PT_GNU_ATTR. 339*75fd0b74Schristos 340*75fd0b74Schristos2007-08-12 Daniel Jacobowitz <dan@codesourcery.com> 341*75fd0b74Schristos 342*75fd0b74Schristos * NEWS: Add a marker for the 2.18 features. 343*75fd0b74Schristos 344*75fd0b74Schristos2007-08-12 Matthias Klose <doko@ubuntu.com> 345*75fd0b74Schristos 346*75fd0b74Schristos * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include 347*75fd0b74Schristos $(top_srcdir)/../../bfd/doc. 348*75fd0b74Schristos * doc/Makefile.in: Regenerate. 349*75fd0b74Schristos 350*75fd0b74Schristos2007-08-10 M R Swami Reddy <MR.Swami.Reddy@nsc.com> 351*75fd0b74Schristos 352*75fd0b74Schristos * MAINTAINERS: Add myself as CR16 support maintainer and 353*75fd0b74Schristos update myself as CRX support maintainer. 354*75fd0b74Schristos 355*75fd0b74Schristos2007-08-10 Nick Clifton <nickc@redhat.com> 356*75fd0b74Schristos 357*75fd0b74Schristos * po/fi.po: Updated Finnish translation. 358*75fd0b74Schristos * po/vi.po: Updated Vietnamese translation. 359*75fd0b74Schristos 360*75fd0b74Schristos2007-08-10 Kai Tietz <kai.tietz@onevision.com> 361*75fd0b74Schristos 362*75fd0b74Schristos * doc/binutils.texi: (windmc): Correct incorrect desciption. 363*75fd0b74Schristos 364*75fd0b74Schristos2007-08-04 Alan Modra <amodra@bigpond.net.au> 365*75fd0b74Schristos 366*75fd0b74Schristos PR 4888 367*75fd0b74Schristos * objcopy.c (setup_section): Do modify section flags for ELF 368*75fd0b74Schristos STRIP_NONDEBUG (reverting part of 2007-05-30 change). Prevent 369*75fd0b74Schristos header rewrite by twiddling input section flags instead. 370*75fd0b74Schristos Simplify code setting SHT_NOBITS. 371*75fd0b74Schristos 372*75fd0b74Schristos2007-07-28 Christopher Faylor <me+binutils@cgf.cx> 373*75fd0b74Schristos 374*75fd0b74Schristos * MAINTAINERS: Update my email address. 375*75fd0b74Schristos 376*75fd0b74Schristos2007-07-26 Adam Nemet <anemet@caviumnetworks.com> 377*75fd0b74Schristos 378*75fd0b74Schristos * readelf.c (process_archive): Also skip Irix6-style archive symbol 379*75fd0b74Schristos tables. 380*75fd0b74Schristos 381*75fd0b74Schristos2007-07-24 Nick Clifton <nickc@redhat.com> 382*75fd0b74Schristos 383*75fd0b74Schristos * readelf.c (NUM_ELEM): Remove redundant macro; replace references 384*75fd0b74Schristos to it with references to ARRAY_SIZE. 385*75fd0b74Schristos Add support for CR16. 386*75fd0b74Schristos Fix formatting. 387*75fd0b74Schristos 388*75fd0b74Schristos2007-07-19 Nick Clifton <nickc@redhat.com> 389*75fd0b74Schristos 390*75fd0b74Schristos PR binutils/4802 391*75fd0b74Schristos * srconv.c (strip_suffix): Add const qualifier to argument. 392*75fd0b74Schristos 393*75fd0b74Schristos2007-07-16 Nick Clifton <nickc@redhat.com> 394*75fd0b74Schristos 395*75fd0b74Schristos * po/uk.po: New Ukrainian translation. 396*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add 'uk'. 397*75fd0b74Schristos * configure: Regenerate. 398*75fd0b74Schristos 399*75fd0b74Schristos2007-07-10 Alan Modra <amodra@bigpond.net.au> 400*75fd0b74Schristos 401*75fd0b74Schristos * objdump.c (dump_dwarf): Correct setting of is_relocatable. 402*75fd0b74Schristos 403*75fd0b74Schristos2007-07-09 Roland McGrath <roland@redhat.com> 404*75fd0b74Schristos 405*75fd0b74Schristos * readelf.c (get_gnu_elf_note_type): New function. 406*75fd0b74Schristos (process_note): Use it for "GNU" name. 407*75fd0b74Schristos 408*75fd0b74Schristos2007-07-08 Andreas Schwab <schwab@suse.de> 409*75fd0b74Schristos 410*75fd0b74Schristos * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h. 411*75fd0b74Schristos (CFILES): Add unwind-ia64.c. 412*75fd0b74Schristos Regenerate dependencies. 413*75fd0b74Schristos * Makefile.in: Regenerate. 414*75fd0b74Schristos 415*75fd0b74Schristos2007-07-05 Nick Clifton <nickc@redhat.com> 416*75fd0b74Schristos 417*75fd0b74Schristos * addr2line.c: Update copyright notice to refer to GPLv3. 418*75fd0b74Schristos * ar.c, arlex.l, arparse.y, arsup.c, arsup.h, bin2c.c, binemul.c, 419*75fd0b74Schristos binemul.h, bucomm.c, bucomm.h, budbg.h, coffdump.c, coffgrok.c, 420*75fd0b74Schristos coffgrok.h, cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, 421*75fd0b74Schristos dlltool.c, dlltool.h, dllwrap.c, dwarf.c, dwarf.h, embedspu.sh, 422*75fd0b74Schristos emul_aix.c, emul_vanilla.c, filemode.c, ieee.c, mclex.c, 423*75fd0b74Schristos mcparse.y, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c, 424*75fd0b74Schristos objdump.c, prdbg.c, rclex.c, rcparse.y, rdcoff.c, rddbg.c, 425*75fd0b74Schristos readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c, 426*75fd0b74Schristos size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c, 427*75fd0b74Schristos sysinfo.y, syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, 428*75fd0b74Schristos windint.h, windmc.c, windmc.h, windres.c, windres.h, winduni.c, 429*75fd0b74Schristos winduni.h, wrstabs.c: Likewise. 430*75fd0b74Schristos * is-ranlib.c, is-strip.c, maybe-ranlib.c, maybe-strip.c, 431*75fd0b74Schristos not-ranlib.c, not-strip.c, ranlib.sh, sanity.sh: Add a copyright 432*75fd0b74Schristos notice. 433*75fd0b74Schristos * NEWS: Mention that the sources are now released under GPLv3. 434*75fd0b74Schristos Add a marker for the changes that went into v2.17. 435*75fd0b74Schristos * version.c (print_version): Specify that the program is released 436*75fd0b74Schristos under version 3 of the GPL. 437*75fd0b74Schristos 438*75fd0b74Schristos2007-07-05 Kai Tietz <kai.tietz@onevision.com> 439*75fd0b74Schristos 440*75fd0b74Schristos * resrc.c: (read_rc_file): Add include path of user passed rc 441*75fd0b74Schristos input file. 442*75fd0b74Schristos * windres.c: (windres_add_include_dir): New. 443*75fd0b74Schristos (main): Use of windres_add_include_dir. 444*75fd0b74Schristos * windres.h: (windres_add_include_dir): Add prototype. 445*75fd0b74Schristos 446*75fd0b74Schristos2007-07-05 Alan Modra <amodra@bigpond.net.au> 447*75fd0b74Schristos 448*75fd0b74Schristos * doc/binutils.texi (size): Document --common. 449*75fd0b74Schristos * size.c: Make a number of vars static. Delete unnecessary 450*75fd0b74Schristos function declarations. 451*75fd0b74Schristos (show_common, common_size): New vars. 452*75fd0b74Schristos (usage): Describe --common. 453*75fd0b74Schristos (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use. 454*75fd0b74Schristos (long_options): Add common. 455*75fd0b74Schristos (calculate_common_size): New function. 456*75fd0b74Schristos (print_berkeley_format): Add common_size to bsssize. 457*75fd0b74Schristos (sysv_one_line): New function split out from.. 458*75fd0b74Schristos (sysv_internal_printer): ..here. 459*75fd0b74Schristos (print_sysv_format): Handle display of *COM*. 460*75fd0b74Schristos (print_sizes): Call calculate_common_size. 461*75fd0b74Schristos 462*75fd0b74Schristos2007-07-05 Alan Modra <amodra@bigpond.net.au> 463*75fd0b74Schristos 464*75fd0b74Schristos * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next". 465*75fd0b74Schristos 466*75fd0b74Schristos2007-07-02 Alan Modra <amodra@bigpond.net.au> 467*75fd0b74Schristos 468*75fd0b74Schristos PR 4716 469*75fd0b74Schristos * objcopy.c (filter_symbols): Correct relocatable file test. 470*75fd0b74Schristos 471*75fd0b74Schristos2007-07-02 Alan Modra <amodra@bigpond.net.au> 472*75fd0b74Schristos 473*75fd0b74Schristos * Makefile.am: Run "make dep-am". 474*75fd0b74Schristos * Makefile.in: Regenerate. 475*75fd0b74Schristos * aclocal.m4: Regenerate. 476*75fd0b74Schristos * config.in: Regenerate. 477*75fd0b74Schristos * doc/Makefile.in: Regenerate. 478*75fd0b74Schristos * po/POTFILES.in: Regenerate. 479*75fd0b74Schristos * po/binutils.pot: Regenerate. 480*75fd0b74Schristos 481*75fd0b74Schristos2007-06-30 H.J. Lu <hongjiu.lu@intel.com> 482*75fd0b74Schristos 483*75fd0b74Schristos * aclocal.m4: Regenerated. 484*75fd0b74Schristos * doc/Makefile.in: Likewise. 485*75fd0b74Schristos * Makefile.in: Likewise. 486*75fd0b74Schristos 487*75fd0b74Schristos2007-06-29 Joseph Myers <joseph@codesourcery.com> 488*75fd0b74Schristos 489*75fd0b74Schristos * readelf.c (display_power_gnu_attribute, process_power_specific): 490*75fd0b74Schristos New. 491*75fd0b74Schristos (process_arch_specific): Call process_power_specific. 492*75fd0b74Schristos 493*75fd0b74Schristos2007-06-29 Joseph Myers <joseph@codesourcery.com> 494*75fd0b74Schristos 495*75fd0b74Schristos * readelf.c (display_mips_gnu_attribute): New. 496*75fd0b74Schristos (process_mips_specific): Call process_attributes. 497*75fd0b74Schristos 498*75fd0b74Schristos2007-06-29 Joseph Myers <joseph@codesourcery.com> 499*75fd0b74Schristos 500*75fd0b74Schristos * readelf.c (display_gnu_attribute): New. 501*75fd0b74Schristos (process_arm_specific): Rearrange as process_attributes. 502*75fd0b74Schristos (process_arm_specific): Replace by wrapper of process_attributes. 503*75fd0b74Schristos 504*75fd0b74Schristos2007-06-28 Roland McGrath <roland@frob.com> 505*75fd0b74Schristos 506*75fd0b74Schristos * objcopy.c (setup_section): Don't reset ELF section type to 507*75fd0b74Schristos SHT_NOBITS when it is SHT_NOTE. 508*75fd0b74Schristos * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug. 509*75fd0b74Schristos 510*75fd0b74Schristos2007-06-27 Alan Modra <amodra@bigpond.net.au> 511*75fd0b74Schristos 512*75fd0b74Schristos * ar.c: Rename uses of bfd.next to bfd.archive_next throughout. 513*75fd0b74Schristos * arsup.c: Likewise. 514*75fd0b74Schristos * binemul.c: Likewise. 515*75fd0b74Schristos * objcopy.c: Likewise. 516*75fd0b74Schristos * dlltool.c: Likewise. 517*75fd0b74Schristos 518*75fd0b74Schristos2007-06-26 Shantonu Sen <ssen@apple.com> 519*75fd0b74Schristos 520*75fd0b74Schristos PR binutils/4693 521*75fd0b74Schristos * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move 522*75fd0b74Schristos dependency on $(LIBICONV) to ... 523*75fd0b74Schristos (windres_LDADD, windmc_LDADD) ... here. 524*75fd0b74Schristos * Makefile.in: Regenerate. 525*75fd0b74Schristos 526*75fd0b74Schristos2007-06-21 Alan Modra <amodra@bigpond.net.au> 527*75fd0b74Schristos 528*75fd0b74Schristos * embedspu.sh (relas): Correct sh_info parsing. 529*75fd0b74Schristos 530*75fd0b74Schristos2007-06-19 Danny Smith <dannysmith@users.sourceforge.net> 531*75fd0b74Schristos 532*75fd0b74Schristos * objdump.c: Include sys/stat.h. 533*75fd0b74Schristos 534*75fd0b74Schristos2007-06-19 Kai Tietz <kai.tietz@onevision.com> 535*75fd0b74Schristos 536*75fd0b74Schristos * Makefile.am: Add windmc tool. 537*75fd0b74Schristos * Makefile.in: Regenerate. 538*75fd0b74Schristos * configure.in: Add windmc tool. 539*75fd0b74Schristos * configure: Regenerate. 540*75fd0b74Schristos * mclex.c: New. 541*75fd0b74Schristos * mcparse.y: New. 542*75fd0b74Schristos * windmc.c: New. 543*75fd0b74Schristos * windmc.h: New. 544*75fd0b74Schristos * doc/Makefile.am: Add windmc tool. 545*75fd0b74Schristos * doc/Makefile.in: Regenerate. 546*75fd0b74Schristos * doc/binutils.texi: Add windmc documentation. 547*75fd0b74Schristos * NEWS: Mention new tool. 548*75fd0b74Schristos 549*75fd0b74Schristos2007-06-18 Andi Kleen <ak@suse.de> 550*75fd0b74Schristos 551*75fd0b74Schristos * objdump.c: Include sys/mman.h 552*75fd0b74Schristos (print_file_list): Remove f, add map, mapsize, linemap, maxline, 553*75fd0b74Schristos last_line, first fields. 554*75fd0b74Schristos (slurp_file): Add. 555*75fd0b74Schristos (index_file): Add. 556*75fd0b74Schristos (print_file_open): Call slurp_file and index_file. Initialize new 557*75fd0b74Schristos fields. 558*75fd0b74Schristos (skip_to_line): Rename to print_line and write only single line. 559*75fd0b74Schristos (dump_line): Add. 560*75fd0b74Schristos (show_line): Change to new algorithm. 561*75fd0b74Schristos 562*75fd0b74Schristos2007-06-18 Thomas Weidenmueller <w3seek@reactos.org> 563*75fd0b74Schristos 564*75fd0b74Schristos * resres.c (probe_binary): Fix test for badly formatted headers. 565*75fd0b74Schristos 566*75fd0b74Schristos2007-06-18 Kai Tietz <Kai.Tietz@onevision.com> 567*75fd0b74Schristos 568*75fd0b74Schristos * rclex.c: (cpp_line): Add code_page pragma support. 569*75fd0b74Schristos * windres.c: (usage, long_options, main): Add new option 570*75fd0b74Schristos --codepage or -c. 571*75fd0b74Schristos * winduni.c: (wind_default_codepage, wind_current_codepage): New. 572*75fd0b74Schristos (unicode_from_ascii, ascii_from_unicode): Use 573*75fd0b74Schristos wind_current_codepage as codepage parameter. 574*75fd0b74Schristos (unicode_print): Print 4 characters for hexadecimal values in 575*75fd0b74Schristos unicode strings. 576*75fd0b74Schristos * winduni.h: (wind_default_codepage, wind_current_codepage): 577*75fd0b74Schristos Export. 578*75fd0b74Schristos * doc/binutils.texi: Document new option. 579*75fd0b74Schristos * NEWS: Mention new features of windres. 580*75fd0b74Schristos 581*75fd0b74Schristos2007-06-18 Brian D. Watt <bwatt@us.ibm.com> 582*75fd0b74Schristos 583*75fd0b74Schristos * embedspu.sh: Parse _SPUEAR_ symbol values as hex. 584*75fd0b74Schristos 585*75fd0b74Schristos2007-06-14 H.J. Lu <hongjiu.lu@intel.com> 586*75fd0b74Schristos 587*75fd0b74Schristos * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd. 588*75fd0b74Schristos 589*75fd0b74Schristos * acinclude.m4: Removed. 590*75fd0b74Schristos 591*75fd0b74Schristos * Makefile.in: Regenerated. 592*75fd0b74Schristos * aclocal.m4: Likewise. 593*75fd0b74Schristos * configure: Likewise. 594*75fd0b74Schristos 595*75fd0b74Schristos2007-06-11 Nathan Sidwell <nathan@codesourcery.com> 596*75fd0b74Schristos 597*75fd0b74Schristos * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address. 598*75fd0b74Schristos 599*75fd0b74Schristos2007-06-06 Kai Tietz <Kai.Tietz@onevision.com> 600*75fd0b74Schristos 601*75fd0b74Schristos PR binutils/4356 binutils/591 602*75fd0b74Schristos * resrc.c (filename_need_quotes): New function. 603*75fd0b74Schristos (look_for_default): If filename_need_quotes is true then quote the 604*75fd0b74Schristos filename in the command line being created. 605*75fd0b74Schristos (read_rc_file): Likewise. 606*75fd0b74Schristos 607*75fd0b74Schristos2007-06-06 Ben Elliston <bje@au.ibm.com> 608*75fd0b74Schristos 609*75fd0b74Schristos * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC". 610*75fd0b74Schristos 611*75fd0b74Schristos2007-06-05 Kai Tietz <Kai.Tietz@onevision.com> 612*75fd0b74Schristos 613*75fd0b74Schristos * Makefile.am: Add LIBICONV to windres. 614*75fd0b74Schristos * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files. 615*75fd0b74Schristos * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV. 616*75fd0b74Schristos * config.in: Add ICONV defines. 617*75fd0b74Schristos * aclocal.m4: Regenerate. 618*75fd0b74Schristos * confugure: Regenerate. 619*75fd0b74Schristos * winduni.c: (local_iconv_map codepages, wind_language_t, 620*75fd0b74Schristos languages, unicode_is_valid_codepage, wind_find_language_by_id, 621*75fd0b74Schristos wind_find_language_by_codepage, wind_find_codepage_info, 622*75fd0b74Schristos unicode_from_codepage, codepage_from_unicode, iconv_onechar, 623*75fd0b74Schristos wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte): 624*75fd0b74Schristos New. 625*75fd0b74Schristos (ascii_from_unicode): Use codepage_from_unicode. 626*75fd0b74Schristos (ascii_from_unicode): Use unicode_from_codepage. 627*75fd0b74Schristos Use for cygwin windows API for unicode transformation. 628*75fd0b74Schristos * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New 629*75fd0b74Schristos macros. 630*75fd0b74Schristos (wind_language_t, local_iconv_map): New types. 631*75fd0b74Schristos (wind_find_language_by_id, wind_find_language_by_codepage, 632*75fd0b74Schristos unicode_is_valid_codepage, wind_find_codepage_info, 633*75fd0b74Schristos unicode_from_codepage, codepage_from_unicode): New 634*75fd0b74Schristos prototypes. 635*75fd0b74Schristos 636*75fd0b74Schristos2007-06-05 Alan Modra <amodra@bigpond.net.au> 637*75fd0b74Schristos 638*75fd0b74Schristos * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol. 639*75fd0b74Schristos 640*75fd0b74Schristos2007-05-30 Alan Modra <amodra@bigpond.net.au> 641*75fd0b74Schristos 642*75fd0b74Schristos * objcopy.c (copy_object): Revert 2007-05-11 change. Don't 643*75fd0b74Schristos avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG. 644*75fd0b74Schristos (setup_section): Don't modify flags, and don't avoid calling 645*75fd0b74Schristos bfd_copy_private_section_data for ELF STRIP_NONDEBUG. 646*75fd0b74Schristos * readelf.c (process_program_headers): Ignore .dynamic of type 647*75fd0b74Schristos SHT_NOBITS. 648*75fd0b74Schristos 649*75fd0b74Schristos2007-05-29 Alan Modra <amodra@bigpond.net.au> 650*75fd0b74Schristos 651*75fd0b74Schristos * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if 652*75fd0b74Schristos pic or pie and image needs relocs. 653*75fd0b74Schristos 654*75fd0b74Schristos2007-05-24 Steve Ellcey <sje@cup.hp.com> 655*75fd0b74Schristos 656*75fd0b74Schristos * Makefile.in: Regenerate. 657*75fd0b74Schristos * configure: Regenerate. 658*75fd0b74Schristos * aclocal.m4: Regenerate. 659*75fd0b74Schristos * doc/Makefile.in: Regenerate. 660*75fd0b74Schristos 661*75fd0b74Schristos2007-05-24 Kai Tietz <Kai.Tietz@onevision.com> 662*75fd0b74Schristos 663*75fd0b74Schristos * rcparse.y: Join strings for elements having no side-effects in 664*75fd0b74Schristos "rc"-grammar. 665*75fd0b74Schristos 666*75fd0b74Schristos2007-05-23 Kai Tietz <Kai.Tietz@onevision.com> 667*75fd0b74Schristos 668*75fd0b74Schristos * rclex.c: New file replacing rclex.l. 669*75fd0b74Schristos * rclex.l: Removed. 670*75fd0b74Schristos * windint.h: New file holding common structure and type 671*75fd0b74Schristos definitions. 672*75fd0b74Schristos * Makefile.am: Added new header windint.h and exchanged rclex.l by 673*75fd0b74Schristos rclex.c. 674*75fd0b74Schristos * Makefile.in: Regenerate. 675*75fd0b74Schristos * rcparse.y: Renamed some structures. 676*75fd0b74Schristos Use in internal representation always bfd_vma instead of long or 677*75fd0b74Schristos int. 678*75fd0b74Schristos Removed from %union unused stringtable. 679*75fd0b74Schristos Added to %union suni structure for unicode strings. 680*75fd0b74Schristos Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE, 681*75fd0b74Schristos DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD, 682*75fd0b74Schristos TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING. 683*75fd0b74Schristos Added support for these new rc file tokens. 684*75fd0b74Schristos * resbin.c: Rewrote using bfd and binary structures, and support 685*75fd0b74Schristos new resource types. 686*75fd0b74Schristos * rescoff.c: Likewise. 687*75fd0b74Schristos * resres.c: Likewise. 688*75fd0b74Schristos * resrc.c: Likewise. Dumps as RC are now recompilable. 689*75fd0b74Schristos * windres.c: As above. Using bfd for res and provide target 690*75fd0b74Schristos specific endianess support. 691*75fd0b74Schristos * windres.h: Use windint.h as include. Additionally removed K&R 692*75fd0b74Schristos syntax. 693*75fd0b74Schristos * winduni.c: New printing and unichar support routines. 694*75fd0b74Schristos * winduni.h: Prototypes for new unichar helpers. 695*75fd0b74Schristos * windint.h: New file. 696*75fd0b74Schristos 697*75fd0b74Schristos2007-05-22 Paul Brook <paul@codesourcery.com> 698*75fd0b74Schristos 699*75fd0b74Schristos * objdump.c (find_symbol_for_address): Merge section and target 700*75fd0b74Schristos specific filtering code. 701*75fd0b74Schristos 702*75fd0b74Schristos2007-05-22 Nick Clifton <nickc@redhat.com> 703*75fd0b74Schristos 704*75fd0b74Schristos * doc/binutils.texi: Use @copying around the copyright notice. 705*75fd0b74Schristos 706*75fd0b74Schristos2007-05-21 Richard Sandiford <richard@codesourcery.com> 707*75fd0b74Schristos 708*75fd0b74Schristos * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs 709*75fd0b74Schristos for executables and shared libraries. 710*75fd0b74Schristos 711*75fd0b74Schristos2007-05-18 Nathan Sidwell <nathan@codesourcery.com> 712*75fd0b74Schristos 713*75fd0b74Schristos * objcopy.c (strip_main): Detect identical input and output file 714*75fd0b74Schristos names. 715*75fd0b74Schristos (copy_main): Refactor tempname detection and use. 716*75fd0b74Schristos 717*75fd0b74Schristos2007-05-17 Nick Clifton <nickc@redhat.com> 718*75fd0b74Schristos 719*75fd0b74Schristos * objdump.c (load_debug_section): Select bias for DWARF debug 720*75fd0b74Schristos addresses based on the flavour of the bfd. 721*75fd0b74Schristos 722*75fd0b74Schristos2007-05-11 Alan Modra <amodra@bigpond.net.au> 723*75fd0b74Schristos 724*75fd0b74Schristos PR 4479 725*75fd0b74Schristos * objcopy.c (copy_object): Don't copy ELF program headers for 726*75fd0b74Schristos --only-keep-debug. 727*75fd0b74Schristos 728*75fd0b74Schristos2007-05-11 Alan Modra <amodra@bigpond.net.au> 729*75fd0b74Schristos 730*75fd0b74Schristos * embedspu.sh (find_prog): Prefer prog in same dir as embedspu 731*75fd0b74Schristos over one found on the users path. 732*75fd0b74Schristos (main): Generate .reloc for each R_SPU_PPU* reloc. 733*75fd0b74Schristos 734*75fd0b74Schristos2007-04-28 Alan Modra <amodra@bigpond.net.au> 735*75fd0b74Schristos 736*75fd0b74Schristos * prdbg.c (tg_variable): Adjust for changed demangler. 737*75fd0b74Schristos (tg_start_function): Likewise. 738*75fd0b74Schristos 739*75fd0b74Schristos2007-04-27 Alan Modra <amodra@bigpond.net.au> 740*75fd0b74Schristos 741*75fd0b74Schristos * bucumm.h: Split off host dependencies to.. 742*75fd0b74Schristos * sysdep.h: ..here. 743*75fd0b74Schristos Many files: Include sysdep.h. Remove duplicate headers and reorder. 744*75fd0b74Schristos * Makefile.am: Run "make dep-am". 745*75fd0b74Schristos * Makefile.in: Regenerate. 746*75fd0b74Schristos 747*75fd0b74Schristos2007-04-24 Nick Clifton <nickc@redhat.com> 748*75fd0b74Schristos 749*75fd0b74Schristos * srconv.c (walk_tree_type_1): Initialise dpt.dunno. 750*75fd0b74Schristos 751*75fd0b74Schristos2007-04-24 Nathan Froyd <froydnj@codesourcery.com> 752*75fd0b74Schristos Phil Edwards <phil@codesourcery.com> 753*75fd0b74Schristos 754*75fd0b74Schristos * objcopy.c (filter_symbols): Explicitly stripping a symbol 755*75fd0b74Schristos used in relocations is an error. 756*75fd0b74Schristos Retype 'keep' to bfd_boolean. 757*75fd0b74Schristos 758*75fd0b74Schristos2007-04-24 Alan Modra <amodra@bigpond.net.au> 759*75fd0b74Schristos 760*75fd0b74Schristos * Makefile.in: Regenerate. 761*75fd0b74Schristos * doc/Makefile.in: Regenerate. 762*75fd0b74Schristos 763*75fd0b74Schristos2007-04-20 Nathan Froyd <froydnj@codesourcery.com> 764*75fd0b74Schristos Phil Edwards <phil@codesourcery.com> 765*75fd0b74Schristos Thomas de Lellis <tdel@windriver.com> 766*75fd0b74Schristos 767*75fd0b74Schristos * objcopy.c (reverse_bytes): New variable. 768*75fd0b74Schristos (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN. 769*75fd0b74Schristos (copy_options, copy_usage): Add "reverse-bytes" entry. 770*75fd0b74Schristos (copy_section): Reverse bytes within output sections. 771*75fd0b74Schristos * doc/binutils.texi: Document new objcopy option. 772*75fd0b74Schristos 773*75fd0b74Schristos2007-04-20 Nick Clifton <nickc@redhat.com> 774*75fd0b74Schristos 775*75fd0b74Schristos * rclex.l: Allow underscores at the start of identifiers. 776*75fd0b74Schristos 777*75fd0b74Schristos2007-04-19 Alan Modra <amodra@bigpond.net.au> 778*75fd0b74Schristos 779*75fd0b74Schristos * budemang.c: Delete. 780*75fd0b74Schristos * budemang.h: Delete. 781*75fd0b74Schristos * addr2line.c (translate_addresses): Call bfd_demangle rather than 782*75fd0b74Schristos demangle. 783*75fd0b74Schristos * nm.c (print_symname): Likewise. 784*75fd0b74Schristos * objdump.c (objdump_print_symname, dump_symbols): Likewise. 785*75fd0b74Schristos (dump_bfd): Likewise. 786*75fd0b74Schristos * prdbg.c (struct pr_handle <demangler>): Add int param. 787*75fd0b74Schristos (tg_variable, tg_start_function): Adjust demangler calls. 788*75fd0b74Schristos * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am". 789*75fd0b74Schristos * Makefile.in: Regenerate. 790*75fd0b74Schristos * po/POTFILES.in: Regenerate. 791*75fd0b74Schristos 792*75fd0b74Schristos2007-04-14 Steve Ellcey <sje@cup.hp.com> 793*75fd0b74Schristos 794*75fd0b74Schristos * Makefile.am: Add ACLOCAL_AMFLAGS. 795*75fd0b74Schristos * configure.in: Change macro call order. 796*75fd0b74Schristos * Makefile.in: Regenerate. 797*75fd0b74Schristos * configure: Regenerate. 798*75fd0b74Schristos 799*75fd0b74Schristos2007-04-13 Nathan Sidwell <nathan@codesourcery.com> 800*75fd0b74Schristos 801*75fd0b74Schristos * Makefile.am (TOOL_PROGS): Add objcopy. 802*75fd0b74Schristos * Makefile.in: Rebuilt. 803*75fd0b74Schristos 804*75fd0b74Schristos2007-04-12 H.J. Lu <hongjiu.lu@intel.com> 805*75fd0b74Schristos 806*75fd0b74Schristos PR binutils/4348 807*75fd0b74Schristos * objcopy.c (copy_object): Don't stop when there are no 808*75fd0b74Schristos sections to be copied. 809*75fd0b74Schristos 810*75fd0b74Schristos2007-04-10 Vladimir Prus <vladimir@codesourcery.com> 811*75fd0b74Schristos 812*75fd0b74Schristos * NEWS: Mention disjoint histograms support in 813*75fd0b74Schristos gprof. 814*75fd0b74Schristos 815*75fd0b74Schristos2007-04-09 Daniel Jacobowitz <dan@codesourcery.com> 816*75fd0b74Schristos 817*75fd0b74Schristos * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for 818*75fd0b74Schristos DW_TAG_inlined_subroutine. 819*75fd0b74Schristos 820*75fd0b74Schristos2007-04-06 Matt Thomas <matt@netbsd.org> 821*75fd0b74Schristos 822*75fd0b74Schristos * MAINTAINERS: Add myself as VAX and NetBSD support maintainer. 823*75fd0b74Schristos 824*75fd0b74Schristos2007-04-05 Alan Modra <amodra@bigpond.net.au> 825*75fd0b74Schristos 826*75fd0b74Schristos PR binutils/4292 827*75fd0b74Schristos * nm.c (print_value): Cast bfd_vma to unsigned long to suit 828*75fd0b74Schristos value_format_32bit. 829*75fd0b74Schristos 830*75fd0b74Schristos2007-04-02 Nick Clifton <nickc@redhat.com> 831*75fd0b74Schristos 832*75fd0b74Schristos PR binutils/4292 833*75fd0b74Schristos * nm.c (value_format): Replace with value_format_32bit and 834*75fd0b74Schristos value_format_64bit. 835*75fd0b74Schristos (set_radix): Update setting of value_format. 836*75fd0b74Schristos (set_print_width): New function. Compute the address size of a 837*75fd0b74Schristos given bfd and set the print_width global appropriately. 838*75fd0b74Schristos (display_archive): Use set_print_width. 839*75fd0b74Schristos (display_file): Likewise, 840*75fd0b74Schristos (print_object_filename_sysv): Update use of print_width. 841*75fd0b74Schristos (print_archive_member_sysv): Likewise. 842*75fd0b74Schristos (print_symbol_filename_posix): Likewise. 843*75fd0b74Schristos (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise. 844*75fd0b74Schristos 845*75fd0b74Schristos2007-03-28 Richard Sandiford <richard@codesourcery.com> 846*75fd0b74Schristos Phil Edwards <phil@codesourcery.com> 847*75fd0b74Schristos 848*75fd0b74Schristos * doc/binutils.texi: Put the contents after the title page rather 849*75fd0b74Schristos than at the end of the document. 850*75fd0b74Schristos 851*75fd0b74Schristos2007-03-28 Nick Clifton <nickc@redhat.com> 852*75fd0b74Schristos 853*75fd0b74Schristos * readelf.c (slurp_rela_relocs): Add newline to end of error 854*75fd0b74Schristos messages. 855*75fd0b74Schristos (slurp_rel_relocs, request_dump, request_dump_byname, 856*75fd0b74Schristos process_program_headers, process_dynamic_section, 857*75fd0b74Schristos process_symbol_table, process_mips_specific, main): Likewise. 858*75fd0b74Schristos 859*75fd0b74Schristos2007-03-28 Alan Modra <amodra@bigpond.net.au> 860*75fd0b74Schristos 861*75fd0b74Schristos * MAINTAINERS: Update mailing list addresses. Add myself 862*75fd0b74Schristos as PPC maintainer. 863*75fd0b74Schristos 864*75fd0b74Schristos2007-03-27 Alan Modra <amodra@bigpond.net.au> 865*75fd0b74Schristos 866*75fd0b74Schristos * embedspu.sh: Correct toe_addr quoting. 867*75fd0b74Schristos 868*75fd0b74Schristos2007-03-27 Alan Modra <amodra@bigpond.net.au> 869*75fd0b74Schristos 870*75fd0b74Schristos * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten 871*75fd0b74Schristos .toe section and .toe address checks. Use .reloc for _EAR* 872*75fd0b74Schristos symbols defined in non-BSS sections. Build table for _SPUEAR_ 873*75fd0b74Schristos symbols. 874*75fd0b74Schristos 875*75fd0b74Schristos2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp> 876*75fd0b74Schristos 877*75fd0b74Schristos PR gas/3811 878*75fd0b74Schristos * readelf.c (debug_apply_rela_addends): Do nothing for SH. 879*75fd0b74Schristos 880*75fd0b74Schristos2007-03-22 Joseph Myers <joseph@codesourcery.com> 881*75fd0b74Schristos 882*75fd0b74Schristos * doc/binutils.texi: Include VERSION_PACKAGE when reporting 883*75fd0b74Schristos version. 884*75fd0b74Schristos 885*75fd0b74Schristos2007-03-16 Kai Tietz <Kai.Tietz@onevision.com> 886*75fd0b74Schristos 887*75fd0b74Schristos * dlltool.c (make_one_lib_file): Use pc-relative relocation 888*75fd0b74Schristos instead of an absolute relocation for x86_64-pc-mingw32 target. 889*75fd0b74Schristos 890*75fd0b74Schristos2007-03-15 H.J. Lu <hongjiu.lu@intel.com> 891*75fd0b74Schristos 892*75fd0b74Schristos * Makefile.am (REPORT_BUGS_TO): Removed. 893*75fd0b74Schristos (INCLUDES): Remove -DREPORT_BUGS_TO. 894*75fd0b74Schristos * Makefile.in: Regenerated. 895*75fd0b74Schristos 896*75fd0b74Schristos * bucomm.c: Don't include bfdver.h. 897*75fd0b74Schristos * objdump.c: Likewise. 898*75fd0b74Schristos * version.c: Likewise. 899*75fd0b74Schristos 900*75fd0b74Schristos * bucomm.h: Include bfdver.h. 901*75fd0b74Schristos 902*75fd0b74Schristos * configure.in (--with-bugurl): Removed. 903*75fd0b74Schristos * configure: Regenerated. 904*75fd0b74Schristos 905*75fd0b74Schristos * doc/Makefile.am (binutils_TEXINFOS): Removed. 906*75fd0b74Schristos (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc. 907*75fd0b74Schristos (TEXI2DVI): Likewise. 908*75fd0b74Schristos (config.texi): Removed. 909*75fd0b74Schristos (MOSTLYCLEANFILES): Remove config.texi. 910*75fd0b74Schristos * doc/Makefile.in: Regenerated. 911*75fd0b74Schristos 912*75fd0b74Schristos * doc/binutils.texi: Include bfdver.texi instead of 913*75fd0b74Schristos config.texi. 914*75fd0b74Schristos 915*75fd0b74Schristos2007-03-13 Nick Clifton <nickc@redhat.com> 916*75fd0b74Schristos 917*75fd0b74Schristos * readelf.c (dump_section): Also test for SHT_REL sections when 918*75fd0b74Schristos producing the warning about unapplied relocs. 919*75fd0b74Schristos 920*75fd0b74Schristos2007-03-07 Joseph Myers <joseph@codesourcery.com> 921*75fd0b74Schristos 922*75fd0b74Schristos * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of 923*75fd0b74Schristos bug-reporting URL. 924*75fd0b74Schristos * doc/Makefile.am (config.texi): Define BUGURL. 925*75fd0b74Schristos * doc/binutils.texi: Use BUGURL. Remove text about large files 926*75fd0b74Schristos and uuencoding. 927*75fd0b74Schristos * Makefile.in, configure, doc/Makefile.in: Regenerate. 928*75fd0b74Schristos 929*75fd0b74Schristos2007-03-01 Phil Edwards <phil@codesourcery.com> 930*75fd0b74Schristos Richard Sandiford <richard@codesourcery.com> 931*75fd0b74Schristos 932*75fd0b74Schristos * NEWS: Mention addition of --extract-symbol. 933*75fd0b74Schristos * doc/binutils.texi: Document it. 934*75fd0b74Schristos * objcopy.c (extract_symbol): New variable. 935*75fd0b74Schristos (OPTION_EXTRACT_SYMBOLS): New command_line_switch. 936*75fd0b74Schristos (copy_options): Add an entry for --extract-symbol. 937*75fd0b74Schristos (copy_usage): Mention --extract-symbol. 938*75fd0b74Schristos (copy_object): Set the start address to zero for --extract-symbol. 939*75fd0b74Schristos Do not copy private BFD data in that case. 940*75fd0b74Schristos (setup_section): Set the size, LMA and VMA to zero for 941*75fd0b74Schristos --extract-symbol. Do not copy private BFD data in that case. 942*75fd0b74Schristos (copy_section): Do not copy section contents if --extract-symbol 943*75fd0b74Schristos is passed. 944*75fd0b74Schristos (copy_main): Set extract_symbol to TRUE if --extract-symbol 945*75fd0b74Schristos is passed. 946*75fd0b74Schristos 947*75fd0b74Schristos2007-03-01 Paul Brook <paul@codesourcery.com> 948*75fd0b74Schristos 949*75fd0b74Schristos * MAINTAINERS: Update my entry. 950*75fd0b74Schristos 951*75fd0b74Schristos2007-03-01 Joseph Myers <joseph@codesourcery.com> 952*75fd0b74Schristos 953*75fd0b74Schristos * version.c: Update copyright date. 954*75fd0b74Schristos 955*75fd0b74Schristos2007-03-01 Daniel Jacobowitz <dan@codesourcery.com> 956*75fd0b74Schristos 957*75fd0b74Schristos * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS). 958*75fd0b74Schristos Adjust $(EXEEXT) handling for $(RENAMED_PROGS). 959*75fd0b74Schristos * Makefile.in, doc/Makefile.in: Regenerate. 960*75fd0b74Schristos 961*75fd0b74Schristos2007-03-01 Alan Modra <amodra@bigpond.net.au> 962*75fd0b74Schristos 963*75fd0b74Schristos * embedspu.sh: Set type and size of global program handle symbol. 964*75fd0b74Schristos 965*75fd0b74Schristos2007-02-28 Alan Modra <amodra@bigpond.net.au> 966*75fd0b74Schristos 967*75fd0b74Schristos * Makefile.am (PROGS): Delete. 968*75fd0b74Schristos (RENAMED_PROGS): Define. Extracted from.. 969*75fd0b74Schristos (noinst_PROGRAMS): ..here. Add BUILD_MISC. 970*75fd0b74Schristos (install-exec-local): Adjust. 971*75fd0b74Schristos * Makefile.in: Regenerate. 972*75fd0b74Schristos 973*75fd0b74Schristos2007-02-28 Alan Modra <amodra@bigpond.net.au> 974*75fd0b74Schristos 975*75fd0b74Schristos * Makefile.am (PROGS): Add BUILD_INSTALL_MISC. 976*75fd0b74Schristos (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC. 977*75fd0b74Schristos (EXTRA_PROGRAMS): Remove bin2c. 978*75fd0b74Schristos (bin2c$(EXEEXT_FOR_BUILD)): New rule. 979*75fd0b74Schristos (bin2c_SOURCES): Delete. 980*75fd0b74Schristos (DISTCLEANFILES): Remove sysinfo. 981*75fd0b74Schristos (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and 982*75fd0b74Schristos bin2c$(EXEEXT_FOR_BUILD). 983*75fd0b74Schristos * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c. 984*75fd0b74Schristos Move embedspu to.. 985*75fd0b74Schristos (BUILD_INSTALL_MISC): ..here. 986*75fd0b74Schristos * Makefile.in: Regenerate. 987*75fd0b74Schristos * configure: Regenerate. 988*75fd0b74Schristos 989*75fd0b74Schristos2007-02-27 Alan Modra <amodra@bigpond.net.au> 990*75fd0b74Schristos 991*75fd0b74Schristos * bin2c.c: New file. 992*75fd0b74Schristos * Makefile.am (EXTRA_PROGRAMS): Add bin2c. 993*75fd0b74Schristos (CFILES): Add bin2c.c. 994*75fd0b74Schristos (bin2c_SOURCES): Define. 995*75fd0b74Schristos (bin2c.o): Dependencies from "make dep-am". 996*75fd0b74Schristos * configure.in (BUILD_MISC): Add bin2c. 997*75fd0b74Schristos * version.c: Update year. 998*75fd0b74Schristos * po/POTFILES.in: Regenerate. 999*75fd0b74Schristos * Makefile.in: Regenerate. 1000*75fd0b74Schristos * configure: Regenerate. 1001*75fd0b74Schristos 1002*75fd0b74Schristos2007-02-17 Mark Mitchell <mark@codesourcery.com> 1003*75fd0b74Schristos Nathan Sidwell <nathan@codesourcery.com> 1004*75fd0b74Schristos Vladimir Prus <vladimir@codesourcery.com 1005*75fd0b74Schristos Joseph Myers <joseph@codesourcery.com> 1006*75fd0b74Schristos 1007*75fd0b74Schristos * configure.in (--with-bugurl): New option. 1008*75fd0b74Schristos * configure: Regenerate. 1009*75fd0b74Schristos * Makefile.am (REPORT_BUGS_TO): Define. 1010*75fd0b74Schristos (INCLUDES): Define REPORT_BUGS_TO. 1011*75fd0b74Schristos Regenerate dependencies. 1012*75fd0b74Schristos * Makefile.in: Regenerate. 1013*75fd0b74Schristos * doc/Makefile.in: Regenerate. 1014*75fd0b74Schristos * bucomm.h: Remove include of bin-bugs.h. 1015*75fd0b74Schristos * addr2line.c (usage): Don't print empty REPORT_BUGS_TO. 1016*75fd0b74Schristos * ar.c (usage): Pass s to list_supported_targets. Don't print 1017*75fd0b74Schristos empty REPORT_BUGS_TO. 1018*75fd0b74Schristos * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO. 1019*75fd0b74Schristos * cxxfilt.c (usage): Print bug url when giving help. 1020*75fd0b74Schristos * dlltool.c (usage): Likewise. 1021*75fd0b74Schristos * dllwrap.c (usage): Likewise. 1022*75fd0b74Schristos * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO. 1023*75fd0b74Schristos * nm.c (usage): Likewise. 1024*75fd0b74Schristos * objcopy.c (copy_usage, strip_usage): Likewise. 1025*75fd0b74Schristos * objdump.c (usage): Likewise. 1026*75fd0b74Schristos * readelf.c ((usage): Likewise. Add STREAM argument. Adjust 1027*75fd0b74Schristos callers. 1028*75fd0b74Schristos * size.c (usage): Don't print empty REPORT_BUGS_TO. 1029*75fd0b74Schristos * srconv.c (show_usage): Likewise. 1030*75fd0b74Schristos * strings.c (usage): Likewise. 1031*75fd0b74Schristos * sysdymp.c (show_usage): Likewise. 1032*75fd0b74Schristos * windres.c (usage): Likewise. 1033*75fd0b74Schristos 1034*75fd0b74Schristos2007-02-13 Alan Modra <amodra@bigpond.net.au> 1035*75fd0b74Schristos 1036*75fd0b74Schristos * embedspu.sh: Add -W to readelf invocation. 1037*75fd0b74Schristos 1038*75fd0b74Schristos2007-02-06 Dave Brolley <brolley@redhat.com> 1039*75fd0b74Schristos 1040*75fd0b74Schristos * MAINTAINERS: Add myself as the maintainer of the MeP port. 1041*75fd0b74Schristos 1042*75fd0b74Schristos2007-02-06 Nick Clifton <nickc@redhat.com> 1043*75fd0b74Schristos 1044*75fd0b74Schristos PR gas/3800 1045*75fd0b74Schristos * readelf.c: Include elf/h8.h twice. The first time in order to 1046*75fd0b74Schristos get the reloc numbers, the second time in order to get the reloc 1047*75fd0b74Schristos decoder function. 1048*75fd0b74Schristos (dump_section): Tell the user if the section being displayed has 1049*75fd0b74Schristos unprocessed relocs associated with it. 1050*75fd0b74Schristos (get_reloc_size): New function - returns the size of a reloc. 1051*75fd0b74Schristos (debug_apply_rela_addends): Use get_reloc_size(). 1052*75fd0b74Schristos * dwarf.c (read_and_display_attr_value): Extend number of 1053*75fd0b74Schristos languages known for the DW_AT_language attribute. 1054*75fd0b74Schristos (process_debug_info): Display the attribute offset before decoding 1055*75fd0b74Schristos the attribute, in case there are problems. 1056*75fd0b74Schristos 1057*75fd0b74Schristos2007-02-05 Dave Brolley <brolley@redhat.com> 1058*75fd0b74Schristos 1059*75fd0b74Schristos * readelf.c (dump_relocations): Don't check for 1060*75fd0b74Schristos (rtype == NULL && type == R_RELC). 1061*75fd0b74Schristos 1062*75fd0b74Schristos2007-02-05 Dave Brolley <brolley@redhat.com> 1063*75fd0b74Schristos 1064*75fd0b74Schristos * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h. 1065*75fd0b74Schristos * Makefile.in: Regenerated. 1066*75fd0b74Schristos * Contribute the following changes: 1067*75fd0b74Schristos 2003-10-29 Dave Brolley <brolley@redhat.com> 1068*75fd0b74Schristos 1069*75fd0b74Schristos * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep. 1070*75fd0b74Schristos * configure: Regenerated. 1071*75fd0b74Schristos 1072*75fd0b74Schristos 2001-04-03 Ben Elliston <bje@redhat.com> 1073*75fd0b74Schristos 1074*75fd0b74Schristos * readelf.c: Include "elf/mep.h". 1075*75fd0b74Schristos (guess_is_rela): Handle EM_CYGNUS_MEP. 1076*75fd0b74Schristos (get_machine_name): Ditto. 1077*75fd0b74Schristos (dump_relocations): Ditto. 1078*75fd0b74Schristos 1079*75fd0b74Schristos2007-02-02 H.J. Lu <hongjiu.lu@intel.com> 1080*75fd0b74Schristos 1081*75fd0b74Schristos * MAINTAINERS: Add a space between H.J. and Lu. 1082*75fd0b74Schristos 1083*75fd0b74Schristos2007-02-02 H.J. Lu <hongjiu.lu@intel.com> 1084*75fd0b74Schristos 1085*75fd0b74Schristos * doc/binutils.texi (objdump): Document the new addr64 option 1086*75fd0b74Schristos for i386 disassembler. 1087*75fd0b74Schristos 1088*75fd0b74Schristos2007-02-02 H.J. Lu <hongjiu.lu@intel.com> 1089*75fd0b74Schristos 1090*75fd0b74Schristos PR binutils/3945 1091*75fd0b74Schristos * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE 1092*75fd0b74Schristos target. 1093*75fd0b74Schristos (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT. 1094*75fd0b74Schristos * configure: Regenerated. 1095*75fd0b74Schristos 1096*75fd0b74Schristos * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX. 1097*75fd0b74Schristos 1098*75fd0b74Schristos2007-02-02 Nick Clifton <nickc@redhat.com> 1099*75fd0b74Schristos 1100*75fd0b74Schristos * doc/binutils.texi (objdump): Document support for disassembling 1101*75fd0b74Schristos the 440 PowerPC architecture. 1102*75fd0b74Schristos 1103*75fd0b74Schristos2007-01-31 Nathan Sidwell <nathan@codesourcery.com> 1104*75fd0b74Schristos 1105*75fd0b74Schristos * dwarf.c (process_debug_info): Protect against bogus length and 1106*75fd0b74Schristos abbrev offsets. 1107*75fd0b74Schristos 1108*75fd0b74Schristos2007-01-25 Kazu Hirata <kazu@codesourcery.com> 1109*75fd0b74Schristos 1110*75fd0b74Schristos * ar.c (print_contents, extract_file): Cast the return value 1111*75fd0b74Schristos of fwrite to size_t. 1112*75fd0b74Schristos 1113*75fd0b74Schristos2007-01-12 Alan Modra <amodra@bigpond.net.au> 1114*75fd0b74Schristos 1115*75fd0b74Schristos * ar.c (open_inarch): Check fwrite return. Use size_t. 1116*75fd0b74Schristos (extract_file): Likewise. Remove test for "negative" file size. 1117*75fd0b74Schristos * readelf.c (process_program_headers): Check fscanf return. 1118*75fd0b74Schristos 1119*75fd0b74Schristos2007-01-11 H.J. Lu <hongjiu.lu@intel.com> 1120*75fd0b74Schristos 1121*75fd0b74Schristos * bucomm.c (template_in_dir): Fix typo. 1122*75fd0b74Schristos 1123*75fd0b74Schristos2007-01-11 Alan Modra <amodra@bigpond.net.au> 1124*75fd0b74Schristos 1125*75fd0b74Schristos * embedspu.sh: New file. 1126*75fd0b74Schristos * Makefile.am (embedspu): Add rule. 1127*75fd0b74Schristos * configure.in (BUILD_MISC): Add embedspu for powerpc-linux. 1128*75fd0b74Schristos * Makefile.in: Regenerate. 1129*75fd0b74Schristos * configure: Regenerate. 1130*75fd0b74Schristos 1131*75fd0b74Schristos2007-01-11 Alan Modra <amodra@bigpond.net.au> 1132*75fd0b74Schristos 1133*75fd0b74Schristos * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP. 1134*75fd0b74Schristos * bucomm.c (template_in_dir): New function, split out from.. 1135*75fd0b74Schristos (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP. 1136*75fd0b74Schristos (make_tempdir): Use template_in_dir. Handle directory creation 1137*75fd0b74Schristos when !HAVE_MKDTEMP. 1138*75fd0b74Schristos * objcopy.c (MKDIR): Don't define. 1139*75fd0b74Schristos (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix 1140*75fd0b74Schristos error message. 1141*75fd0b74Schristos 1142*75fd0b74Schristos2007-01-08 Kazu Hirata <kazu@codesourcery.com> 1143*75fd0b74Schristos 1144*75fd0b74Schristos * readelf.c (get_machine_flags): Treat Fido as an architecture 1145*75fd0b74Schristos by itself. 1146*75fd0b74Schristos 1147*75fd0b74Schristos2007-01-08 Kai Tietz <kai.tietz@onevision.com> 1148*75fd0b74Schristos 1149*75fd0b74Schristos * configure.in: Renamed target x86_64-*-mingw64 to 1150*75fd0b74Schristos x86_64-*-mingw*. 1151*75fd0b74Schristos * configure: Regenerated. 1152*75fd0b74Schristos 1153*75fd0b74Schristos2007-01-05 Alan Modra <amodra@bigpond.net.au> 1154*75fd0b74Schristos 1155*75fd0b74Schristos * readelf.c (dump_section): Don't print 32-bit values, which 1156*75fd0b74Schristos were done incorrectly for little-endian. Instead print bytes. 1157*75fd0b74Schristos 1158*75fd0b74SchristosFor older changes see ChangeLog-2006 1159*75fd0b74Schristos 1160*75fd0b74SchristosCopyright (C) 2007 Free Software Foundation, Inc. 1161*75fd0b74Schristos 1162*75fd0b74SchristosCopying and distribution of this file, with or without modification, 1163*75fd0b74Schristosare permitted in any medium without royalty provided the copyright 1164*75fd0b74Schristosnotice and this notice are preserved. 1165*75fd0b74Schristos 1166*75fd0b74SchristosLocal Variables: 1167*75fd0b74Schristosmode: change-log 1168*75fd0b74Schristosleft-margin: 8 1169*75fd0b74Schristosfill-column: 74 1170*75fd0b74Schristosversion-control: never 1171*75fd0b74SchristosEnd: 1172