1*75fd0b74Schristos2003-12-31 Daniel Jacobowitz <drow@mvista.com> 2*75fd0b74Schristos 3*75fd0b74Schristos * MAINTAINERS: Rename CONFIGURE to BUILD SYSTEM and add myself. 4*75fd0b74Schristos 5*75fd0b74Schristos2003-12-29 Nick Clifton <nickc@redhat.com> 6*75fd0b74Schristos 7*75fd0b74Schristos * readelf.c (debug_line_pointer_size): Replace with an array 8*75fd0b74Schristos called 'debug_line_pointer_sizes'. 9*75fd0b74Schristos (num_debug_line_pointer_sizes): New variable. 10*75fd0b74Schristos (display_debug_lines): Extract pointer size from the 11*75fd0b74Schristos debug_line_pointer_sizes array. 12*75fd0b74Schristos (display_debug_loc): Likewise. 13*75fd0b74Schristos (prescan_debug_info): Fill in the debug_line_pointer_sizes 14*75fd0b74Schristos array. 15*75fd0b74Schristos 16*75fd0b74Schristos2003-12-23 Ralf Baechle <ralf@gnu.org> 17*75fd0b74Schristos Maciej W. Rozycki <macro@ds2.pg.gda.pl> 18*75fd0b74Schristos 19*75fd0b74Schristos * objcopy.c (bfd_flags_to_set, bfd_flags_to_clear): New variables 20*75fd0b74Schristos to handle flags for tweaking. 21*75fd0b74Schristos (copy_options): New options: impure, pure, readonly-text, 22*75fd0b74Schristos writable-text. 23*75fd0b74Schristos (copy_usage, copy_object, command_line_switch): Handle the new 24*75fd0b74Schristos options. 25*75fd0b74Schristos * doc/binutils.texi: Document the new options. 26*75fd0b74Schristos 27*75fd0b74Schristos2003-12-22 Jakub Jelinek <jakub@redhat.com> 28*75fd0b74Schristos 29*75fd0b74Schristos * objdump.c (disassemble_bytes): Subtract rel_offset from printed 30*75fd0b74Schristos reloc address. 31*75fd0b74Schristos (disassemble_section): Set rel_offset to section->vma instead of 32*75fd0b74Schristos pinfo->buffer_vma. 33*75fd0b74Schristos 34*75fd0b74Schristos2003-12-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 35*75fd0b74Schristos 36*75fd0b74Schristos * readelf.c (guess_is_rela): Changed m32r's default type to RELA. 37*75fd0b74Schristos 38*75fd0b74Schristos2003-12-11 Nick Clifton <nickc@redhat.com> 39*75fd0b74Schristos 40*75fd0b74Schristos * objcopy.c (strip_usage): Add --only-keep-debug. 41*75fd0b74Schristos (copy_usage): Likewise. 42*75fd0b74Schristos 43*75fd0b74Schristos2003-12-04 Nick Clifton <nickc@redhat.com> 44*75fd0b74Schristos 45*75fd0b74Schristos * objcopy.c (copy_object): Do not copy the object if the 46*75fd0b74Schristos output file's format cannot be set to that of the input file. 47*75fd0b74Schristos If the input file's format is unknown, fail. 48*75fd0b74Schristos 49*75fd0b74Schristos2003-11-28 Ian Lance Taylor <ian@wasabisystems.com> 50*75fd0b74Schristos 51*75fd0b74Schristos * cxxfilt.c (usage): Mention new -p/--no-params options. 52*75fd0b74Schristos 53*75fd0b74Schristos2003-11-28 Alan Modra <amodra@bigpond.net.au> 54*75fd0b74Schristos 55*75fd0b74Schristos * Makefile.am (install-exec-local): Remove common term from string 56*75fd0b74Schristos comparison. 57*75fd0b74Schristos * Makefile.in: Regenerate. 58*75fd0b74Schristos * doc/Makefile.am: Don't use $<. 59*75fd0b74Schristos * doc/Makefile.in: Regenerate. 60*75fd0b74Schristos 61*75fd0b74Schristos2003-11-27 Nick Clifton <nickc@redhat.com> 62*75fd0b74Schristos 63*75fd0b74Schristos * rename.c (smart_rename): Make sure that we have write 64*75fd0b74Schristos permission on the destination file before renaming. 65*75fd0b74Schristos 66*75fd0b74Schristos2003-11-26 Daniel Jacobowitz <drow@mvista.com> 67*75fd0b74Schristos Nick Clifton <nickc@redhat.com> 68*75fd0b74Schristos 69*75fd0b74Schristos * readelf.c: Add a comment describing the difference between 70*75fd0b74Schristos readelf and objdump. 71*75fd0b74Schristos * doc/binutils.texi (readelf): Likewise. 72*75fd0b74Schristos 73*75fd0b74Schristos2003-11-25 Danny Smith <dannysmith@users.sourceforge.net> 74*75fd0b74Schristos 75*75fd0b74Schristos * doc/binutils.texi (dlltool): Document dlltool --temp-prefix 76*75fd0b74Schristos option. 77*75fd0b74Schristos * dlltool.c (usage): Likewise. 78*75fd0b74Schristos 79*75fd0b74Schristos2003-11-22 Ian Lance Taylor <ian@wasabisystems.com> 80*75fd0b74Schristos 81*75fd0b74Schristos * cxxfilt.c (long_options): Add --no-params. 82*75fd0b74Schristos (main): Handle -p/--no-params. 83*75fd0b74Schristos * doc/binutils.texi (c++filt): Document -p/--no-params. 84*75fd0b74Schristos 85*75fd0b74Schristos2003-11-19 Alan Modra <amodra@bigpond.net.au> 86*75fd0b74Schristos 87*75fd0b74Schristos * objdump.c: Wrap long lines, init vars separately from decl. 88*75fd0b74Schristos (disassemble_section): Reset require_sec after call to 89*75fd0b74Schristos find_symbol_for_address. 90*75fd0b74Schristos 91*75fd0b74Schristos2003-11-14 Nick Clifton <nickc@redhat.com> 92*75fd0b74Schristos 93*75fd0b74Schristos * objdump.c (find_symbol_for_address): Change parameters so 94*75fd0b74Schristos that the entire disassemble_info structure is passed, not just 95*75fd0b74Schristos a few fields. Use the symbol_is_valid field to check the 96*75fd0b74Schristos validity of located symbols and continue searching if they are 97*75fd0b74Schristos not valid. 98*75fd0b74Schristos (objdump_print_addr): Alter parameters passed to 99*75fd0b74Schristos find_symbol_for_address. 100*75fd0b74Schristos (objdump_symbol_at_address): Likewise. 101*75fd0b74Schristos (disassemble_section): Likewise. Also use symbol_is_valid 102*75fd0b74Schristos function to check the validity of located symbols. 103*75fd0b74Schristos 104*75fd0b74Schristos2003-11-13 Tobias Burnus <tobias.burnus@physik.fu-berlin.de> 105*75fd0b74Schristos 106*75fd0b74Schristos * ar.c (open_inarch): Emit a warning when an archive is created 107*75fd0b74Schristos (only shown with -v) in order to confrom to POSIX specification. 108*75fd0b74Schristos 109*75fd0b74Schristos2003-11-11 Wang Li <charles@linux.net.cn> 110*75fd0b74Schristos 111*75fd0b74Schristos * objcopy.c (wildcard): New variable. True if wildcard pattern 112*75fd0b74Schristos matching is allowed in symbol names. 113*75fd0b74Schristos (strip_options): Add -w option to enable wildcard pattern 114*75fd0b74Schristos matching. 115*75fd0b74Schristos (copy_options): Likewise. 116*75fd0b74Schristos (copy_usage): Mention new switch. 117*75fd0b74Schristos (strip_usage): Likewise. 118*75fd0b74Schristos (is_specified_symbol): If performing wildcard matches use fnmatch 119*75fd0b74Schristos to compare symbol names with entries on the symbol list. 120*75fd0b74Schristos (strip_main): Accept -w switch. 121*75fd0b74Schristos (copy_main): Likewise. 122*75fd0b74Schristos * Makefile.am: Add dependency on fnmatch.h for objcopy.c 123*75fd0b74Schristos * Makefile.in: Regenerate. 124*75fd0b74Schristos * doc/binutils.texi: Document new switch. 125*75fd0b74Schristos * NEWS: Mention new switch. 126*75fd0b74Schristos 127*75fd0b74Schristos2003-11-11 Alan Modra <amodra@bigpond.net.au> 128*75fd0b74Schristos 129*75fd0b74Schristos * objdump.c: Revert rev 1.81 commit. 130*75fd0b74Schristos 131*75fd0b74Schristos2003-11-10 Tobias Burnus <tobias.burnus@physik.fu-berlin.de> 132*75fd0b74Schristos 133*75fd0b74Schristos * ar.c (print_contents): Remove "member" from verbose output in 134*75fd0b74Schristos order to conform to POSIX specification. 135*75fd0b74Schristos 136*75fd0b74Schristos2003-11-10 Alan Modra <amodra@bigpond.net.au> 137*75fd0b74Schristos 138*75fd0b74Schristos * README: Expand bug reporting information. 139*75fd0b74Schristos 140*75fd0b74Schristos2003-11-07 Jonathan R. Grant <jg-binutils@jguk.org> 141*75fd0b74Schristos 142*75fd0b74Schristos * bucomm,c (get_file_size): New function. Returns the size of a 143*75fd0b74Schristos file. 144*75fd0b74Schristos * bucomm.h: Add prototype for get_file_size. 145*75fd0b74Schristos * addr2line.c (process_file): Use new function. 146*75fd0b74Schristos * ar.c (main, ranlib_only, ranlib_touch): Likewise. 147*75fd0b74Schristos * nm.c (display_file): Likewise. 148*75fd0b74Schristos * objcopy.c (add_specific_symbols, copy_file, strip_main, 149*75fd0b74Schristos copy_main): Likewise. 150*75fd0b74Schristos * objdump.c (display_file): Likewise. 151*75fd0b74Schristos * size.c (display_file): Likewise. 152*75fd0b74Schristos * strings.c (strings_file): Likewise. 153*75fd0b74Schristos * readelf.c (process_file): Use similar code to get_file_size. 154*75fd0b74Schristos 155*75fd0b74Schristos2003-11-06 Bruno Rohee <bruno@rohee.com> 156*75fd0b74Schristos 157*75fd0b74Schristos * ieee.c: Fix "the the" typo. 158*75fd0b74Schristos * stabs.c: Likewise. 159*75fd0b74Schristos 160*75fd0b74Schristos2003-10-30 Marshall T. Vandegrift <llasram@wuli.nu> 161*75fd0b74Schristos 162*75fd0b74Schristos * readelf.c (dump_section): Do not dump the contents of SHT_NOBITS 163*75fd0b74Schristos sections - they have no file space assigned to their contents. 164*75fd0b74Schristos 165*75fd0b74Schristos2003-10-28 Segher Boessenkool <segher@kernel.crashing.org> 166*75fd0b74Schristos 167*75fd0b74Schristos * readelf.c (dump_section): Don't display DEL characters. 168*75fd0b74Schristos 169*75fd0b74Schristos2003-10-27 Kazu Hirata <kazu@cs.umass.edu> 170*75fd0b74Schristos 171*75fd0b74Schristos * ChangeLog: Fix typos. 172*75fd0b74Schristos * ChangeLog-9197: Likewise. 173*75fd0b74Schristos * ChangeLog-9899: Likewise. 174*75fd0b74Schristos * NEWS: Likewise. 175*75fd0b74Schristos * ar.c: Fix comment typos. 176*75fd0b74Schristos * arsup.c: Likewise. 177*75fd0b74Schristos * coffgrok.c: Likewise. 178*75fd0b74Schristos * debug.c: Likewise. 179*75fd0b74Schristos * debug.h: Likewise. 180*75fd0b74Schristos * dlltool.c: Likewise. 181*75fd0b74Schristos * ieee.c: Likewise. 182*75fd0b74Schristos * nm.c: Likewise. 183*75fd0b74Schristos * objdump.c: Likewise. 184*75fd0b74Schristos * prdbg.c: Likewise. 185*75fd0b74Schristos * readelf.c: Likewise. 186*75fd0b74Schristos * resrc.c: Likewise. 187*75fd0b74Schristos * sysinfo.y: Likewise. 188*75fd0b74Schristos * windres.c: Likewise. 189*75fd0b74Schristos 190*75fd0b74Schristos2003-10-27 Nick Clifton <nickc@redhat.com> 191*75fd0b74Schristos 192*75fd0b74Schristos * objcopy.c (copy_section): Do not complain when a target does not 193*75fd0b74Schristos support relocations. 194*75fd0b74Schristos (mark_symbols_used_in_relocations): Likewise. 195*75fd0b74Schristos 196*75fd0b74Schristos2003-10-14 Anil Paranjpe <anilp1@KPITCummins.com> 197*75fd0b74Schristos 198*75fd0b74Schristos * objcopy.c (copy_main): Reads machine flags from arch_info 199*75fd0b74Schristos structure. 200*75fd0b74Schristos 201*75fd0b74Schristos2003-10-20 Andrew Cagney <cagney@redhat.com> 202*75fd0b74Schristos 203*75fd0b74Schristos * coffgrok.h (coff_section): Replace 'struct sec" with "struct 204*75fd0b74Schristos bfd_section". 205*75fd0b74Schristos 206*75fd0b74Schristos2003-10-07 Nathan Sidwell <nathan@codesourcery.com> 207*75fd0b74Schristos 208*75fd0b74Schristos * objdump.c (read_section_stabs): Just read one section, return 209*75fd0b74Schristos pointer to it. Add size parameter. 210*75fd0b74Schristos (print_section_stabs): Add string offset parameter. Adjust. 211*75fd0b74Schristos (struct stab_section_names): Add string offset member. 212*75fd0b74Schristos (find_stabs_sections): Correct check for split section suffix, 213*75fd0b74Schristos adjust read_section_stabs and print_section_stabs calls. 214*75fd0b74Schristos (dump_stabs_section): Clear string_offset, free string table. 215*75fd0b74Schristos 216*75fd0b74Schristos2003-10-01 Martin Fuchs <martin-fuchs@gmx.net> 217*75fd0b74Schristos 218*75fd0b74Schristos * resrc.c (define_icon): Fix storage of color attributes 'planes' and 219*75fd0b74Schristos 'bit count' in icon groups. 220*75fd0b74Schristos 221*75fd0b74Schristos2003-09-30 Chris Demetriou <cgd@broadcom.com> 222*75fd0b74Schristos 223*75fd0b74Schristos * NEWS: Add an indication of the cutoff for 2.14. 224*75fd0b74Schristos 225*75fd0b74Schristos2003-09-30 Chris Demetriou <cgd@broadcom.com> 226*75fd0b74Schristos 227*75fd0b74Schristos * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_64R2. 228*75fd0b74Schristos 229*75fd0b74Schristos2003-09-29 H.J. Lu <hongjiu.lu@intel.com> 230*75fd0b74Schristos 231*75fd0b74Schristos * readelf.c (dump_relocations): Support SHN_IA_64_ANSI_COMMON. 232*75fd0b74Schristos (get_symbol_index_type): Likewise. 233*75fd0b74Schristos 234*75fd0b74Schristos2003-09-25 H.J. Lu <hongjiu.lu@intel.com> 235*75fd0b74Schristos 236*75fd0b74Schristos * readelf.c (process_version_sections): Indent version names. 237*75fd0b74Schristos 238*75fd0b74Schristos2003-09-15 Anthony Green <green@redhat.com> 239*75fd0b74Schristos 240*75fd0b74Schristos * dlltool.c (prefix_encode): Fix ISO C90 conversion. 241*75fd0b74Schristos (dlltmp): Ditto. 242*75fd0b74Schristos (dtab): Ditto. 243*75fd0b74Schristos 244*75fd0b74Schristos2003-09-14 Andreas Jaeger <aj@suse.de> 245*75fd0b74Schristos 246*75fd0b74Schristos * addr2line.c: Convert to ISO C90 prototypes, change PTR, remove 247*75fd0b74Schristos unneeded (void *) casts. 248*75fd0b74Schristos * ar.c: Likewise. 249*75fd0b74Schristos * arlex.l: Likewise. 250*75fd0b74Schristos * arparse.y: Likewise. 251*75fd0b74Schristos * arsup.c: Likewise. 252*75fd0b74Schristos * binemul.c: Likewise. 253*75fd0b74Schristos * binemul.h: Likewise. 254*75fd0b74Schristos * bucomm.c: Likewise. 255*75fd0b74Schristos * bucomm.h: Likewise. 256*75fd0b74Schristos * budbg.h: Likewise. 257*75fd0b74Schristos * budemang.c: Likewise. 258*75fd0b74Schristos * budemang.h: Likewise. 259*75fd0b74Schristos * coffdump.c: Likewise. 260*75fd0b74Schristos * coffgrok.c: Likewise. 261*75fd0b74Schristos * cxxfilt.c: Likewise. 262*75fd0b74Schristos * debug.c: Likewise. 263*75fd0b74Schristos * debug.h: Likewise. 264*75fd0b74Schristos * deflex.l: Likewise. 265*75fd0b74Schristos * dlltool.c: Likewise. 266*75fd0b74Schristos * dlltool.h: Likewise. 267*75fd0b74Schristos * dllwrap.c: Likewise. 268*75fd0b74Schristos * emul_aix.c: Likewise. 269*75fd0b74Schristos * filemode.c: Likewise. 270*75fd0b74Schristos * ieee.c: Likewise. 271*75fd0b74Schristos * nlmconv.c: Likewise. 272*75fd0b74Schristos * nlmconv.h: Likewise. 273*75fd0b74Schristos * nlmheader.y: Likewise. 274*75fd0b74Schristos * nm.c: Likewise. 275*75fd0b74Schristos * prdbg.c: Likewise. 276*75fd0b74Schristos * rclex.l: Likewise. 277*75fd0b74Schristos * rcparse.y: Likewise. 278*75fd0b74Schristos * rdcoff.c: Likewise. 279*75fd0b74Schristos * rddbg.c: Likewise. 280*75fd0b74Schristos * rename.c: Likewise. 281*75fd0b74Schristos * resbin.c: Likewise. 282*75fd0b74Schristos * rescoff.c: Likewise. 283*75fd0b74Schristos * resrc.c: Likewise. 284*75fd0b74Schristos * size.c: Likewise. 285*75fd0b74Schristos * srconv.c: Likewise. 286*75fd0b74Schristos * stabs.c: Likewise. 287*75fd0b74Schristos * strings.c: Likewise. 288*75fd0b74Schristos * sysdump.c: Likewise. 289*75fd0b74Schristos * sysinfo.y: Likewise. 290*75fd0b74Schristos * syslex.l: Likewise. 291*75fd0b74Schristos * unwind-ia64.c: Likewise. 292*75fd0b74Schristos * unwind-ia64.h: Likewise. 293*75fd0b74Schristos * version.c: Likewise. 294*75fd0b74Schristos * windres.c: Likewise. 295*75fd0b74Schristos * windres.h: Likewise. 296*75fd0b74Schristos * winduni.c: Likewise. 297*75fd0b74Schristos * wrstabs.c: Likewise. 298*75fd0b74Schristos 299*75fd0b74Schristos2003-09-10 James E Wilson <wilson@specifixinc.com> 300*75fd0b74Schristos 301*75fd0b74Schristos * MAINTAINERS: Update my e-mail address. 302*75fd0b74Schristos 303*75fd0b74Schristos2003-09-09 Ian Lance Taylor <ian@wasabisystems.com> 304*75fd0b74Schristos 305*75fd0b74Schristos * MAINTAINERS: Update my e-mail address. 306*75fd0b74Schristos 307*75fd0b74Schristos2003-09-04 Nick Clifton <nickc@redhat.com> 308*75fd0b74Schristos 309*75fd0b74Schristos * MAINTAINERS: Make it clear what should be done with patches to 310*75fd0b74Schristos the top level configure files (other than config.guess and 311*75fd0b74Schristos config.sub). Add binutils@sources.redhat.com as an address to 312*75fd0b74Schristos which patches can be sent. 313*75fd0b74Schristos 314*75fd0b74Schristos2003-09-04 Nick Clifton <nickc@redhat.com> 315*75fd0b74Schristos 316*75fd0b74Schristos * readelf.c (get_machine_flags): Recognise V850E1 machine type. 317*75fd0b74Schristos 318*75fd0b74Schristos2003-09-03 Andrew Cagney <cagney@redhat.com> 319*75fd0b74Schristos 320*75fd0b74Schristos * objdump.c: Refer to init_disassemble_info in comments. 321*75fd0b74Schristos (disassemble_data): Replace INIT_DISASSEMBLE_INFO with 322*75fd0b74Schristos init_disassemble_info. 323*75fd0b74Schristos 324*75fd0b74Schristos2003-09-03 Nick Clifton <nickc@redhat.com> 325*75fd0b74Schristos 326*75fd0b74Schristos * objdump.c (struct objdump_disasm_info): Add new fields 327*75fd0b74Schristos 'dynrelbuf', 'dynrelcount' and 'disassemble_fn'. 328*75fd0b74Schristos (process_section_p): New function: Returns TRUE if a section 329*75fd0b74Schristos can be dumped. 330*75fd0b74Schristos (disassemble_section): New function: Contains the body of 331*75fd0b74Schristos disassemble_data(), but just for one section. 332*75fd0b74Schristos (disassemble_data): Use bfd_map_over_sections to walk section 333*75fd0b74Schristos chain. 334*75fd0b74Schristos (find_stabs_section): New function: Find a stabs containing 335*75fd0b74Schristos section and then dump it. 336*75fd0b74Schristos (dump_stabs_section): New function: Use bfd_map_over_sections 337*75fd0b74Schristos to find the section to dump. 338*75fd0b74Schristos (dump_stabs): Use dump_stabs_section. 339*75fd0b74Schristos (dump_section): New function: Display the contents of a 340*75fd0b74Schristos section. 341*75fd0b74Schristos (dump_data): Use bfd_map_over_sections to display section 342*75fd0b74Schristos contents. 343*75fd0b74Schristos (dump_relocs_in_section): Display the relocs in a given section. 344*75fd0b74Schristos (dump_relocs): Use bfd_map_over_sections to display relocs. 345*75fd0b74Schristos (adjust_addresses): New function: Adjust the vma and lma of 346*75fd0b74Schristos sections. 347*75fd0b74Schristos (dump_bfd): Use bfd_map_over_sections. 348*75fd0b74Schristos * doc/binutils.texi: Document the "objdump -s" (no longer) 349*75fd0b74Schristos dumps empty sections. 350*75fd0b74Schristos 351*75fd0b74Schristos2003-08-24 Jonathan R. Grant <jg-binutils@jguk.org> 352*75fd0b74Schristos 353*75fd0b74Schristos * objdump.c: Improve comments/documentation. 354*75fd0b74Schristos dump_data: Eliminate duplicate function calls to bfd_section_size. 355*75fd0b74Schristos 356*75fd0b74Schristos2003-09-02 Alan Modra <amodra@bigpond.net.au> 357*75fd0b74Schristos 358*75fd0b74Schristos * MAINTAINERS: Move Dave Anglin's entry to where it belongs. 359*75fd0b74Schristos 360*75fd0b74Schristos2003-08-21 Nick Clifton <nickc@redhat.com> 361*75fd0b74Schristos 362*75fd0b74Schristos * po/tr.po: Updated Turkish translation. 363*75fd0b74Schristos 364*75fd0b74Schristos2003-08-14 Alan Modra <amodra@bigpond.net.au> 365*75fd0b74Schristos 366*75fd0b74Schristos * dep-in.sed: Remove libintl.h. 367*75fd0b74Schristos * Makefile.am (POTFILES.in): Unset LC_COLLATE. 368*75fd0b74Schristos Run "make dep-am". 369*75fd0b74Schristos * Makefile.in: Regenerate. 370*75fd0b74Schristos 371*75fd0b74Schristos2003-08-11 Ian Lance Taylor <ian@airs.com> 372*75fd0b74Schristos 373*75fd0b74Schristos * readelf.c (process_archive): Fix error handling. Remove memory 374*75fd0b74Schristos leak. 375*75fd0b74Schristos 376*75fd0b74Schristos * readelf.c: Add ability to read archives. 377*75fd0b74Schristos (archive_file_offset): New variable. 378*75fd0b74Schristos (archive_file_size): New variable. 379*75fd0b74Schristos (get_data): Include archive_file_offset in file offset 380*75fd0b74Schristos calculation when fseeking. 381*75fd0b74Schristos (process_program_headers): Likewise. 382*75fd0b74Schristos (process_symbol_table): Likewise. 383*75fd0b74Schristos (process_dynamic_segment): Handle computation of end of file 384*75fd0b74Schristos position when the file is in an archive. 385*75fd0b74Schristos (process_object): New function. Contains the body of 386*75fd0b74Schristos process_file(). 387*75fd0b74Schristos (process_archive): New function. Call process_object on each 388*75fd0b74Schristos member of an archive. 389*75fd0b74Schristos (process_file): Detect archives and handle appropriately. 390*75fd0b74Schristos * Makefile.am: Add dependency on aout/ar.h for readelf.c 391*75fd0b74Schristos * Makefile.in: Regenerate. 392*75fd0b74Schristos * NEWS: Document readelf's new ability. 393*75fd0b74Schristos * doc/binutils: Alter text to say that readelf supports archives 394*75fd0b74Schristos and 64-bit ELF files. 395*75fd0b74Schristos 396*75fd0b74Schristos2003-08-08 Nick Clifton <nickc@redhat.com> 397*75fd0b74Schristos 398*75fd0b74Schristos * po/fr.po: Updated French translation. 399*75fd0b74Schristos 400*75fd0b74Schristos2003-08-05 Alan Modra <amodra@bigpond.net.au> 401*75fd0b74Schristos 402*75fd0b74Schristos * objcopy.c: Remove unnecessary prototypes and casts. 403*75fd0b74Schristos * objdump.c: Remove unnecessary casts. 404*75fd0b74Schristos * readelf.c: Convert to C90. Remove unnecessary prototypes and casts. 405*75fd0b74Schristos (get_osabi_name): Move so we don't need a forward declaration. 406*75fd0b74Schristos 407*75fd0b74Schristos2003-08-04 Bradley Harrington <bharring@us.ibm.com> 408*75fd0b74Schristos Alan Modra <amodra@bigpond.net.au> 409*75fd0b74Schristos 410*75fd0b74Schristos * objdump.c (include_paths, include_path_count): New vars. 411*75fd0b74Schristos (usage): Describe --include. 412*75fd0b74Schristos (long_options): Add "include". 413*75fd0b74Schristos (add_include_path): New function. 414*75fd0b74Schristos (struct print_file_list): Make filename const. Add modname. 415*75fd0b74Schristos (try_print_file_open, update_source_path): New functions. 416*75fd0b74Schristos (show_line): Use them. 417*75fd0b74Schristos (main): Handle 'I' option. Don't check for NULL xrealloc arg. 418*75fd0b74Schristos 419*75fd0b74Schristos2003-07-30 Alan Modra <amodra@bigpond.net.au> 420*75fd0b74Schristos 421*75fd0b74Schristos * objdump.c: Remove unnecessary prototypes. 422*75fd0b74Schristos (disassemble_bytes): Add rel_offset parameter. Simplify reloc skipping 423*75fd0b74Schristos code, and print relocs when dump_dynamic_reloc_info. 424*75fd0b74Schristos (disassemble_data): Read and handle dynamic relocs. Correct reloc 425*75fd0b74Schristos skip code. Formatting. 426*75fd0b74Schristos (dump_bfd): Don't dump dynamic relocs when disassembling. 427*75fd0b74Schristos 428*75fd0b74Schristos2003-07-29 Ben Elliston <bje@wasabisystems.com> 429*75fd0b74Schristos 430*75fd0b74Schristos * MAINTAINERS: Remove self as M88k maintainer. Future M88k 431*75fd0b74Schristos maintenance defaults to the blanket write privilege maintainers. 432*75fd0b74Schristos 433*75fd0b74Schristos2003-07-29 Michael Meissner <gnu@the-meissners.org> 434*75fd0b74Schristos 435*75fd0b74Schristos * MAINTAINERS: Updated my email address. 436*75fd0b74Schristos 437*75fd0b74Schristos2003-07-29 Nick Clifton <nickc@redhat.com> 438*75fd0b74Schristos 439*75fd0b74Schristos * objdump.c: Update to ISO C. 440*75fd0b74Schristos 441*75fd0b74Schristos2003-07-24 Nick Clifton <nickc@redhat.com> 442*75fd0b74Schristos 443*75fd0b74Schristos * objdump.c (disassemble_data): Do not ignore sections without the 444*75fd0b74Schristos LOAD flag when disassemble_all is true. Only print a message 445*75fd0b74Schristos about disassembling a section if it contains some data. 446*75fd0b74Schristos 447*75fd0b74Schristos * po/fr.po: Updated French translation. 448*75fd0b74Schristos 449*75fd0b74Schristos2003-07-23 Nick Clifton <nickc@redhat.com> 450*75fd0b74Schristos 451*75fd0b74Schristos * objcopy.c: Switch to ISO C. Remove debugging code accidentally 452*75fd0b74Schristos left in. Some formatting tidy ups. 453*75fd0b74Schristos 454*75fd0b74Schristos2003-07-22 Salvador Eduardo Tropea <set@computer.org> 455*75fd0b74Schristos 456*75fd0b74Schristos * objdump.c: New command line option --debugging-tags. 457*75fd0b74Schristos * doc/binutils.texi: Document new command line option. 458*75fd0b74Schristos * prdbg.c: Code to print the debug info as tags compatible 459*75fd0b74Schristos with ctags. 460*75fd0b74Schristos * budbg.h: Adjust prototype. 461*75fd0b74Schristos * NEWS: Mention new switch 462*75fd0b74Schristos 463*75fd0b74Schristos2003-07-18 Nick Clifton <nickc@redhat.com> 464*75fd0b74Schristos 465*75fd0b74Schristos * objdump.c (main) :Accept multiple -M switch. 466*75fd0b74Schristos * doc/binutils.texi: Document that multiple -M switches are 467*75fd0b74Schristos accepted and that a single -M switch can contain comma 468*75fd0b74Schristos separated options. 469*75fd0b74Schristos 470*75fd0b74Schristos2003-07-17 Nick Clifton <nickc@redhat.com> 471*75fd0b74Schristos 472*75fd0b74Schristos * objdump.c (main): Issue a warning message if multiple -M 473*75fd0b74Schristos switches are used. 474*75fd0b74Schristos 475*75fd0b74Schristos * doc/binutils.texi (objdump): Update documentation about -M 476*75fd0b74Schristos option. 477*75fd0b74Schristos 478*75fd0b74Schristos2003-07-17 Nick Clifton <nickc@redhat.com> 479*75fd0b74Schristos 480*75fd0b74Schristos * po/es.po: New Spanish translation. 481*75fd0b74Schristos 482*75fd0b74Schristos2003-07-11 Alan Modra <amodra@bigpond.net.au> 483*75fd0b74Schristos 484*75fd0b74Schristos * po/binutils.pot: Regenerate. 485*75fd0b74Schristos 486*75fd0b74Schristos2003-07-05 Christopher Faylor <cgf@redhat.com> 487*75fd0b74Schristos 488*75fd0b74Schristos * dlltool.c (prefix_encode): Use a fixed length for alpha. 489*75fd0b74Schristos 490*75fd0b74Schristos2003-07-04 Christopher Faylor <cgf@redhat.com> 491*75fd0b74Schristos 492*75fd0b74Schristos * dlltool.c (prefix_encode): New function. Encode temp file prefix 493*75fd0b74Schristos from pid. 494*75fd0b74Schristos (dlltmp): Pass address of pointer being alloced or suffer neverending 495*75fd0b74Schristos mallocs. 496*75fd0b74Schristos (make_one_lib_file): Allocate enough space for new longer stub names. 497*75fd0b74Schristos (gen_lib_file): Ditto. 498*75fd0b74Schristos (main): Generate the temp file prefix from the pid if prefix was not 499*75fd0b74Schristos specified on the command line. 500*75fd0b74Schristos 501*75fd0b74Schristos2003-07-04 Nick Clifton <nickc@redhat.com> 502*75fd0b74Schristos 503*75fd0b74Schristos * readelf.c (get_data): Print (unsigned) hex values for size and 504*75fd0b74Schristos offset in error messages. 505*75fd0b74Schristos (process_section_headers): If the string table could not be 506*75fd0b74Schristos allocated, do not continue. 507*75fd0b74Schristos 508*75fd0b74Schristos2003-07-01 Jakub Jelinek <jakub@redhat.com> 509*75fd0b74Schristos 510*75fd0b74Schristos * readelf.c (dynamic_segment_ia64_val): Print address and newline 511*75fd0b74Schristos for sections by default. Comment fix. 512*75fd0b74Schristos 513*75fd0b74Schristos2003-06-28 Danny Smith <dannysmith@users.sourceforge.net> 514*75fd0b74Schristos 515*75fd0b74Schristos * rcparse.y (res_text_field): New res_id variable. 516*75fd0b74Schristos (res_null_text): New static const struct res_id object, 517*75fd0b74Schristos with empty unicode name field. 518*75fd0b74Schristos (control): Pop parsing of optresidc up one level. Set 519*75fd0b74Schristos res_text_field to $2 except for controls which do not accept 520*75fd0b74Schristos a text field. Set res_text_field to res_null_text for the 521*75fd0b74Schristos special cases (viz. COMBOBOX, EDITTEXT, LISTBOX, SCROLLBAR). 522*75fd0b74Schristos (control_params): Adjust to use res_text_field rather 523*75fd0b74Schristos than optresidc. 524*75fd0b74Schristos (COMBOBOX): Add comment about discrepency between documented 525*75fd0b74Schristos vs. observed default style. 526*75fd0b74Schristos * resrc.c (define_control): Make first param const. 527*75fd0b74Schristos * windres.h (define_control): Adjust prototype. 528*75fd0b74Schristos 529*75fd0b74Schristos2003-06-27 Nick Clifton <nickc@redhat.com> 530*75fd0b74Schristos 531*75fd0b74Schristos * objcopy.c (copy_object): Replace call to 532*75fd0b74Schristos bfd_create_gnu_debuglink_section with separate calls to 533*75fd0b74Schristos bfd_add_gnu_debuglink_section and 534*75fd0b74Schristos bfd_fill_in_gnu_debuglink_section, separated by a walk over the 535*75fd0b74Schristos symbol tables. 536*75fd0b74Schristos 537*75fd0b74Schristos2003-06-26 Roland McGrath <roland@redhat.com> 538*75fd0b74Schristos 539*75fd0b74Schristos * readelf.c (loadaddr): Variable removed. 540*75fd0b74Schristos (dynamic_info, version_info): Fix type long -> bfd_vma. 541*75fd0b74Schristos (program_headers): New variable. 542*75fd0b74Schristos (get_program_headers): New function, broken out of 543*75fd0b74Schristos process_program_headers. 544*75fd0b74Schristos (process_program_headers): Call it. Don't set `loadaddr'. 545*75fd0b74Schristos (slurp_ia64_unwind_table): Use get_program_headers. 546*75fd0b74Schristos (process_corefile_note_segments): Likewise. 547*75fd0b74Schristos (offset_from_vma): New function. 548*75fd0b74Schristos (process_relocs, process_dynamic_segment): Call that instead of 549*75fd0b74Schristos subtracting `loadaddr'. 550*75fd0b74Schristos (process_version_sections, process_symbol_table): Likewise. 551*75fd0b74Schristos (process_mips_specific): Likewise. 552*75fd0b74Schristos 553*75fd0b74Schristos2003-06-26 Nick Clifton <nickc@redhat.com> 554*75fd0b74Schristos 555*75fd0b74Schristos * objcopy (enum strip_action): Add STRIP_NONDEBUG. 556*75fd0b74Schristos (OPTION_ONLY_KEEP_DEBUG): New. 557*75fd0b74Schristos (strip_options): Add --only-keep-debug. 558*75fd0b74Schristos (copy_options): Likewise. 559*75fd0b74Schristos (is_strip_section): Invert return value if STRIP_NONDEBUG is 560*75fd0b74Schristos active. 561*75fd0b74Schristos (copy_object): Do not copy private data when STRIP_NONDEBUG is 562*75fd0b74Schristos active. 563*75fd0b74Schristos (setup_section): Likewise. 564*75fd0b74Schristos (strip_main): Handle --only-keep-debug. 565*75fd0b74Schristos (copy_main): Likewise. 566*75fd0b74Schristos * NEWS: Mention new switch 567*75fd0b74Schristos * doc/binutils.texi: Document new switch. 568*75fd0b74Schristos 569*75fd0b74Schristos2003-06-25 Alan Modra <amodra@bigpond.net.au> 570*75fd0b74Schristos 571*75fd0b74Schristos * NEWS: Correct spelling of "relocatable". 572*75fd0b74Schristos * objdump.c: Likewise. 573*75fd0b74Schristos * sysroff.info: Likewise. 574*75fd0b74Schristos 575*75fd0b74Schristos2003-06-19 Nick Clifton <nickc@redhat.com> 576*75fd0b74Schristos 577*75fd0b74Schristos * readelf.c (print_vma): When printing DEC_5 values, if the 578*75fd0b74Schristos number is bigger than 99999 switch to using hexadecimal 579*75fd0b74Schristos notation. 580*75fd0b74Schristos 581*75fd0b74Schristos2003-06-11 Nick Clifton <nickc@redhat.com> 582*75fd0b74Schristos 583*75fd0b74Schristos * objcopy.c (gnu_debuglink_filename): New variable. 584*75fd0b74Schristos (OPTION_ADD_GNU_DEBUGLINK): New switch 585*75fd0b74Schristos (copy_options): Describe --add-gnu-debuglink switch. 586*75fd0b74Schristos Mention that --strip-debug removes sections as well. 587*75fd0b74Schristos (is_strip_section): Process the sections removed and kept 588*75fd0b74Schristos lists before checking for debugging sections. 589*75fd0b74Schristos (add_redefine_syms_file): Make function static. 590*75fd0b74Schristos (copy_object): Use is_strip_section. 591*75fd0b74Schristos Check to see if a .gnu_debuglink section should be added. If 592*75fd0b74Schristos so, call bfd_add_gnu_debuglink. 593*75fd0b74Schristos (setup_section): Use is_strip_section. 594*75fd0b74Schristos (copy_section): Use is_strip_section. 595*75fd0b74Schristos (copy_main): Handle OPTION_ADD_GNU_DEBUGLINK. 596*75fd0b74Schristos * NEWS: Mention new objcopy switch. 597*75fd0b74Schristos * doc/binutils.texi: Document new switch. 598*75fd0b74Schristos 599*75fd0b74Schristos2003-06-11 H.J. Lu <hongjiu.lu@intel.com> 600*75fd0b74Schristos 601*75fd0b74Schristos * po/Make-in (DESTDIR): New. 602*75fd0b74Schristos (install-data-yes): Support $(DESTDIR). 603*75fd0b74Schristos (uninstall): Likewise. 604*75fd0b74Schristos 605*75fd0b74Schristos2003-06-11 Alan Modra <amodra@bigpond.net.au> 606*75fd0b74Schristos 607*75fd0b74Schristos * Makefile.in: Regenerate. 608*75fd0b74Schristos 609*75fd0b74Schristos2003-05-23 Jakub Jelinek <jakub@redhat.com> 610*75fd0b74Schristos 611*75fd0b74Schristos * readelf.c (get_segment_type): Handle PT_GNU_STACK. 612*75fd0b74Schristos 613*75fd0b74Schristos2003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr> 614*75fd0b74Schristos 615*75fd0b74Schristos * NEWS: Document the new BSD/POSIX single-character mapping for 616*75fd0b74Schristos .comment/.note sections. 617*75fd0b74Schristos 618*75fd0b74Schristos2003-06-02 Chris Demetriou <cgd@broadcom.com> 619*75fd0b74Schristos Jason Thorpe <thorpej@wasabisystems.com> 620*75fd0b74Schristos 621*75fd0b74Schristos * objcopy.c (redefine_list_append): Add an argument that 622*75fd0b74Schristos indicates the context from which this function is being 623*75fd0b74Schristos called. Change all callers. 624*75fd0b74Schristos (copy_options): Add a new option, --redefine-syms. 625*75fd0b74Schristos (copy_usage): Document new option. 626*75fd0b74Schristos (copy_main): Handle the --redefine-syms option. 627*75fd0b74Schristos * doc/binutils.text (objcopy): Document new option. 628*75fd0b74Schristos 629*75fd0b74Schristos2003-05-31 Richard Henderson <rth@redhat.com> 630*75fd0b74Schristos 631*75fd0b74Schristos * readelf.c (byte_get_signed): New. 632*75fd0b74Schristos (get_encoded_value): New. 633*75fd0b74Schristos (display_debug_frames): Use it. Always pre-process opcodes. 634*75fd0b74Schristos 635*75fd0b74Schristos2003-05-20 Michal Ludvig <mludvig@suse.cz> 636*75fd0b74Schristos 637*75fd0b74Schristos * readelf.c (display_debug_frames): Print both registers 638*75fd0b74Schristos for DW_CFA_register. 639*75fd0b74Schristos 640*75fd0b74Schristos2003-05-16 Kelley Cook <kelleycook@wideopenwest.com> 641*75fd0b74Schristos 642*75fd0b74Schristos * configure.in: Accept i[3-7]86 variants. Escape '[]' for 643*75fd0b74Schristos i[3-7]86-*-interix. 644*75fd0b74Schristos * configure.in: Regenerate. 645*75fd0b74Schristos 646*75fd0b74Schristos2003-05-13 Michael Eager <eager@mvista.com> 647*75fd0b74Schristos 648*75fd0b74Schristos * objcopy.c: Treat identical src/dst file names as if only one 649*75fd0b74Schristos entered. One Windows creating an output file of the same name as 650*75fd0b74Schristos the input file will delete the input file before it is read. 651*75fd0b74Schristos 652*75fd0b74Schristos2003-05-12 Salvador Eduardo Tropea <salvador@inti.gov.ar> 653*75fd0b74Schristos 654*75fd0b74Schristos * debug.c (debug_get_real_type): Extend test for circular debug 655*75fd0b74Schristos references. 656*75fd0b74Schristos 657*75fd0b74Schristos2003-05-12 Nick Clifton <nickc@redhat.com> 658*75fd0b74Schristos 659*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add zh_CN. 660*75fd0b74Schristos * configure: Regenerate. 661*75fd0b74Schristos * po/zh_CN.po: New file: Chinese (simplified) translation. 662*75fd0b74Schristos 663*75fd0b74Schristos2003-05-11 Jason Eckhardt <jle@rice.edu> 664*75fd0b74Schristos 665*75fd0b74Schristos * MAINTAINERS: Update my mail address. 666*75fd0b74Schristos 667*75fd0b74Schristos2003-05-07 H.J. Lu <hongjiu.lu@intel.com> 668*75fd0b74Schristos 669*75fd0b74Schristos * readelf.c (dump_relocations): Enlarge the type field in wide 670*75fd0b74Schristos mode by one character. 671*75fd0b74Schristos 672*75fd0b74Schristos2003-05-03 Richard Henderson <rth@redhat.com> 673*75fd0b74Schristos 674*75fd0b74Schristos * readelf.c (struct Frame_Chunk): Add cfa_exp. 675*75fd0b74Schristos (frame_display_row): Just print "exp" for cfa or register 676*75fd0b74Schristos defined by a location expression. 677*75fd0b74Schristos (display_debug_frames): Handle DW_CFA_def_cfa_expression, 678*75fd0b74Schristos DW_CFA_expression, DW_CFA_MIPS_advance_loc8. 679*75fd0b74Schristos 680*75fd0b74Schristos2003-04-30 H.J. Lu <hjl@gnu.org> 681*75fd0b74Schristos 682*75fd0b74Schristos * objdump.c (only): Change it to char **. 683*75fd0b74Schristos (only_size): New. 684*75fd0b74Schristos (only_used): New. 685*75fd0b74Schristos (disassemble_data): Check only as an array. 686*75fd0b74Schristos (dump_data): Likewise. 687*75fd0b74Schristos (dump_relocs): Likewise. 688*75fd0b74Schristos (main): Treat only as an array. 689*75fd0b74Schristos 690*75fd0b74Schristos2003-04-24 Dimitrie O. Paun <dpaun@rogers.com> 691*75fd0b74Schristos 692*75fd0b74Schristos * doc/binutils.texi: Fix the documentation for the -fo option. 693*75fd0b74Schristos 694*75fd0b74Schristos2003-04-23 J"orn Rennecke <joern.rennecke@superh.com> 695*75fd0b74Schristos 696*75fd0b74Schristos * readelf.c (get_machine_name) <EM_SH>: Amend return value 697*75fd0b74Schristos to refer to SuperH. 698*75fd0b74Schristos 699*75fd0b74Schristos * readelf.c (decode_location_expression): Don't add a trailing ';'. 700*75fd0b74Schristos 701*75fd0b74Schristos2003-04-23 Dimitrie O. Paun <dpaun@rogers.com> 702*75fd0b74Schristos Nick Clifton <nickc@redhat.com> 703*75fd0b74Schristos 704*75fd0b74Schristos * windres.c (long_options): Move close to main, where it is used. 705*75fd0b74Schristos Add 'input' and 'output' long options. 706*75fd0b74Schristos (main): Accept "-fo" as an alias for "-o". This is for rc 707*75fd0b74Schristos comptibility. 708*75fd0b74Schristos * doc/binutils.texi: Mention that -fo is accepted as an alias for 709*75fd0b74Schristos -o, but discourage its use. 710*75fd0b74Schristos 711*75fd0b74Schristos2003-04-22 Dimitrie O. Paun <dpaun@rogers.com> 712*75fd0b74Schristos 713*75fd0b74Schristos * windres.c (format_from_name): Make the exit on error 714*75fd0b74Schristos behaviour optional. 715*75fd0b74Schristos (main): Rename the -I option to -J. Introduce -I as a synonym 716*75fd0b74Schristos for --include-dir. For backwards compatibility also support the 717*75fd0b74Schristos old -I behaviour, but issue a deprecation warning. 718*75fd0b74Schristos * doc/binutils.texi: Rename -I to -J. Document the new behaviour 719*75fd0b74Schristos of the -I option. 720*75fd0b74Schristos 721*75fd0b74Schristos2003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> 722*75fd0b74Schristos 723*75fd0b74Schristos * readelf.c: Replace references to Mitsubishi M32R with 724*75fd0b74Schristos references to Renesas M32R. 725*75fd0b74Schristos 726*75fd0b74Schristos2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com> 727*75fd0b74Schristos 728*75fd0b74Schristos * readelf.c: Replace occurrances of 'Hitachi' with 'Renesas'. 729*75fd0b74Schristos 730*75fd0b74Schristos2003-04-09 Alexandre Oliva <aoliva@redhat.com> 731*75fd0b74Schristos 732*75fd0b74Schristos * doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w 733*75fd0b74Schristos for debugging information types not supported by objdump. 734*75fd0b74Schristos 735*75fd0b74Schristos2003-04-09 Bernd Jendrissek <berndj@prism.co.za> 736*75fd0b74Schristos 737*75fd0b74Schristos * configure.in: Recognize canonical form of i[3-6]86-pe*. 738*75fd0b74Schristos * configure: Regenerate. 739*75fd0b74Schristos 740*75fd0b74Schristos2003-04-09 Alexandre Oliva <aoliva@redhat.com> 741*75fd0b74Schristos 742*75fd0b74Schristos * readelf.c (display_debug_info): Apply RELA relocations on the 743*75fd0b74Schristos entire section. 744*75fd0b74Schristos (byte_put_little_endian, byte_put_big_endian): New functions. 745*75fd0b74Schristos (byte_put): New variable. 746*75fd0b74Schristos (get_file_header): Initialize it. 747*75fd0b74Schristos 748*75fd0b74Schristos2003-04-05 Dimitrie O. Paun <dpaun@rogers.com> 749*75fd0b74Schristos 750*75fd0b74Schristos * windres.c: Add -l for compatibility with wrc, and rc. 751*75fd0b74Schristos Use the short option as a key for long options that have 752*75fd0b74Schristos a synonymous short option. 753*75fd0b74Schristos * doc/binutils.texi: Added -l to the list of options. 754*75fd0b74Schristos 755*75fd0b74Schristos2003-04-03 Dimitrie O. Paun <dpaun@rogers.com> 756*75fd0b74Schristos 757*75fd0b74Schristos * windres.c: Add -U for compatibility with wrc, rc, and cpp. 758*75fd0b74Schristos (main): Just pass the -U option down to the preprocessor. 759*75fd0b74Schristos * doc/binutils.texi: Added -U to the list of options. 760*75fd0b74Schristos 761*75fd0b74Schristos2003-04-01 Dimitrie O. Paun <dpaun@rogers.com> 762*75fd0b74Schristos 763*75fd0b74Schristos * windres.c (usage): Report -r option. 764*75fd0b74Schristos (main): Ignore the -r option. 765*75fd0b74Schristos * doc/binutils.texi: Add -r to the list of options. 766*75fd0b74Schristos 767*75fd0b74Schristos2003-04-01 Bob Wilson <bob.wilson@acm.org> 768*75fd0b74Schristos 769*75fd0b74Schristos * MAINTAINERS: Add myself as Xtensa maintainer. 770*75fd0b74Schristos 771*75fd0b74Schristos2003-04-01 Bob Wilson <bob.wilson@acm.org> 772*75fd0b74Schristos 773*75fd0b74Schristos * readelf.c: Include "elf/xtensa.h". 774*75fd0b74Schristos (guess_is_rela): Add EM_XTENSA and EM_XTENSA_OLD to list of 775*75fd0b74Schristos targets that use RELA relocations. 776*75fd0b74Schristos (dump_relocations): Call elf_xtensa_reloc_type for 777*75fd0b74Schristos EM_XTENSA and EM_XTENSA_OLD. 778*75fd0b74Schristos (get_machine_name): Handle EM_XTENSA and EM_XTENSA_OLD. 779*75fd0b74Schristos 780*75fd0b74Schristos2003-04-01 Nick Clifton <nickc@redhat.com> 781*75fd0b74Schristos 782*75fd0b74Schristos * configure.in: Change "arm-pe*" to "arm-*-pe*". Similarly for 783*75fd0b74Schristos thumb-pe*, mcore-pe and mcore-*elf. 784*75fd0b74Schristos * configure: Regenerate. 785*75fd0b74Schristos 786*75fd0b74Schristos2003-03-31 Alexandre Oliva <aoliva@redhat.com> 787*75fd0b74Schristos 788*75fd0b74Schristos * objdump.c (dump_data): Don't truncate the address to long; make 789*75fd0b74Schristos the width large enough, and uniform for all entries in a section. 790*75fd0b74Schristos 791*75fd0b74Schristos2003-03-31 H.J. Lu <hjl@gnu.org> 792*75fd0b74Schristos 793*75fd0b74Schristos * readelf.c: Include "libiberty.h". 794*75fd0b74Schristos (dynamic_relocations): New. 795*75fd0b74Schristos (process_relocs): Properly handle dynamic relocation. 796*75fd0b74Schristos (process_dynamic_segment): Fill relocation elements in 797*75fd0b74Schristos dynamic_info. 798*75fd0b74Schristos 799*75fd0b74Schristos2003-03-31 Kevin Buettner <kevinb@redhat.com> 800*75fd0b74Schristos 801*75fd0b74Schristos * readelf.c (read_and_display_attr, read_and_display_attr_value): 802*75fd0b74Schristos Add new arguments ``offset_size'' and ``dwarf_version''. Adjust 803*75fd0b74Schristos all callers. 804*75fd0b74Schristos (display_debug_lines, display_debug_pubnames, display_debug_info) 805*75fd0b74Schristos (display_debug_aranges, display_debug_frames, read_and_display_attr) 806*75fd0b74Schristos (read_and_display_attr_value): Add 64-bit DWARF support. 807*75fd0b74Schristos 808*75fd0b74Schristos2003-03-31 Ian Lance Taylor <ian@airs.com> 809*75fd0b74Schristos 810*75fd0b74Schristos * rcparse.y: Replace uses of 'optstringrc' with 'optresid'. 811*75fd0b74Schristos (optresid): Handle a resource id that can be a string or a number. 812*75fd0b74Schristos * resrc.c (define_control): Replace 'text' parameter with 'iid' a 813*75fd0b74Schristos struct res_id. 814*75fd0b74Schristos (define_icon_control): Pass a struct res_id to define_control. 815*75fd0b74Schristos * windres.h (define_control): Change prototype. 816*75fd0b74Schristos 817*75fd0b74Schristos2003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr> 818*75fd0b74Schristos 819*75fd0b74Schristos * objcopy (OPTION_FORMATS_INFO): Define. 820*75fd0b74Schristos (strip_options): Add "info"/OPTION_FORMATS_INFO option. 821*75fd0b74Schristos (copy_options): Likewise. 822*75fd0b74Schristos (strip_usage): Add "--info" to usage. 823*75fd0b74Schristos (copy_usage): Likewise. 824*75fd0b74Schristos (strip_main): Declare formats_info. Iniatilize it to FALSE. 825*75fd0b74Schristos Handle "info". 826*75fd0b74Schristos (copy_main). Likewise. 827*75fd0b74Schristos * doc/binutils.texi. Document the "--info" option for 828*75fd0b74Schristos objcopy/strip. 829*75fd0b74Schristos * NEWS: Mention the new command line switch. 830*75fd0b74Schristos 831*75fd0b74Schristos * objdump.c (endian_string): Move to bucomm.c. 832*75fd0b74Schristos (display_info): Likewise. 833*75fd0b74Schristos (display_target_list): Likewise. 834*75fd0b74Schristos (display_info_table): Likewise. 835*75fd0b74Schristos (display_target_tables): Likewise. 836*75fd0b74Schristos (main): Assign the return value of display_info to exit_status. 837*75fd0b74Schristos * bucomm.c: Include bfdver.h and libbfd.h 838*75fd0b74Schristos (display_target_list): Call bfd_nonfatal instead of nonfatal and 839*75fd0b74Schristos return 0 on a non-fatal error, 1 on success. 840*75fd0b74Schristos (display_info_table): Likewise. 841*75fd0b74Schristos * bucomm.h (display_info): Provide a prototype. 842*75fd0b74Schristos * Makefile.am (bucomm.o): Add dependencies on bfdver.h and 843*75fd0b74Schristos libbfd.h. 844*75fd0b74Schristos * Makefile.in: Regenerate. 845*75fd0b74Schristos 846*75fd0b74Schristos2003-03-22 Danny Smith <dannysmith@users.sourceforge.net> 847*75fd0b74Schristos 848*75fd0b74Schristos * dlltool.c (gen_def_file): Put demangled name comments on 849*75fd0b74Schristos own line preceding export name. 850*75fd0b74Schristos 851*75fd0b74Schristos2003-03-17 Nick Clifton <nickc@redhat.com> 852*75fd0b74Schristos 853*75fd0b74Schristos * objdump.c (disassemble_data): Use disasm_info.fprintf_func not 854*75fd0b74Schristos printf for emitting new lines. 855*75fd0b74Schristos 856*75fd0b74Schristos2003-03-16 Elias Athanasopoulos <elathan@phys.uoa.gr> 857*75fd0b74Schristos 858*75fd0b74Schristos * nm.c (print_symbol_info_bsd): Print the symbol's size instead of 859*75fd0b74Schristos the symbol's value when --size-sort is used, unless -S is used. 860*75fd0b74Schristos doc/binutils.texi (--size-sort): For non-bsd formats both the 861*75fd0b74Schristos value and size of the symbols are displayed. 862*75fd0b74Schristos 863*75fd0b74Schristos2003-03-13 Nick Clifton <nickc@redhat.com> 864*75fd0b74Schristos 865*75fd0b74Schristos * po/da.po: Update. 866*75fd0b74Schristos 867*75fd0b74Schristos2003-03-12 Nick Clifton <nickc@redhat.com> 868*75fd0b74Schristos 869*75fd0b74Schristos * MAINTAINERS: Remove Peter Targett as ARC maintainer. 870*75fd0b74Schristos 871*75fd0b74Schristos2003-03-10 Ben Elliston <bje@wasabisystems.com> 872*75fd0b74Schristos 873*75fd0b74Schristos * MAINTAINERS: Update my mail address. 874*75fd0b74Schristos 875*75fd0b74Schristos2003-03-06 Elias Athanasopoulos <elathan@phys.uoa.gr> 876*75fd0b74Schristos 877*75fd0b74Schristos * stabs.c (BYTES_IN_WORD): Remove definition. 878*75fd0b74Schristos * wrstabs.c (BYTES_IN_WORD): Likewise. 879*75fd0b74Schristos 880*75fd0b74Schristos2003-03-04 Nick Clifton <nickc@redhat.com> 881*75fd0b74Schristos 882*75fd0b74Schristos * nm.c (main): Print a warning message if --size-sort and 883*75fd0b74Schristos --undefined-only are used together. 884*75fd0b74Schristos 885*75fd0b74Schristos2003-03-04 Elias Athanasopoulos <elathan@phys.uoa.gr> 886*75fd0b74Schristos 887*75fd0b74Schristos * nm.c (print_symbol): Remove check for undefined_only. 888*75fd0b74Schristos 889*75fd0b74Schristos2003-03-03 Nick Clifton <nickc@redhat.com> 890*75fd0b74Schristos 891*75fd0b74Schristos * po/da.po: Installed latest translation. 892*75fd0b74Schristos 893*75fd0b74Schristos2003-02-24 Nick Clifton <nickc@redhat.com> 894*75fd0b74Schristos 895*75fd0b74Schristos * README: Update binutils references to 2.13. 896*75fd0b74Schristos Add paragraph about using --disable-nls. 897*75fd0b74Schristos 898*75fd0b74Schristos2003-02-24 Elias Athanasopoulos <elathan@phys.uoa.gr> 899*75fd0b74Schristos 900*75fd0b74Schristos * doc/binutils.texi (nm --size-sort): Update. 901*75fd0b74Schristos 902*75fd0b74Schristos2003-02-21 James E Wilson <wilson@tuliptree.org> 903*75fd0b74Schristos 904*75fd0b74Schristos * MAINTAINERS: Update email address. 905*75fd0b74Schristos 906*75fd0b74Schristos2003-02-21 Ian Wienand <ianw@gelato.unsw.edu.au> 907*75fd0b74Schristos 908*75fd0b74Schristos * readelf.c (get_ia64_dynamic_type): New function. 909*75fd0b74Schristos (dynamic_segment_ia64_val): New function. 910*75fd0b74Schristos (get_dynamic_type): If machine type is EM_IA_64 call 911*75fd0b74Schristos get_ia64_dynamic_val. 912*75fd0b74Schristos (get_ia64_section_type_name): Handle sections with types in the 913*75fd0b74Schristos SHT_IA_64_LOPSREG to SHT_IA_64_HIPSREG range. 914*75fd0b74Schristos (get_dynamic_flags): If machine type is EM_IA_64 call 915*75fd0b74Schristos dynamic_segment_ia64_val. 916*75fd0b74Schristos 917*75fd0b74Schristos2003-02-21 Bob Wilson <bob.wilson@acm.org> 918*75fd0b74Schristos 919*75fd0b74Schristos * doc/binutils.texi: Fix typos and obvious texinfo mistakes. Make 920*75fd0b74Schristos section title capitalization more consistent. Update descriptions 921*75fd0b74Schristos of various options to be consistent with the code. Fix errors and 922*75fd0b74Schristos incomplete list in the description of c++filt format options. Remove 923*75fd0b74Schristos information about the linker. Change to be more polite about poor 924*75fd0b74Schristos bug reports. Replace FDL appendix with include of fdl.texi. 925*75fd0b74Schristos * doc/fdl.texi: New file. 926*75fd0b74Schristos 927*75fd0b74Schristos2003-02-21 Roger Sayle <roger@eyesopen.com> 928*75fd0b74Schristos 929*75fd0b74Schristos * objcopy.c (filter_symbols): Fix compilation problems with 930*75fd0b74Schristos HP-UX's C compiler. 931*75fd0b74Schristos 932*75fd0b74Schristos2003-02-19 Christopher Faylor <cgf@redhat.com> 933*75fd0b74Schristos 934*75fd0b74Schristos * rclex.l (handle_quotes): Fix minor formatting problems introduced in 935*75fd0b74Schristos previous change. 936*75fd0b74Schristos 937*75fd0b74Schristos2003-02-19 Mark Blackburn <marklist@fangorn.ca> 938*75fd0b74Schristos 939*75fd0b74Schristos * rclex.l (handle_quotes): Handle strings spanning more than one line. 940*75fd0b74Schristos 941*75fd0b74Schristos2003-02-12 Bob Wilson <bob.wilson@acm.org> 942*75fd0b74Schristos 943*75fd0b74Schristos * nm.c (usage): Add `java' and `gnat' demangle styles and make 944*75fd0b74Schristos quotes consistent. 945*75fd0b74Schristos * objdump.c (usage): Ditto. Also fix some typos. 946*75fd0b74Schristos 947*75fd0b74Schristos * readelf.c (parse_args): Include 'H' option in call to getopt_long. 948*75fd0b74Schristos 949*75fd0b74Schristos * debug.c (debug_record_variable): Handle global register variables. 950*75fd0b74Schristos 951*75fd0b74Schristos * stabs.c (parse_stab): For N_SLINE only include 952*75fd0b74Schristos function_start_offset if the symbol is within a function; 953*75fd0b74Schristos otherwise, the value is absolute. 954*75fd0b74Schristos 955*75fd0b74Schristos2003-02-10 Nick Clifton <nickc@redhat.com> 956*75fd0b74Schristos 957*75fd0b74Schristos * readelf.c (decode_ARM_machine_flags): Handle the 958*75fd0b74Schristos EF_ARM_MAVERICK_FLOAT flag. 959*75fd0b74Schristos 960*75fd0b74Schristos2003-02-04 Andreas Schwab <schwab@suse.de> 961*75fd0b74Schristos 962*75fd0b74Schristos * rddbg.c (read_section_stabs_debugging_info): Cast ptrdiff_t to 963*75fd0b74Schristos long and use %ld in printf format. 964*75fd0b74Schristos 965*75fd0b74Schristos2003-01-28 Richard Sandiford <rsandifo@redhat.com> 966*75fd0b74Schristos 967*75fd0b74Schristos * readelf.c (dump_relocations): Reorder the r_info field for 968*75fd0b74Schristos little-endian mips elf64. Move #ifdef BFD64 to cover the new code. 969*75fd0b74Schristos 970*75fd0b74Schristos2003-01-21 Daniel Berlin <dan@dberlin.org> 971*75fd0b74Schristos 972*75fd0b74Schristos * readelf.c (display_debug_loc): Skip address base changes. 973*75fd0b74Schristos 974*75fd0b74Schristos2003-01-17 Fabio Alemagna <falemagn@aros.org> 975*75fd0b74Schristos 976*75fd0b74Schristos * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMS 977*75fd0b74Schristos and ELFOSABI_NSK. 978*75fd0b74Schristos 979*75fd0b74Schristos2003-01-16 Alan Modra <amodra@bigpond.net.au> 980*75fd0b74Schristos 981*75fd0b74Schristos * readelf.c: Include elf/ppc64.h. 982*75fd0b74Schristos (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type. 983*75fd0b74Schristos * Makefile.am: Run "make dep-am". 984*75fd0b74Schristos * Makefile.in: Regenerate. 985*75fd0b74Schristos 986*75fd0b74Schristos2003-01-02 Ben Elliston <bje@redhat.com> 987*75fd0b74Schristos 988*75fd0b74Schristos * readelf.c (guess_is_rela): Handle EM_IQ2000. 989*75fd0b74Schristos (get_machine_name): Likewise. 990*75fd0b74Schristos (dump_relocations): Likewise. 991*75fd0b74Schristos * NEWS: Mention IQ2000 support. 992*75fd0b74Schristos 993*75fd0b74Schristos2003-01-02 Richard Sandiford <rsandifo@redhat.com> 994*75fd0b74Schristos 995*75fd0b74Schristos * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2. 996*75fd0b74Schristos 997*75fd0b74Schristos2002-12-30 Chris Demetriou <cgd@broadcom.com> 998*75fd0b74Schristos 999*75fd0b74Schristos * doc/binutils.texi (objdump): Note MIPS HWR (Hardware Register) 1000*75fd0b74Schristos changes in MIPS -M options. 1001*75fd0b74Schristos 1002*75fd0b74Schristos2002-12-30 Dmitry Diky <diwil@mail.ru> 1003*75fd0b74Schristos 1004*75fd0b74Schristos * Makefile.am: Add msp430 target. 1005*75fd0b74Schristos * Makefile.in: Regenerate. 1006*75fd0b74Schristos * readelf.c: Add support for msp430 target. 1007*75fd0b74Schristos 1008*75fd0b74Schristos2002-12-27 Chris Demetriou <cgd@broadcom.com> 1009*75fd0b74Schristos 1010*75fd0b74Schristos * doc/binutils.texi (objdump): Document MIPS -M options. 1011*75fd0b74Schristos 1012*75fd0b74Schristos2002-12-23 Andreas Schwab <schwab@suse.de> 1013*75fd0b74Schristos 1014*75fd0b74Schristos * readelf.c (main): Reset dump request after each file. 1015*75fd0b74Schristos 1016*75fd0b74Schristos2002-12-23 Nick Clifton <nickc@redhat.com> 1017*75fd0b74Schristos 1018*75fd0b74Schristos * nlmconv.c (main): Pass TRUE as third argument to 1019*75fd0b74Schristos bfd_arch_get_compatible. 1020*75fd0b74Schristos 1021*75fd0b74Schristos2002-12-23 Nick Clifton <nickc@redhat.com> 1022*75fd0b74Schristos 1023*75fd0b74Schristos * strings.c (isgraphic): Replace definition with STRING_ISGRAPHIC 1024*75fd0b74Schristos macro. Handle 'S' encoding, accepting 8-bit characters. 1025*75fd0b74Schristos (main): Parse 'S' encoding. 1026*75fd0b74Schristos (get_char): Accept 'S' encoding. 1027*75fd0b74Schristos (print_strings): Use STRING_ISGRAPHIC. 1028*75fd0b74Schristos (usage): Document support of 'S' encoding. 1029*75fd0b74Schristos * doc/binutils.texi: Document support of 'S' encoding/ 1030*75fd0b74Schristos * NEWS: Mention new feature. 1031*75fd0b74Schristos 1032*75fd0b74Schristos2002-12-20 Alan Modra <amodra@bigpond.net.au> 1033*75fd0b74Schristos 1034*75fd0b74Schristos * README <building ar>: Don't use libibery's needed_list or 1035*75fd0b74Schristos required_list, instead link libiberty/*.o. 1036*75fd0b74Schristos 1037*75fd0b74Schristos2002-12-19 Kazu Hirata <kazu@cs.umass.edu> 1038*75fd0b74Schristos 1039*75fd0b74Schristos * doc/binutils.texi: Fix typos. 1040*75fd0b74Schristos 1041*75fd0b74Schristos2002-12-14 John David Anglin <dave@hiauly1.hia.nrc.ca> 1042*75fd0b74Schristos 1043*75fd0b74Schristos * doc/binutils.texi: Add missing parenthesis. 1044*75fd0b74Schristos 1045*75fd0b74Schristos2002-12-15 Nick Kelsey <nickk@ubicom.com> 1046*75fd0b74Schristos 1047*75fd0b74Schristos * objcopy.c: Add --prefix-symbols=<prefix> option to rename all 1048*75fd0b74Schristos symbols by adding the given prefix to the begining of the symbol 1049*75fd0b74Schristos name. This is useful to provide name space separation regardless 1050*75fd0b74Schristos of how the object file was created. Added --prefix-sections= 1051*75fd0b74Schristos <prefix> and --prefix-alloc-sections=<prefix> options to rename all 1052*75fd0b74Schristos sections (or all sections with the alloc flag set) by adding the given 1053*75fd0b74Schristos prefix to the begining of the symbol name. 1054*75fd0b74Schristos * NEWS: Mention this new feature. 1055*75fd0b74Schristos * doc/binutils.texi: Document this new feature. 1056*75fd0b74Schristos 1057*75fd0b74Schristos2002-12-13 Alan Modra <amodra@bigpond.net.au> 1058*75fd0b74Schristos 1059*75fd0b74Schristos * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of 1060*75fd0b74Schristos dyn_string_append with dyn_string_append_cstr. 1061*75fd0b74Schristos 1062*75fd0b74Schristos * emul_aix.c (ar_emul_aix_create): Remove unused function. 1063*75fd0b74Schristos 1064*75fd0b74Schristos2002-12-10 James Cownie <jcownie@etnus.com> 1065*75fd0b74Schristos 1066*75fd0b74Schristos * readelf.h (get_TAG_name, get_AT_name, 1067*75fd0b74Schristos read_and_display_attr_value): Add support for UPC extensions to 1068*75fd0b74Schristos DWARF2 spec. 1069*75fd0b74Schristos * NEWS: Mention this new support. 1070*75fd0b74Schristos 1071*75fd0b74Schristos2002-12-08 Alan Modra <amodra@bigpond.net.au> 1072*75fd0b74Schristos 1073*75fd0b74Schristos * NEWS: Mention that bfd no longer declares a "boolean" type. 1074*75fd0b74Schristos 1075*75fd0b74Schristos2002-12-07 Alan Modra <amodra@bigpond.net.au> 1076*75fd0b74Schristos 1077*75fd0b74Schristos * readelf.c (process_program_headers): When setting loadaddr, don't 1078*75fd0b74Schristos assume segment size is 4k. Use p_align instead. 1079*75fd0b74Schristos (loadaddr): Change from int to long. 1080*75fd0b74Schristos (dynamic_addr, dynamic_info, version_info): Likewise. 1081*75fd0b74Schristos (process_dynamic_segment <syminsz>): Likewise. 1082*75fd0b74Schristos (process_dynamic_segment): Adjust print format string. 1083*75fd0b74Schristos (rela_addr, rela_size): Delete. 1084*75fd0b74Schristos (process_relocs): Formatting. 1085*75fd0b74Schristos 1086*75fd0b74Schristos2002-12-05 Jim Wilson <wilson@redhat.com> 1087*75fd0b74Schristos 1088*75fd0b74Schristos * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64. 1089*75fd0b74Schristos * configure: Regenerate. 1090*75fd0b74Schristos 1091*75fd0b74Schristos2002-12-04 Ian Lance Taylor <ian@airs.com> 1092*75fd0b74Schristos 1093*75fd0b74Schristos * MAINTAINERS: Change e-mail address back to airs.com. 1094*75fd0b74Schristos 1095*75fd0b74Schristos2002-12-04 Aldy Hernandez <aldyh@redhat.com> 1096*75fd0b74Schristos 1097*75fd0b74Schristos * MAINTAINERS: Add self. 1098*75fd0b74Schristos 1099*75fd0b74Schristos2002-11-30 Alan Modra <amodra@bigpond.net.au> 1100*75fd0b74Schristos 1101*75fd0b74Schristos * addr2line.c, ar.c, arsup.c, binemul.c, binemul.h, bucomm.c, bucomm.h, 1102*75fd0b74Schristos budbg.h, debug.c, debug.h, dlltool.c, emul_aix.c, ieee.c, nlmconv.c, 1103*75fd0b74Schristos nlmconv.h, nlmheader.y, nm.c, objcopy.c, objdump.c, prdbg.c, rdcoff.c, 1104*75fd0b74Schristos rddbg.c, readelf.c, rename.c, size.c, stabs.c, strings.c, 1105*75fd0b74Schristos unwind-ia64.h, wrstabs.c: Replace boolean with bfd_boolean, true with 1106*75fd0b74Schristos TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars 1107*75fd0b74Schristos with TRUE/FALSE. Formatting. 1108*75fd0b74Schristos 1109*75fd0b74Schristos2002-11-29 Jakub Jelinek <jakub@redhat.com> 1110*75fd0b74Schristos 1111*75fd0b74Schristos * readelf.c Replace occurrences of Elf32_Internal_* and 1112*75fd0b74Schristos Elf64_Internal_* with Elf_Internal_*. 1113*75fd0b74Schristos (slurp_rel_relocs): Change Elf_Internal_Rel to Elf_Internal_Rela. 1114*75fd0b74Schristos Zero r_addend fields. 1115*75fd0b74Schristos (dump_relocations): Remove relas variable, change Elf_Internal_Rel to 1116*75fd0b74Schristos Elf_Internal_Rela. 1117*75fd0b74Schristos 1118*75fd0b74Schristos2002-11-23 Nick Clifton <nickc@redhat.com> 1119*75fd0b74Schristos 1120*75fd0b74Schristos * size.c (usage): Fix typo describing switch for hex format. 1121*75fd0b74Schristos 1122*75fd0b74Schristos2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com> 1123*75fd0b74Schristos 1124*75fd0b74Schristos * testsuite/binutils-all/objcopy.exp: Disable tic4x from test 1125*75fd0b74Schristos * testsuite/binutils-all/objdump.exp: Setup proper values for tic4x 1126*75fd0b74Schristos testcase 1127*75fd0b74Schristos 1128*75fd0b74Schristos2002-11-14 Nick Clifton <nickc@redhat.com> 1129*75fd0b74Schristos 1130*75fd0b74Schristos * readelf.c (process_program_headers): Add comment about return 1131*75fd0b74Schristos value. Ensure that 0 is returned if the headers are not loaded. 1132*75fd0b74Schristos (process_file): If process_section_headers failed to load the 1133*75fd0b74Schristos headers disable any tests that rely upon them. Similarly for 1134*75fd0b74Schristos process_program_headers. 1135*75fd0b74Schristos 1136*75fd0b74Schristos2002-11-12 Nick Clifton <nickc@redhat.com> 1137*75fd0b74Schristos 1138*75fd0b74Schristos * po/da.po: Updated Danish translation. 1139*75fd0b74Schristos 1140*75fd0b74Schristos2002-11-12 Klee Dienes <kdienes@apple.com> 1141*75fd0b74Schristos 1142*75fd0b74Schristos * rddbg.c (read_section_stabs_debugging_info): Also recognize 1143*75fd0b74Schristos LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections. 1144*75fd0b74Schristos 1145*75fd0b74Schristos2002-11-11 Christopher Faylor <cgf@redhat.com> 1146*75fd0b74Schristos 1147*75fd0b74Schristos * MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from 1148*75fd0b74Schristos cgf maintainership. 1149*75fd0b74Schristos 1150*75fd0b74Schristos2002-11-11 Christopher Faylor <cgf@redhat.com> 1151*75fd0b74Schristos 1152*75fd0b74Schristos * MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer. 1153*75fd0b74Schristos 1154*75fd0b74Schristos2002-11-07 Nick Clifton <nickc@redhat.com> 1155*75fd0b74Schristos 1156*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add 'da'. 1157*75fd0b74Schristos * configure: Regenerate. 1158*75fd0b74Schristos * po/da.po: New Danish translation. 1159*75fd0b74Schristos 1160*75fd0b74Schristos * readelf.c (get_symbol_index_type): Revert part of previous 1161*75fd0b74Schristos patch: Display unknown symbol types in decimal, not hex. 1162*75fd0b74Schristos 1163*75fd0b74Schristos2002-11-07 Danny Smith <dannysmith@users.sourceforge.net> 1164*75fd0b74Schristos 1165*75fd0b74Schristos * dlltool.c (add_excludes): Don't prefix excluded fastcall 1166*75fd0b74Schristos symbols with underscore. 1167*75fd0b74Schristos (xlate): Ignore add_underscore for decorated fastcall symbols. 1168*75fd0b74Schristos 1169*75fd0b74Schristos2002-11-07 Eric Kohl <ekohl@rz-online.de> 1170*75fd0b74Schristos 1171*75fd0b74Schristos * deflex.l: Accept '@' as first character of an ID. 1172*75fd0b74Schristos * dlltool.c (gen_exp_file): Use existing '@' prefix rather than 1173*75fd0b74Schristos ASM_PREFIX for fastcall symbols. 1174*75fd0b74Schristos (scan_drectve_symbols): Handle fastcall symbols when generating 1175*75fd0b74Schristos undecorated aliases for symbols in drectve section. 1176*75fd0b74Schristos (scan_filtered_symbols): Likewise, with export-all. 1177*75fd0b74Schristos (xlate): Likewise, with --kill-at. 1178*75fd0b74Schristos (make_imp_label): New function to handle fastcall symbols 1179*75fd0b74Schristos correctly. 1180*75fd0b74Schristos (make_one_lib_file): Use make_imp_label instead of make_label 1181*75fd0b74Schristos for imp symbols. 1182*75fd0b74Schristos 1183*75fd0b74Schristos2002-11-06 Svein E. Seldal <Svein.Seldal@solidas.com> 1184*75fd0b74Schristos 1185*75fd0b74Schristos * MAINTAINERS: Add self as TIC4X maintainer. 1186*75fd0b74Schristos 1187*75fd0b74Schristos2002-11-06 Hiroyuki Machida <machida@sm.sony.co.jp> 1188*75fd0b74Schristos 1189*75fd0b74Schristos * readelf.c (get_symbol_index_type): Add hex number to 1190*75fd0b74Schristos PROCESSOR-specific, OS-specific, reserved and unknown symbol 1191*75fd0b74Schristos types. 1192*75fd0b74Schristos 1193*75fd0b74Schristos2002-11-04 Alan Modra <amodra@bigpond.net.au> 1194*75fd0b74Schristos 1195*75fd0b74Schristos * readelf.c (byte_get_little_endian): Comment typo fix. 1196*75fd0b74Schristos (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf 1197*75fd0b74Schristos as the format string. 1198*75fd0b74Schristos (dump_relocations): Correct section sym names. 1199*75fd0b74Schristos (process_section_headers): Clear symtab_shndx_hdr. 1200*75fd0b74Schristos (read_and_display_attr_value): Don't pass indirect string to printf 1201*75fd0b74Schristos as the format string. 1202*75fd0b74Schristos (display_debug_frames): Indicate when zero terminator found. Decode 1203*75fd0b74Schristos DW_EH_PE_pcrel addresses. 1204*75fd0b74Schristos 1205*75fd0b74Schristos2002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com> 1206*75fd0b74Schristos 1207*75fd0b74Schristos * configure.in: Define SKIP_ZEROES as 32 for tic4x target in 1208*75fd0b74Schristos order to ensure proper disassembly of the valid 0-value opcode. 1209*75fd0b74Schristos * configure: Regenerate. 1210*75fd0b74Schristos * aclocal.m4: Regenerate. 1211*75fd0b74Schristos * config.in: Regenerate. 1212*75fd0b74Schristos * configure.in: Regenerate. 1213*75fd0b74Schristos * doc/Makefile.in: Regenerate. 1214*75fd0b74Schristos * po/binutils.pot: Regenerate. 1215*75fd0b74Schristos 1216*75fd0b74Schristos2002-10-23 Kaz Kojima <kkojima@rr.iij4u.or.jp> 1217*75fd0b74Schristos 1218*75fd0b74Schristos * MAINTAINERS: Add self as SH maintainer. 1219*75fd0b74Schristos 1220*75fd0b74Schristos2002-10-23 Ben Elliston <bje@redhat.com> 1221*75fd0b74Schristos 1222*75fd0b74Schristos * doc/binutils.texi (objdump): Document -z and move the entry for 1223*75fd0b74Schristos --disassemble-zeroes to the end of the options section (for `z'). 1224*75fd0b74Schristos 1225*75fd0b74Schristos2002-10-21 Nick Clifton <nickc@redhat.com> 1226*75fd0b74Schristos 1227*75fd0b74Schristos * MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer. 1228*75fd0b74Schristos 1229*75fd0b74Schristos2002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com> 1230*75fd0b74Schristos 1231*75fd0b74Schristos * objdump.c (dump_data): Correct addr_offset for opb != 1. 1232*75fd0b74Schristos 1233*75fd0b74Schristos2002-10-15 Alan Modra <amodra@bigpond.net.au> 1234*75fd0b74Schristos 1235*75fd0b74Schristos * bucomm.c (list_supported_targets): Use bfd_target_list. 1236*75fd0b74Schristos 1237*75fd0b74Schristos * objcopy.c (copy_file): Report ambiguous bfd_object matches, and 1238*75fd0b74Schristos other object errors in preference to bfd_core errors. 1239*75fd0b74Schristos 1240*75fd0b74Schristos2002-10-14 Alan Modra <amodra@bigpond.net.au> 1241*75fd0b74Schristos 1242*75fd0b74Schristos * Makefile.am: Run "make dep-am". 1243*75fd0b74Schristos * objdump.c: #include "bfdver.h". 1244*75fd0b74Schristos * version.c: Likewise. 1245*75fd0b74Schristos * Makefile.in: Regenerate. 1246*75fd0b74Schristos * config.in: Regenerate. 1247*75fd0b74Schristos * configure: Regenerate. 1248*75fd0b74Schristos * po/POTFILES.in: Regenerate. 1249*75fd0b74Schristos 1250*75fd0b74Schristos2002-10-09 Daniel Jacobowitz <drow@mvista.com> 1251*75fd0b74Schristos 1252*75fd0b74Schristos * readelf.c (display_debug_info): Ignore empty .rela.debug_info 1253*75fd0b74Schristos sections. Allow relocations against the absolute symbol. Don't 1254*75fd0b74Schristos use the value in compunit.cu_abbrev_offset if we found a RELA 1255*75fd0b74Schristos relocation. 1256*75fd0b74Schristos 1257*75fd0b74Schristos2002-10-07 Gordon Chaffee <chaffee@netvmg.com> 1258*75fd0b74Schristos 1259*75fd0b74Schristos * addr2line.c (slurp_symtab): Read in dynamic symbols if no 1260*75fd0b74Schristos ordinary ones are available. 1261*75fd0b74Schristos 1262*75fd0b74Schristos2002-09-30 H.J. Lu <hjl@gnu.org> 1263*75fd0b74Schristos 1264*75fd0b74Schristos * readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120, 1265*75fd0b74Schristos E_MIPS_MACH_5400 and E_MIPS_MACH_5500. 1266*75fd0b74Schristos 1267*75fd0b74Schristos2002-09-17 Zack Weinberg <zack@codesourcery.com> 1268*75fd0b74Schristos 1269*75fd0b74Schristos * Makefile.am (CFILES): Add cxxfilt.c. 1270*75fd0b74Schristos (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS). 1271*75fd0b74Schristos (cxxfilt_LDADD): Delete. 1272*75fd0b74Schristos Remove all references to underscore.c. 1273*75fd0b74Schristos Regen dependencies. 1274*75fd0b74Schristos * configure.in: Define TARGET_PREPENDS_UNDERSCORE in 1275*75fd0b74Schristos config.h from $UNDERSCORE, rather than AC_SUBSTing it. 1276*75fd0b74Schristos * binutils/cxxfilt.c: Moved here from gcc/cp, minor 1277*75fd0b74Schristos adjustments to fit into binutils framework. 1278*75fd0b74Schristos * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate. 1279*75fd0b74Schristos 1280*75fd0b74Schristos2002-09-12 Roland McGrath <roland@redhat.com> 1281*75fd0b74Schristos 1282*75fd0b74Schristos * readelf.c (decode_location_expression): DW_OP_calli -> DW_OP_call_ref 1283*75fd0b74Schristos Handle DW_OP_GNU_push_tls_address. 1284*75fd0b74Schristos 1285*75fd0b74Schristos2002-09-11 Nick Clifton <nickc@redhat.com> 1286*75fd0b74Schristos 1287*75fd0b74Schristos * po/tr.po: Updated Turkish translation. 1288*75fd0b74Schristos 1289*75fd0b74Schristos2002-09-10 Nick Clifton <nickc@redhat.com> 1290*75fd0b74Schristos 1291*75fd0b74Schristos * MAINTAINERS: Add Ben Elliston as a maintainer for configure and 1292*75fd0b74Schristos testsuite changes. Add paragraphs about testsuite and config 1293*75fd0b74Schristos patches. 1294*75fd0b74Schristos 1295*75fd0b74Schristos2002-08-29 Nick Clifton <nickc@redhat.com> 1296*75fd0b74Schristos 1297*75fd0b74Schristos * readelf.c (get_machine_flags): Remove redundant reference to 1298*75fd0b74Schristos E_V850EA_ARCH. 1299*75fd0b74Schristos 1300*75fd0b74Schristos2002-08-28 Alan Modra <amodra@bigpond.net.au> 1301*75fd0b74Schristos 1302*75fd0b74Schristos * objdump.c (dump_bfd): Restore lines accidentally deleted in 1303*75fd0b74Schristos last commit. 1304*75fd0b74Schristos 1305*75fd0b74Schristos2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz> 1306*75fd0b74Schristos 1307*75fd0b74Schristos * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag. 1308*75fd0b74Schristos (dump_bfd_header): Likewise. 1309*75fd0b74Schristos 1310*75fd0b74Schristos2002-08-27 Alan Modra <amodra@bigpond.net.au> 1311*75fd0b74Schristos 1312*75fd0b74Schristos * nm.c: Revert last change. 1313*75fd0b74Schristos 1314*75fd0b74Schristos2002-08-26 Alan Modra <amodra@bigpond.net.au> 1315*75fd0b74Schristos 1316*75fd0b74Schristos * nm.c (display_rel_file): Don't report "no symbols" as an error. 1317*75fd0b74Schristos * objdump.c (slurp_symtab): Likewise. 1318*75fd0b74Schristos (slurp_dynamic_symtab): Likewise. 1319*75fd0b74Schristos (dump_symbols): Likewise. Do print "no symbols" to stdout. 1320*75fd0b74Schristos 1321*75fd0b74Schristos2002-08-24 Geoffrey Keating <geoffk@redhat.com> 1322*75fd0b74Schristos 1323*75fd0b74Schristos * MAINTAINERS: Change my mailing address. 1324*75fd0b74Schristos 1325*75fd0b74Schristos2002-08-23 John David Anglin <dave@hiauly1.hia.nrc.ca> 1326*75fd0b74Schristos 1327*75fd0b74Schristos * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer. 1328*75fd0b74Schristos 1329*75fd0b74Schristos2002-08-22 Nick Clifton <nickc@redhat.com> 1330*75fd0b74Schristos 1331*75fd0b74Schristos * MAINTAINERS: Add Jeff Law as (maintainance) maintainer for 1332*75fd0b74Schristos HPPA. 1333*75fd0b74Schristos 1334*75fd0b74Schristos2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca> 1335*75fd0b74Schristos 1336*75fd0b74Schristos * readelf.c (parse_args): Change debug_dump_opt to static. 1337*75fd0b74Schristos 1338*75fd0b74Schristos2002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com> 1339*75fd0b74Schristos 1340*75fd0b74Schristos * stabs.c (parse_stab_argtype): Pass length of physname to 1341*75fd0b74Schristos stab_demangle_argtypes. 1342*75fd0b74Schristos (stab_demangle_argtypes): Add new parameter - length of physname. 1343*75fd0b74Schristos Pass length of physname on to stab_demangle_prefix. 1344*75fd0b74Schristos (stab_demangle_prefix): Add new parameter - length of physname. 1345*75fd0b74Schristos Use length of physname (if supplied) to compute end of function 1346*75fd0b74Schristos name. 1347*75fd0b74Schristos 1348*75fd0b74Schristos2002-08-15 Alan Modra <amodra@bigpond.net.au> 1349*75fd0b74Schristos 1350*75fd0b74Schristos * readelf.c: Include elf/i370.h. 1351*75fd0b74Schristos (dump_relocations): Handle EM_S370. 1352*75fd0b74Schristos (dynamic_segment_parisc_val): Print \n. 1353*75fd0b74Schristos (process_dynamic_segment <DT_BIND_NOW>): Here too. 1354*75fd0b74Schristos 1355*75fd0b74Schristos2002-08-14 Nick Clifton <nickc@redhat.com> 1356*75fd0b74Schristos 1357*75fd0b74Schristos * nm.c (usage): Change 'gnu-new-abi' to 'gnu-v3'. 1358*75fd0b74Schristos * objdump.c (usage): Likewise. 1359*75fd0b74Schristos * doc/binutils.texi: Likewise. 1360*75fd0b74Schristos 1361*75fd0b74Schristos2002-08-14 Luke Dunstan <infidel@users.sourceforge.net> 1362*75fd0b74Schristos 1363*75fd0b74Schristos * rcparse.y (acc_entry): Don't warn about ALT use with 1364*75fd0b74Schristos non-VIRTKEY. 1365*75fd0b74Schristos 1366*75fd0b74Schristos2002-08-13 H.J. Lu <hjl@gnu.org> 1367*75fd0b74Schristos 1368*75fd0b74Schristos * objcopy.c (copy_object): Don't warn about the unsupported 1369*75fd0b74Schristos architecture unless the input target is defaulted or the 1370*75fd0b74Schristos output architecture is different from the input. 1371*75fd0b74Schristos 1372*75fd0b74Schristos2002-08-09 Nick Clifton <nickc@redhat.com> 1373*75fd0b74Schristos 1374*75fd0b74Schristos * po/sv.po: Updated Swedish translation. 1375*75fd0b74Schristos 1376*75fd0b74Schristos2002-08-05 Alan Modra <amodra@bigpond.net.au> 1377*75fd0b74Schristos 1378*75fd0b74Schristos * prdbg.c (pr_fix_visibility): Remove assert. 1379*75fd0b74Schristos 1380*75fd0b74Schristos2002-07-31 Nick Clifton <nickc@redhat.com> 1381*75fd0b74Schristos 1382*75fd0b74Schristos * addr2line.c (process_file): Rename parameter 'filename' to 1383*75fd0b74Schristos 'file_name' in order to avoid shadowing global symbol of the 1384*75fd0b74Schristos same name. 1385*75fd0b74Schristos (main): Likewise. 1386*75fd0b74Schristos 1387*75fd0b74Schristos2002-07-30 Jakub Jelinek <jakub@redhat.com> 1388*75fd0b74Schristos 1389*75fd0b74Schristos * readelf.c (OPTION_DEBUG_DUMP): Define. 1390*75fd0b74Schristos (options): Use it. 1391*75fd0b74Schristos (usage): Update help. 1392*75fd0b74Schristos (parse_args): Handle --debug-dump separately from -w. 1393*75fd0b74Schristos * doc/binutils.texi (readelf): Update documentation. 1394*75fd0b74Schristos 1395*75fd0b74Schristos2002-07-25 Nick Clifton <nickc@redhat.com> 1396*75fd0b74Schristos 1397*75fd0b74Schristos * po/es.po: Updated Spanish translation. 1398*75fd0b74Schristos * po/fr.po: Updated French translation. 1399*75fd0b74Schristos 1400*75fd0b74Schristos2002-07-24 Nick Clifton <nickc@redhat.com> 1401*75fd0b74Schristos 1402*75fd0b74Schristos * po/es.po: Updated Spanish translation. 1403*75fd0b74Schristos 1404*75fd0b74Schristos2002-07-23 Alan Modra <amodra@bigpond.net.au> 1405*75fd0b74Schristos 1406*75fd0b74Schristos * Makefile.am: Run "make dep-am". 1407*75fd0b74Schristos * Makefile.in: Regenerate. 1408*75fd0b74Schristos 1409*75fd0b74Schristos2002-07-23 Nick Clifton <nickc@redhat.com> 1410*75fd0b74Schristos 1411*75fd0b74Schristos * po/fr.po: Updated French translation. 1412*75fd0b74Schristos 1413*75fd0b74Schristos2002-07-23 Eric S. Raymond <esr@golux.thyrsus.com> 1414*75fd0b74Schristos 1415*75fd0b74Schristos * doc/binutils.texi (addr2line <man synopsis>): Correct brackets. 1416*75fd0b74Schristos 1417*75fd0b74Schristos2002-07-20 Alan Modra <amodra@bigpond.net.au> 1418*75fd0b74Schristos 1419*75fd0b74Schristos * budemang.c: Include config.h and string.h/strings.h. 1420*75fd0b74Schristos 1421*75fd0b74Schristos2002-07-18 Denis Chertykov <denisc@overta.ru> 1422*75fd0b74Schristos Frank Ch. Eigler <fche@redhat.com> 1423*75fd0b74Schristos 1424*75fd0b74Schristos * readelf.c: Include "elf/ip2k.h". 1425*75fd0b74Schristos (guess_is_rela): Add support for EM_IP2K and EM_IP2K_OLD. 1426*75fd0b74Schristos (dump_relocations): Likewise. 1427*75fd0b74Schristos (get_machine_name): Likewise. 1428*75fd0b74Schristos * NEWS: Mention IP2K support. 1429*75fd0b74Schristos 1430*75fd0b74Schristos2002-07-16 Nick Clifton <nickc@cambridge.redhat.com> 1431*75fd0b74Schristos 1432*75fd0b74Schristos * NEWS: Add 'Changes in 2.13'. 1433*75fd0b74Schristos 1434*75fd0b74Schristos2002-07-10 Jakub Jelinek <jakub@redhat.com> 1435*75fd0b74Schristos 1436*75fd0b74Schristos * readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED, 1437*75fd0b74Schristos DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*. 1438*75fd0b74Schristos (get_section_type_name): Handle SHT_GNU_LIBLIST. 1439*75fd0b74Schristos (process_dynamic_segment): Handle DT_GNU_CONFLICTSZ, 1440*75fd0b74Schristos DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED. 1441*75fd0b74Schristos (process_gnu_liblist): New. 1442*75fd0b74Schristos (process_file): Call it. 1443*75fd0b74Schristos 1444*75fd0b74Schristos2002-07-03 Alan Modra <amodra@bigpond.net.au> 1445*75fd0b74Schristos 1446*75fd0b74Schristos * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change. 1447*75fd0b74Schristos * Makefile.in: Regenerate. 1448*75fd0b74Schristos 1449*75fd0b74Schristos2002-07-02 Alan Modra <amodra@bigpond.net.au> 1450*75fd0b74Schristos 1451*75fd0b74Schristos * budemang.c: New file, "demangle" function. 1452*75fd0b74Schristos * budemang.h: New file. 1453*75fd0b74Schristos * addr2line.c (translate_addresses): Use "demangle". 1454*75fd0b74Schristos * nm.c (print_symname): Likewise. 1455*75fd0b74Schristos * objdump.c (objdump_print_symname): Likewise. 1456*75fd0b74Schristos (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro 1457*75fd0b74Schristos here since that obfuscates. 1458*75fd0b74Schristos * rdcoff.c: Don't #include demangle.h. 1459*75fd0b74Schristos * Makefile.am (CFILES): Add budemang.c, emul_aix.c, 1460*75fd0b74Schristos emul_vanilla.c. Remove emul_$(EMULATION).c. Sort. 1461*75fd0b74Schristos (HFILES): Add budemang.h. Sort. 1462*75fd0b74Schristos (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c. 1463*75fd0b74Schristos Run "make dep-am". 1464*75fd0b74Schristos * Makefile.in: Regenerate. 1465*75fd0b74Schristos 1466*75fd0b74Schristos2002-07-01 Matt Thomas <matt@3am-software.com> 1467*75fd0b74Schristos 1468*75fd0b74Schristos * readelf.c: Include "elf/vax.h". 1469*75fd0b74Schristos (guess_is_rela): Move EM_VAX from unknown to RELA case. 1470*75fd0b74Schristos (dump_relocations): Handle VAX relocations. 1471*75fd0b74Schristos (get_machine_flags): Handle VAX machine flags. 1472*75fd0b74Schristos 1473*75fd0b74Schristos2002-06-29 Stephane Carrez <stcarrez@nerim.fr> 1474*75fd0b74Schristos 1475*75fd0b74Schristos * readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations. 1476*75fd0b74Schristos 1477*75fd0b74Schristos2002-06-26 Nick Clifton <nickc@cambridge.redhat.com> 1478*75fd0b74Schristos 1479*75fd0b74Schristos * MAINTAINERS: Remove Tom Rix from d10v and pcc maintainerships. 1480*75fd0b74Schristos 1481*75fd0b74Schristos2002-06-26 Alan Modra <amodra@bigpond.net.au> 1482*75fd0b74Schristos 1483*75fd0b74Schristos * nm.c (print_symname): When demangling, strip leading dots from 1484*75fd0b74Schristos symbol names to avoid confusing the demangler. 1485*75fd0b74Schristos 1486*75fd0b74Schristos2002-06-25 H.J. Lu <hjl@gnu.org> 1487*75fd0b74Schristos 1488*75fd0b74Schristos * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. 1489*75fd0b74Schristos * Makefile.in: Regenerated. 1490*75fd0b74Schristos 1491*75fd0b74Schristos2002-06-21 Igor Schein <igor@txc.com> 1492*75fd0b74Schristos 1493*75fd0b74Schristos * configure.in: Quote bu_cv_have_fopen64. 1494*75fd0b74Schristos * configure: Regenerate. 1495*75fd0b74Schristos 1496*75fd0b74Schristos2002-06-21 Mitsru Chinen <chinen@jp.ibm.com> 1497*75fd0b74Schristos 1498*75fd0b74Schristos * configure.in: Check for strcoll. 1499*75fd0b74Schristos * configure: Regenerate. 1500*75fd0b74Schristos * config.in: Regenerate. 1501*75fd0b74Schristos * nm.c (main): Set locale for LC_COLLATE category. 1502*75fd0b74Schristos (non_numeric_forward): Use strcoll if available. 1503*75fd0b74Schristos 1504*75fd0b74Schristos2002-06-20 Dave Brolley <brolley@redhat.com> 1505*75fd0b74Schristos 1506*75fd0b74Schristos * MAINTAINERS: Add self as fr30 and frv maintainer. 1507*75fd0b74Schristos 1508*75fd0b74Schristos2002-06-18 H.J. Lu (hjl@gnu.org) 1509*75fd0b74Schristos 1510*75fd0b74Schristos * nm.c: Include "elf/common.h". 1511*75fd0b74Schristos (extended_symbol_info): Add elfinfo, a pointer to 1512*75fd0b74Schristos elf_symbol_type. 1513*75fd0b74Schristos (SYM_SIZE): Use elfinfo if it is not NULL. 1514*75fd0b74Schristos (get_symbol_type): New function. 1515*75fd0b74Schristos (display_archive): Set print_width for each archive member. 1516*75fd0b74Schristos (display_file): Likewise. 1517*75fd0b74Schristos (display_rel_file): Don't set print_width here. 1518*75fd0b74Schristos (print_object_filename_sysv): Handle print_width. 1519*75fd0b74Schristos (print_archive_member_sysv): Likewise. 1520*75fd0b74Schristos (print_symbols): Pass (bfd_vma) 0 to print_symbol. 1521*75fd0b74Schristos (print_symbol): Set the elfinfo field in extended_symbol_info 1522*75fd0b74Schristos for ELF. 1523*75fd0b74Schristos (print_object_filename_sysv): Fix the output format. 1524*75fd0b74Schristos (print_symbol_info_sysv): Print type and section for ELF. 1525*75fd0b74Schristos 1526*75fd0b74Schristos2002-06-18 Elias Athanasopoulos <eathan@otenet.gr> 1527*75fd0b74Schristos 1528*75fd0b74Schristos * nm.c (print_size_symbols): Remove assignment, which makes 1529*75fd0b74Schristos the symbol's size equal to its value when --size-sort is 1530*75fd0b74Schristos used. 1531*75fd0b74Schristos 1532*75fd0b74Schristos2002-06-18 Dave Brolley <brolley@redhat.com> 1533*75fd0b74Schristos 1534*75fd0b74Schristos From Catherine Moore: 1535*75fd0b74Schristos * readelf.c (elf/frv.h): #include it. 1536*75fd0b74Schristos (guess_is_rela): Support EM_CYGNUS_FRV. 1537*75fd0b74Schristos (dump_relocations): Ditto. 1538*75fd0b74Schristos (get_machine_name): Ditto. 1539*75fd0b74Schristos * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h. 1540*75fd0b74Schristos 1541*75fd0b74Schristos2002-06-18 Jakub Jelinek <jakub@redhat.com> 1542*75fd0b74Schristos 1543*75fd0b74Schristos * readelf.c (get_file_header): Only read the first section header if 1544*75fd0b74Schristos e_shoff is non-zero. 1545*75fd0b74Schristos 1546*75fd0b74Schristos2002-06-15 H.J. Lu (hjl@gnu.org) 1547*75fd0b74Schristos 1548*75fd0b74Schristos * nm.c (print_size): New variable. Initialize to 0. 1549*75fd0b74Schristos (long_options): Add 'S'/"print-size". 1550*75fd0b74Schristos (main): Handle 'S'. 1551*75fd0b74Schristos (print_symbol_info_bsd): Print size only if print_size is not 1552*75fd0b74Schristos 0. 1553*75fd0b74Schristos 1554*75fd0b74Schristos * doc/binutils.texi: Document -S/--print-size. 1555*75fd0b74Schristos 1556*75fd0b74Schristos2002-6-13 Elias Athanasopoulos <eathan@otenet.gr> 1557*75fd0b74Schristos 1558*75fd0b74Schristos * nm.c (struct extended_symbol_info): New structure: Add the size 1559*75fd0b74Schristos of the symbols to the information provided by the symbol_info 1560*75fd0b74Schristos structure. 1561*75fd0b74Schristos (print_symbols): Pass the symbol size to print_symbol. 1562*75fd0b74Schristos (print_size_symbols): Pass the symbol size to print_symbol. 1563*75fd0b74Schristos (print_symbol): Extra argument: The size of the symbol. Store 1564*75fd0b74Schristos this in the extended_symbol_info structure. 1565*75fd0b74Schristos (print_symbol_info): Change type of info parameter to 1566*75fd0b74Schristos extended_symbol_info. Display the size, if known. 1567*75fd0b74Schristos (print_symbol_info_posix): Likewise. 1568*75fd0b74Schristos (print_symbol_info_sysv): Likewise. 1569*75fd0b74Schristos 1570*75fd0b74Schristos2002-06-08 Alan Modra <amodra@bigpond.net.au> 1571*75fd0b74Schristos 1572*75fd0b74Schristos * Makefile.am: Run "make dep-am". 1573*75fd0b74Schristos * Makefile.in: Regenerate. 1574*75fd0b74Schristos * doc/Makefile.in: Regnerate. 1575*75fd0b74Schristos 1576*75fd0b74Schristos * bucomm.c: Replace CONST with const. 1577*75fd0b74Schristos * nm.c: Likewise. 1578*75fd0b74Schristos * objdump.c: Likewise. 1579*75fd0b74Schristos 1580*75fd0b74Schristos2002-06-07 H.J. Lu <hjl@gnu.org> 1581*75fd0b74Schristos 1582*75fd0b74Schristos * readelf.c (DW_CFA_GNU_args_size): Don't define. 1583*75fd0b74Schristos (DW_CFA_GNU_negative_offset_extended): Likewise. 1584*75fd0b74Schristos (DW_CFA_GNU_window_save): Likewise. 1585*75fd0b74Schristos (display_debug_frames): Handle DW_CFA_offset_extended_sf, 1586*75fd0b74Schristos DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf. 1587*75fd0b74Schristos 1588*75fd0b74Schristos2002-06-07 Elias Athanasopoulos <eathan@otenet.gr> 1589*75fd0b74Schristos 1590*75fd0b74Schristos * nm.c: When computing size of symbols for an ELF target use the 1591*75fd0b74Schristos internal size field. 1592*75fd0b74Schristos 1593*75fd0b74Schristos2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca> 1594*75fd0b74Schristos 1595*75fd0b74Schristos * testsuite/binutils-all/objcopy.exp: clear xfail for 1596*75fd0b74Schristos "hppa*64*-*-hpux*". 1597*75fd0b74Schristos * testsuite/binutils-all/hppa/objdump.exp: Return if 1598*75fd0b74Schristos "*64*-*-*". 1599*75fd0b74Schristos 1600*75fd0b74Schristos2002-06-05 Alan Modra <amodra@bigpond.net.au> 1601*75fd0b74Schristos 1602*75fd0b74Schristos * objcopy.c (copy_section): Don't copy SEC_GROUP sections. 1603*75fd0b74Schristos 1604*75fd0b74Schristos2002-06-03 Elias Athanasopoulos <eathan@otenet.gr> 1605*75fd0b74Schristos 1606*75fd0b74Schristos * objdump.c: Fix formatting. 1607*75fd0b74Schristos 1608*75fd0b74Schristos2002-05-29 Ben Elliston <bje@redhat.com> 1609*75fd0b74Schristos 1610*75fd0b74Schristos * MAINTAINERS: Add self as M68k maintainer. 1611*75fd0b74Schristos 1612*75fd0b74Schristos2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net> 1613*75fd0b74Schristos 1614*75fd0b74Schristos * readelf.c: Modified/Added DLX elf support. 1615*75fd0b74Schristos 1616*75fd0b74Schristos2002-05-27 Nick Clifton <nickc@cambridge.redhat.com> 1617*75fd0b74Schristos 1618*75fd0b74Schristos * arsup.c: Fix formatting. 1619*75fd0b74Schristos * debug.c (debug_record_label): Add missing colon to error 1620*75fd0b74Schristos message. 1621*75fd0b74Schristos * ieee.c (parse_ieee_ty): Fix spelling typo. 1622*75fd0b74Schristos * readelf.c (process_program_headers): Remove English assumption 1623*75fd0b74Schristos about making a plural word. 1624*75fd0b74Schristos (process_section_headers): Likewise. 1625*75fd0b74Schristos (process_relocs): Allow quotes to be translated. 1626*75fd0b74Schristos (process_unwind): Likewise, 1627*75fd0b74Schristos (process_mips_specific): Improve error message. 1628*75fd0b74Schristos (get_note_type): Fix spelling typo. 1629*75fd0b74Schristos 1630*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add sv 1631*75fd0b74Schristos * po/sv.po: New file. 1632*75fd0b74Schristos 1633*75fd0b74Schristos2002-05-27 Alan Modra <amodra@bigpond.net.au> 1634*75fd0b74Schristos 1635*75fd0b74Schristos * unwind-ia64.c (unw_print_brmask): Don't use sprintf. 1636*75fd0b74Schristos (unw_print_grmask): Likewise. 1637*75fd0b74Schristos (unw_print_frmask): Likewise. 1638*75fd0b74Schristos 1639*75fd0b74Schristos2002-05-26 Kazu Hirata <kazu@cs.umass.edu> 1640*75fd0b74Schristos 1641*75fd0b74Schristos * arsup.c: Remove ARGSUSED. 1642*75fd0b74Schristos * debug.c: Likewise. 1643*75fd0b74Schristos * ieee.c: Likewise. 1644*75fd0b74Schristos * nlmconv.c: Likewise. 1645*75fd0b74Schristos * prdbg.c: Likewise. 1646*75fd0b74Schristos * stabs.c: Likewise. 1647*75fd0b74Schristos * wrstabs.c: Likewise. 1648*75fd0b74Schristos 1649*75fd0b74Schristos2002-05-25 Alan Modra <amodra@bigpond.net.au> 1650*75fd0b74Schristos 1651*75fd0b74Schristos * arlex.l: Use #include "" instead of <> for local header files. 1652*75fd0b74Schristos * coffdump.c: Likewise. 1653*75fd0b74Schristos * coffgrok.c: Likewise. 1654*75fd0b74Schristos * nlmconv.c: Likewise. 1655*75fd0b74Schristos * nlmheader.y: Likewise. 1656*75fd0b74Schristos * srconv.c: Likewise. 1657*75fd0b74Schristos * strings.c: Likewise. 1658*75fd0b74Schristos * sysdump.c: Likewise. 1659*75fd0b74Schristos * unwind-ia64.h: Likewise. 1660*75fd0b74Schristos * windres.h: Likewise. 1661*75fd0b74Schristos * winduni.h: Likewise. 1662*75fd0b74Schristos 1663*75fd0b74Schristos2002-05-24 Tom Rix <trix@redhat.com> 1664*75fd0b74Schristos 1665*75fd0b74Schristos * MAINTAINERS: Add self as the d10v maintainer. 1666*75fd0b74Schristos 1667*75fd0b74Schristos2002-05-24 TAMURA Kent <kent@netbsd.org> 1668*75fd0b74Schristos 1669*75fd0b74Schristos * configure.in: Builds dlltool for i386-netbsdpe. 1670*75fd0b74Schristos * configure: Regenerate. 1671*75fd0b74Schristos 1672*75fd0b74Schristos2002-05-23 Kazu Hirata <kazu@cs.umass.edu> 1673*75fd0b74Schristos 1674*75fd0b74Schristos * size.c: Fix formatting. 1675*75fd0b74Schristos * srconv.c: Likewise. 1676*75fd0b74Schristos * stabs.c: Likewise. 1677*75fd0b74Schristos * sysdump.c: Likewise. 1678*75fd0b74Schristos * unwind-ia64.c: Likewise. 1679*75fd0b74Schristos * wrstabs.c: Likewise. 1680*75fd0b74Schristos 1681*75fd0b74Schristos2002-05-23 Jakub Jelinek <jakub@redhat.com> 1682*75fd0b74Schristos 1683*75fd0b74Schristos * readelf.c (get_segment_type): Add PT_TLS. 1684*75fd0b74Schristos (get_elf_section_flags): Add SHF_TLS. 1685*75fd0b74Schristos (get_dynamic_flags): Optimize. Add DF_STATIC_TLS. 1686*75fd0b74Schristos (process_dynamic_segment): Use puts instead of printf. 1687*75fd0b74Schristos (get_symbol_type): Support STT_TLS. 1688*75fd0b74Schristos * objdump.c (dump_section_header): Remove SEC_CONSTRUCTOR_TEXT, 1689*75fd0b74Schristos SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS. 1690*75fd0b74Schristos Add SEC_THREAD_LOCAL. 1691*75fd0b74Schristos 1692*75fd0b74Schristos2002-05-23 Kazu Hirata <kazu@cs.umass.edu> 1693*75fd0b74Schristos 1694*75fd0b74Schristos * rdcoff.c: Fix formatting. 1695*75fd0b74Schristos * rddbg.c: Likewise. 1696*75fd0b74Schristos * readelf.c: Likewise. 1697*75fd0b74Schristos * rename.c: Likewise. 1698*75fd0b74Schristos * resbin.c: Likewise. 1699*75fd0b74Schristos * resrc.c: Likewise. 1700*75fd0b74Schristos * resres.c: Likewise. 1701*75fd0b74Schristos 1702*75fd0b74Schristos2002-05-21 Kazu Hirata <kazu@cs.umass.edu> 1703*75fd0b74Schristos 1704*75fd0b74Schristos * filemode.c: Fix formatting. 1705*75fd0b74Schristos * ieee.c: Likewise. 1706*75fd0b74Schristos * is-ranlib.c: Likewise. 1707*75fd0b74Schristos * is-strip.c: Likewise. 1708*75fd0b74Schristos * maybe-ranlib.c: Likewise. 1709*75fd0b74Schristos * maybe-strip.c: Likewise. 1710*75fd0b74Schristos * nlmconv.c: Likewise. 1711*75fd0b74Schristos * nm.c: Likewise. 1712*75fd0b74Schristos * not-ranlib.c: Likewise. 1713*75fd0b74Schristos * not-strip.c: Likewise. 1714*75fd0b74Schristos * objcopy.c: Likewise. 1715*75fd0b74Schristos * objdump.c: Likewise. 1716*75fd0b74Schristos 1717*75fd0b74Schristos2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> 1718*75fd0b74Schristos 1719*75fd0b74Schristos * objdump.c (dump_headers): Fix output formatting for ELF32 1720*75fd0b74Schristos architectures in a BFD64 enabled toolchain. 1721*75fd0b74Schristos 1722*75fd0b74Schristos2002-05-20 Kazu Hirata <kazu@cs.umass.edu> 1723*75fd0b74Schristos 1724*75fd0b74Schristos * debug.c: Fix formatting. 1725*75fd0b74Schristos * debug.h: Likewise. 1726*75fd0b74Schristos * dlltool.c: Likewise. 1727*75fd0b74Schristos * dllwrap.c: Likewise. 1728*75fd0b74Schristos * emul_aix.c: Likewise. 1729*75fd0b74Schristos * emul_vanilla.c: Likewise. 1730*75fd0b74Schristos 1731*75fd0b74Schristos2002-05-19 Kazu Hirata <kazu@cs.umass.edu> 1732*75fd0b74Schristos 1733*75fd0b74Schristos * addr2line.c: Fix formatting. 1734*75fd0b74Schristos * ar.c: Likewise. 1735*75fd0b74Schristos * arsup.c: Likewise. 1736*75fd0b74Schristos * arsup.h: Likewise. 1737*75fd0b74Schristos * binemul.c: Likewise. 1738*75fd0b74Schristos * binemul.h: Likewise. 1739*75fd0b74Schristos * bucomm.c: Likewise. 1740*75fd0b74Schristos * coffdump.c: Likewise. 1741*75fd0b74Schristos * coffgrok.c: Likewise. 1742*75fd0b74Schristos * coffgrok.h: Likewise. 1743*75fd0b74Schristos 1744*75fd0b74Schristos2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl> 1745*75fd0b74Schristos 1746*75fd0b74Schristos * MAINTAINERS: Add myself as the second AVR port maintainer. 1747*75fd0b74Schristos 1748*75fd0b74Schristos2002-05-16 Stephane Carrez <stcarrez@nerim.fr> 1749*75fd0b74Schristos 1750*75fd0b74Schristos * MAINTAINERS: Update my email address. 1751*75fd0b74Schristos 1752*75fd0b74Schristos2002-05-09 Nick Clifton <nickc@cambridge.redhat.com> 1753*75fd0b74Schristos 1754*75fd0b74Schristos * MAINTAINERS: Add Jason Thorpe as VAX maintainer. 1755*75fd0b74Schristos 1756*75fd0b74Schristos2002-05-09 Alan Modra <amodra@bigpond.net.au> 1757*75fd0b74Schristos 1758*75fd0b74Schristos * configure.in: Replace `*pe' with `pe' throughout. 1759*75fd0b74Schristos * configure: Regenerate. 1760*75fd0b74Schristos 1761*75fd0b74Schristos2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br> 1762*75fd0b74Schristos 1763*75fd0b74Schristos * Makefile.am: Honour DESTDIR. 1764*75fd0b74Schristos * Makefile.in: Regenerate. 1765*75fd0b74Schristos 1766*75fd0b74Schristos2002-05-06 Alan Modra <amodra@bigpond.net.au> 1767*75fd0b74Schristos 1768*75fd0b74Schristos * dlltool.c (process_def_file): Add missing prototype. 1769*75fd0b74Schristos (new_directive, assemble_file, main): Likewise. 1770*75fd0b74Schristos (process_def_file, new_directive): Make static. 1771*75fd0b74Schristos (inform): Rewrite using VA_FIXEDARG. 1772*75fd0b74Schristos * dllwrap.c (mybasename): Add missing prototype. 1773*75fd0b74Schristos (strhash, main): Likewise. 1774*75fd0b74Schristos (inform): Rewrite using VA_FIXEDARG. 1775*75fd0b74Schristos (warn): Likewise. 1776*75fd0b74Schristos (cleanup_and_exit): Use old style function definition. 1777*75fd0b74Schristos (strhash): Likewise. 1778*75fd0b74Schristos * windres.c (define_resource): Use one memset to clear all of 1779*75fd0b74Schristos struct res_resource. 1780*75fd0b74Schristos 1781*75fd0b74Schristos * rcparse.y: Remove newcmd rule. Move rcparse_discard_strings 1782*75fd0b74Schristos call to rules that need no lookahead. Check for no lookahead. 1783*75fd0b74Schristos 1784*75fd0b74Schristos2002-05-06 Borut Razem <borut.razem@siol.net> 1785*75fd0b74Schristos 1786*75fd0b74Schristos * rclex.l (get_string): Correct "strings" list handling. 1787*75fd0b74Schristos * resrc.c (read_rc_file): Discard strings. 1788*75fd0b74Schristos 1789*75fd0b74Schristos2002-05-04 Alan Modra <amodra@bigpond.net.au> 1790*75fd0b74Schristos 1791*75fd0b74Schristos * ar.c (replace_members): Remove unused var. Formatting fix. 1792*75fd0b74Schristos * binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED. 1793*75fd0b74Schristos 1794*75fd0b74Schristos * MAINTAINERS: Sort port maintainers by CPU. 1795*75fd0b74Schristos 1796*75fd0b74Schristos2002-05-04 Bob Byrnes <byrnes@curl.com> 1797*75fd0b74Schristos 1798*75fd0b74Schristos * size.c (display_archive): Add last_arfile and code to close archives. 1799*75fd0b74Schristos 1800*75fd0b74Schristos2002-05-01 Alan Modra <amodra@bigpond.net.au> 1801*75fd0b74Schristos 1802*75fd0b74Schristos * nm.c (print_symbol): Check returned filename from 1803*75fd0b74Schristos bfd_find_nearest_line is non-NULL. 1804*75fd0b74Schristos 1805*75fd0b74Schristos2002-04-25 Elena Zannoni <ezannoni@redhat.com> 1806*75fd0b74Schristos 1807*75fd0b74Schristos * readelf.c (get_AT_name): Handle DW_AT_GNU_vector. 1808*75fd0b74Schristos 1809*75fd0b74Schristos2002-04-24 Christian Groessler <chris@groessler.org> 1810*75fd0b74Schristos 1811*75fd0b74Schristos * MAINTAINERS: Changed my email address. 1812*75fd0b74Schristos 1813*75fd0b74Schristos2002-04-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> 1814*75fd0b74Schristos 1815*75fd0b74Schristos * arparse.y: Fix syntax warning. 1816*75fd0b74Schristos 1817*75fd0b74Schristos2002-04-16 Nick Clifton <nickc@cambridge.redhat.com> 1818*75fd0b74Schristos 1819*75fd0b74Schristos * readelf.c (fetch_location_list): Remove unused function. 1820*75fd0b74Schristos 1821*75fd0b74Schristos * readelf.c (process_corefile_note_segment): Catch corrupt notes 1822*75fd0b74Schristos and display a warning message, then exit the loop. 1823*75fd0b74Schristos 1824*75fd0b74Schristos * rcparse.y: Set MEMFLAG_DISCARDABLE by default. 1825*75fd0b74Schristos 1826*75fd0b74Schristos2002-04-15 Nick Clifton <nickc@cambridge.redhat.com> 1827*75fd0b74Schristos 1828*75fd0b74Schristos * resrc.c (write_rc_dialog): If charset is non-default value 1829*75fd0b74Schristos display all of the DIALOGEX parameters. 1830*75fd0b74Schristos 1831*75fd0b74Schristos2002-04-15 Eric Kohl <ekohl@rz-online.de> 1832*75fd0b74Schristos 1833*75fd0b74Schristos * rcparse.y: Allow two to five parameter in FONT statement of 1834*75fd0b74Schristos DIALOGEX resources. 1835*75fd0b74Schristos * resbin.c (bin_to_res_dialog): Fixed read/write code for dialogex 1836*75fd0b74Schristos resource data. 1837*75fd0b74Schristos (res_to_bin_dialog): Likewise. 1838*75fd0b74Schristos * windres.h: Added misssing charset variable to dialog_ex 1839*75fd0b74Schristos structure. 1840*75fd0b74Schristos 1841*75fd0b74Schristos2002-04-10 Nick Clifton <nickc@cambridge.redhat.com> 1842*75fd0b74Schristos 1843*75fd0b74Schristos * rcparse.y: Set MEMFLAG_PURE by default. 1844*75fd0b74Schristos 1845*75fd0b74Schristos2002-04-09 Bernd Herd <info@herdsoft.com> 1846*75fd0b74Schristos 1847*75fd0b74Schristos * rcparse.y: CLASS definitions in DIALOG resources 1848*75fd0b74Schristos are quoted. 1849*75fd0b74Schristos Fix typo in BEDIT warning. 1850*75fd0b74Schristos Don't add default dialog style when explicit style specified. 1851*75fd0b74Schristos Add WS_CAPTION dialog style if CAPTION is specified. 1852*75fd0b74Schristos 1853*75fd0b74Schristos * rclex.l (handle_quotes): "\xhex" encoding in strings corrected. 1854*75fd0b74Schristos (handle_quotes) "\a" escape (used for right justified key 1855*75fd0b74Schristos definitions in menus) is encodes as binary 8. 1856*75fd0b74Schristos 1857*75fd0b74Schristos * resrc.c (write_rc_dialog): Print style even if it is 0. 1858*75fd0b74Schristos (write_rc_directory): Fix overlooked sublang shift bug. 1859*75fd0b74Schristos (bin_to_res_dialog): Don't print empty dialog caption. 1860*75fd0b74Schristos 1861*75fd0b74Schristos * resbin.c (bin_to_res_dialog): Use signature to identify 1862*75fd0b74Schristos DIALOGEX. 1863*75fd0b74Schristos 1864*75fd0b74Schristos * windres.c (main): Set default LANGUAGE to english/us. 1865*75fd0b74Schristos 1866*75fd0b74Schristos2002-04-09 Gunnar Degnbol <degnbol@danbbs.dk> 1867*75fd0b74Schristos 1868*75fd0b74Schristos * resrc.c: print CLASS names in quotes 1869*75fd0b74Schristos 1870*75fd0b74Schristos2002-04-09 J"orn Rennecke <joern.rennecke@superh.com> 1871*75fd0b74Schristos 1872*75fd0b74Schristos * MAINTAINERS: Update my email address. 1873*75fd0b74Schristos 1874*75fd0b74Schristos2002-04-04 Alan Modra <amodra@bigpond.net.au> 1875*75fd0b74Schristos 1876*75fd0b74Schristos * dep-in.sed: Cope with absolute paths. 1877*75fd0b74Schristos * Makefile.am (dep.sed): Subst TOPDIR. 1878*75fd0b74Schristos Run "make dep-am". 1879*75fd0b74Schristos * Makefile.in: Regenerate. 1880*75fd0b74Schristos 1881*75fd0b74Schristos2002-03-27 Peter Targett <peter.targett@arc.com> 1882*75fd0b74Schristos 1883*75fd0b74Schristos * MAINTAINERS: Update my email address. 1884*75fd0b74Schristos 1885*75fd0b74Schristos2002-03-21 Alan Modra <amodra@bigpond.net.au> 1886*75fd0b74Schristos 1887*75fd0b74Schristos * Makefile.am: Run "make dep-am". 1888*75fd0b74Schristos * Makefile.in: Regenerate. 1889*75fd0b74Schristos * doc/Makefile.in: Regenerate. 1890*75fd0b74Schristos * po/POTFILES.in: Regenerate. 1891*75fd0b74Schristos * aclocal.m4: Regenerate. 1892*75fd0b74Schristos * config.in: Regenerate. 1893*75fd0b74Schristos * configure: Regenerate. 1894*75fd0b74Schristos 1895*75fd0b74Schristos2002-03-20 Daniel Berlin <dan@dberlin.org> 1896*75fd0b74Schristos 1897*75fd0b74Schristos * readelf.c: Add support for displaying dwarf2 location lists. 1898*75fd0b74Schristos (do_debug_loc, debug_loc_section, debug_loc_size): New. 1899*75fd0b74Schristos (parse_args): Use 'O' as shorthand for displaying location list 1900*75fd0b74Schristos section. 1901*75fd0b74Schristos (process_section_headers): Handle debug_loc as well. 1902*75fd0b74Schristos (load_debug_loc): New. 1903*75fd0b74Schristos (free_debug_loc): New. 1904*75fd0b74Schristos (fetch_location_list): New. 1905*75fd0b74Schristos (display_debug_loc): New. 1906*75fd0b74Schristos (display_debug_info): Call load_debug_loc and free_debug_loc. 1907*75fd0b74Schristos (debug_displays): We can display .debug_loc now, too. 1908*75fd0b74Schristos (usage): Update usage string. 1909*75fd0b74Schristos (read_and_display_attr_value): Note location lists, but don't 1910*75fd0b74Schristos display them inline. 1911*75fd0b74Schristos 1912*75fd0b74Schristos2002-03-18 Tom Rix <trix@redhat.com> 1913*75fd0b74Schristos 1914*75fd0b74Schristos * Makefile.am: Add binutils emulation support. 1915*75fd0b74Schristos * configure.in: Same. 1916*75fd0b74Schristos * configure.tgt: New file. Same. 1917*75fd0b74Schristos * ar.c (main): Use ar_emul_parse_arg. 1918*75fd0b74Schristos (usage): Use ar_emul_usage. 1919*75fd0b74Schristos (replace_members): Use ar_emul_replace, ar_emul_append. 1920*75fd0b74Schristos * binemul.c: New file. Define the binutils emulation 1921*75fd0b74Schristos layer. Define default methods. 1922*75fd0b74Schristos * binemul.h: New file. Binutils emulation layer header file. 1923*75fd0b74Schristos * emul_aix.c: New file. AIX binutils emulation. 1924*75fd0b74Schristos * emul_vanilla.c: New file. Default binutils emulation. 1925*75fd0b74Schristos * Makefile.in: Regenerate. 1926*75fd0b74Schristos * configure: Same. 1927*75fd0b74Schristos 1928*75fd0b74Schristos2002-03-18 Nick Clifton <nickc@cambridge.redhat.com> 1929*75fd0b74Schristos 1930*75fd0b74Schristos * po/fr.po: Updated version. 1931*75fd0b74Schristos 1932*75fd0b74Schristos2002-03-13 Nick Clifton <nickc@cambridge.redhat.com> 1933*75fd0b74Schristos 1934*75fd0b74Schristos * po/fr.po: Updated version. 1935*75fd0b74Schristos 1936*75fd0b74Schristos2002-03-07 Daniel Jacobowitz <drow@mvista.com> 1937*75fd0b74Schristos 1938*75fd0b74Schristos * README: Update some version numbers. 1939*75fd0b74Schristos 1940*75fd0b74Schristos2002-03-07 Daniel Jacobowitz <drow@mvista.com> 1941*75fd0b74Schristos 1942*75fd0b74Schristos * doc/binutils.texi (Target Selection): Fix LD crossreferences. 1943*75fd0b74Schristos (Architecture Selection): Likewise. 1944*75fd0b74Schristos 1945*75fd0b74Schristos2002-03-01 Dmitry Timoshkov <dmitry@baikal.ru> 1946*75fd0b74Schristos 1947*75fd0b74Schristos * dlltool.c (gen_exp_file): Take into account --kill-at (-k) while 1948*75fd0b74Schristos generating .exp file. 1949*75fd0b74Schristos 1950*75fd0b74Schristos2002-02-21 Nick Clifton <nickc@cambridge.redhat.com> 1951*75fd0b74Schristos 1952*75fd0b74Schristos * readelf.c (dump_relocations): Fix typo. 1953*75fd0b74Schristos 1954*75fd0b74Schristos2002-02-20 Nick Clifton <nickc@cambridge.redhat.com> 1955*75fd0b74Schristos 1956*75fd0b74Schristos * NEWS: Mark 2.12 branch. 1957*75fd0b74Schristos 1958*75fd0b74Schristos2002-02-18 Timothy Daly <remote_bob@yahoo.com> 1959*75fd0b74Schristos 1960*75fd0b74Schristos * readelf.c (dump_relocations): Display 2nd and 3rd reloc 1961*75fd0b74Schristos types for 64-bit MIPS. Narrow some fields for 80-char 1962*75fd0b74Schristos output. 1963*75fd0b74Schristos (dump_relocations): Change spelling from 'unrecognised' 1964*75fd0b74Schristos to 'unrecognized'. 1965*75fd0b74Schristos (decode_ARM_machine_flags): Likewise. 1966*75fd0b74Schristos (parse_args): Likewise. 1967*75fd0b74Schristos (read_and_display_attr_value): Likewise. 1968*75fd0b74Schristos (display_debug_section): Likewise. 1969*75fd0b74Schristos 1970*75fd0b74Schristos2002-02-15 Hans-Peter Nilsson <hp@bitrange.com> 1971*75fd0b74Schristos 1972*75fd0b74Schristos * NEWS: Mention support for MMIX. 1973*75fd0b74Schristos 1974*75fd0b74Schristos2002-02-13 Matt Fredette <fredette@netbsd.org> 1975*75fd0b74Schristos 1976*75fd0b74Schristos * readelf.c (get_machine_flags): Recognize EF_M68000. 1977*75fd0b74Schristos 1978*75fd0b74Schristos2002-02-12 Alexandre Oliva <aoliva@redhat.com> 1979*75fd0b74Schristos 1980*75fd0b74Schristos * MAINTAINERS: Added self as MN10300 co-maintainer. 1981*75fd0b74Schristos 1982*75fd0b74Schristos2002-02-12 Alan Modra <amodra@bigpond.net.au> 1983*75fd0b74Schristos 1984*75fd0b74Schristos * readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and 1985*75fd0b74Schristos DT_PPC64_OPDSZ. 1986*75fd0b74Schristos 1987*75fd0b74Schristos2002-02-11 Daniel Jacobowitz <drow@mvista.com> 1988*75fd0b74Schristos 1989*75fd0b74Schristos * MAINTAINERS: List myself as branch maintainer. 1990*75fd0b74Schristos 1991*75fd0b74Schristos2002-02-11 Alan Modra <amodra@bigpond.net.au> 1992*75fd0b74Schristos 1993*75fd0b74Schristos * configure: Regenerate. 1994*75fd0b74Schristos * objcopy.c: Update copyright date. 1995*75fd0b74Schristos * doc/Makefile.in: Regenerate. 1996*75fd0b74Schristos 1997*75fd0b74Schristos2002-02-10 Daniel Jacobowitz <drow@mvista.com> 1998*75fd0b74Schristos 1999*75fd0b74Schristos * nlmconv.c: Back out localtime PARAMS change. 2000*75fd0b74Schristos 2001*75fd0b74Schristos2002-02-11 Alan Modra <amodra@bigpond.net.au> 2002*75fd0b74Schristos 2003*75fd0b74Schristos * objcopy.c (MKDIR): Define. 2004*75fd0b74Schristos (copy_archive): Make name_list.name const. Use MKDIR. 2005*75fd0b74Schristos Handle duplicate files in archives by making more temp dirs. 2006*75fd0b74Schristos 2007*75fd0b74Schristos2002-02-10 Daniel Jacobowitz <drow@mvista.com> 2008*75fd0b74Schristos 2009*75fd0b74Schristos * coffdump.c: Include "getopt.h" after "bucomm.h" 2010*75fd0b74Schristos so that macros are defined correctly. 2011*75fd0b74Schristos * nlmconv.c: Add PARAMS ((const time_t *)) to localtime 2012*75fd0b74Schristos prototype. Prototype main. 2013*75fd0b74Schristos * nlmheader.y: Add PARAMS ((int)) to strerror prototype. 2014*75fd0b74Schristos 2015*75fd0b74Schristos2002-02-06 Alexandre Oliva <aoliva@redhat.com> 2016*75fd0b74Schristos 2017*75fd0b74Schristos * MAINTAINERS: Added self as SH co-maintainer. 2018*75fd0b74Schristos 2019*75fd0b74Schristos2002-02-05 Nick Clifton <nickc@redhat.com> 2020*75fd0b74Schristos 2021*75fd0b74Schristos * po/tr.po: Updated translation. 2022*75fd0b74Schristos 2023*75fd0b74Schristos2002-02-01 Alan Modra <amodra@bigpond.net.au> 2024*75fd0b74Schristos 2025*75fd0b74Schristos * Makefile.am: Run "make dep-am" 2026*75fd0b74Schristos * Makefile.in: Regenerate. 2027*75fd0b74Schristos 2028*75fd0b74Schristos2002-01-29 Daniel Jacobowitz <drow@mvista.com> 2029*75fd0b74Schristos 2030*75fd0b74Schristos * nm.c (print_value): Mark abfd unused. 2031*75fd0b74Schristos 2032*75fd0b74Schristos2002-01-29 Daniel Jacobowitz <drow@mvista.com> 2033*75fd0b74Schristos 2034*75fd0b74Schristos * unwind-ia64.c (unw_decoder): Change second argument 2035*75fd0b74Schristos to unsigned int, to match function prototypes. 2036*75fd0b74Schristos 2037*75fd0b74Schristos2002-01-29 Daniel Jacobowitz <drow@mvista.com> 2038*75fd0b74Schristos 2039*75fd0b74Schristos * objdump.c: Include "getopt.h" after "bucomm.h" so that 2040*75fd0b74Schristos __GNU_LIBRARY__ will be defined. 2041*75fd0b74Schristos * size.c: Likewise. 2042*75fd0b74Schristos 2043*75fd0b74Schristos2002-01-27 Daniel Jacobowitz <drow@mvista.com> 2044*75fd0b74Schristos 2045*75fd0b74Schristos * configure: Regenerated. 2046*75fd0b74Schristos 2047*75fd0b74Schristos2002-01-26 Hans-Peter Nilsson <hp@bitrange.com> 2048*75fd0b74Schristos 2049*75fd0b74Schristos * doc/Makefile.am (install): Depend on install-info. 2050*75fd0b74Schristos * doc/Makefile.in: Regenerate. 2051*75fd0b74Schristos 2052*75fd0b74Schristos2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com> 2053*75fd0b74Schristos 2054*75fd0b74Schristos * objcopy.c (strip_usage): Document -d as an alias 2055*75fd0b74Schristos --strip-debug. 2056*75fd0b74Schristos 2057*75fd0b74Schristos * size.c (usage): Document [-t | --totals] options. 2058*75fd0b74Schristos (long_options): Add --totals option. 2059*75fd0b74Schristos (main): If the [-t | --totals] option is specified and 2060*75fd0b74Schristos the output format is Berkeley-style, print the total 2061*75fd0b74Schristos text, data, and bss sizes of all objects listed. 2062*75fd0b74Schristos (print_berkeley_format): If the [-t | --totals] option 2063*75fd0b74Schristos is specified, track the total text, data, and bss 2064*75fd0b74Schristos sizes. 2065*75fd0b74Schristos * doc/binutils.texi (size): Document [-t | --totals] options. 2066*75fd0b74Schristos (strip): Document -d as an alias for --strip-debug. 2067*75fd0b74Schristos * NEWS: Mention new feature of size. 2068*75fd0b74Schristos 2069*75fd0b74Schristos2002-01-25 Nick Clifton <nickc@cambridge.redhat.com> 2070*75fd0b74Schristos 2071*75fd0b74Schristos * po/fr.po: Updated version. 2072*75fd0b74Schristos * po/es.po: Updated version. 2073*75fd0b74Schristos 2074*75fd0b74Schristos2002-01-23 Nick Clifton <nickc@cambridge.redhat.com> 2075*75fd0b74Schristos 2076*75fd0b74Schristos * addr2line.c (usage): Update text to provide verbose 2077*75fd0b74Schristos description of the command line options. 2078*75fd0b74Schristos * ar.c (usage): Update text to provide verbose 2079*75fd0b74Schristos description of the command line options. 2080*75fd0b74Schristos (main): Accept -h and -H when running as ranlib. 2081*75fd0b74Schristos * coffdump.c (show_usage): Update text to provide verbose 2082*75fd0b74Schristos description of the command line options. 2083*75fd0b74Schristos * dlltool.c (main): Accept -H as an alias for --help. 2084*75fd0b74Schristos * nlmconv.c (show_usage): Update text to provide verbose 2085*75fd0b74Schristos description of the command line options. 2086*75fd0b74Schristos * nm.c (usage): Replace OPTIONS with option(s). 2087*75fd0b74Schristos (main): Accept -H as an alias for --help. 2088*75fd0b74Schristos * objcopy.c (strip_main): Accept -H as an alias for --help. 2089*75fd0b74Schristos * objdump.c (main): Accept -v as an alias for --verbose. 2090*75fd0b74Schristos * readelf.c (usage): Adjust format to match style used in 2091*75fd0b74Schristos other binutils. 2092*75fd0b74Schristos * size.c (usage): Update text to provide verbose description 2093*75fd0b74Schristos of the command line options. 2094*75fd0b74Schristos (main): Accept -v, -h and -H as command line options. 2095*75fd0b74Schristos * srconv.c (show_usage): Update text to provide verbose 2096*75fd0b74Schristos description of the command line options. 2097*75fd0b74Schristos * strings.c (main): Accept -H and -v as command line options. 2098*75fd0b74Schristos (usage): Update text to provide verbose description of the 2099*75fd0b74Schristos command line options. 2100*75fd0b74Schristos * sysdump.c (show_usage): Update text to provide verbose 2101*75fd0b74Schristos description of the command line options. 2102*75fd0b74Schristos * windres.c (usage): Adjust format to match style used in 2103*75fd0b74Schristos other binutils. 2104*75fd0b74Schristos 2105*75fd0b74Schristos * coffdump.c: Fix formatting. 2106*75fd0b74Schristos * nlmconv.c: Fix formatting. 2107*75fd0b74Schristos * srconv.c: Fix formatting. 2108*75fd0b74Schristos * sysdump.c: Fix formatting. 2109*75fd0b74Schristos 2110*75fd0b74Schristos2002-01-22 Alan Modra <amodra@bigpond.net.au> 2111*75fd0b74Schristos 2112*75fd0b74Schristos * Makefile.am: Run "make dep-am". 2113*75fd0b74Schristos * Makefile.in: Regenerate. 2114*75fd0b74Schristos 2115*75fd0b74Schristos2002-01-18 Andreas Jaeger <aj@suse.de> 2116*75fd0b74Schristos 2117*75fd0b74Schristos * version.c (print_version): Update year. 2118*75fd0b74Schristos 2119*75fd0b74Schristos2002-01-17 Alan Modra <amodra@bigpond.net.au> 2120*75fd0b74Schristos 2121*75fd0b74Schristos * readelf.c (get_machine_name): Handle EM_PPC64. 2122*75fd0b74Schristos (guess_is_rela): Here too. 2123*75fd0b74Schristos 2124*75fd0b74Schristos2002-01-17 Nick Clifton <nickc@cambridge.redhat.com> 2125*75fd0b74Schristos 2126*75fd0b74Schristos * po/binutils.pot: Regenerate. 2127*75fd0b74Schristos * po/fr.po: Regenerate. 2128*75fd0b74Schristos * po/tr.po: Regenerate. 2129*75fd0b74Schristos 2130*75fd0b74Schristos2002-01-16 Nick Clifton <nickc@cambridge.redhat.com> 2131*75fd0b74Schristos 2132*75fd0b74Schristos * po/tr.po: Import new version. 2133*75fd0b74Schristos 2134*75fd0b74Schristos2002-01-16 Alan Modra <amodra@bigpond.net.au> 2135*75fd0b74Schristos 2136*75fd0b74Schristos * readelf.c (get_ppc64_dynamic_type): New. 2137*75fd0b74Schristos (get_dynamic_type): Call it. 2138*75fd0b74Schristos 2139*75fd0b74Schristos2002-01-15 Nick Clifton <nickc@cambridge.redhat.com> 2140*75fd0b74Schristos 2141*75fd0b74Schristos * objcopy.c (copy_usage): Use "options" instead of "switches". 2142*75fd0b74Schristos (strip_usage): Use "options" instead of "switches". 2143*75fd0b74Schristos * doc/binutils.texi (dlltool): Refer to "options" instead of 2144*75fd0b74Schristos "switches". 2145*75fd0b74Schristos 2146*75fd0b74Schristos2002-01-14 Richard Earnshaw <rearnsha@arm.com> 2147*75fd0b74Schristos 2148*75fd0b74Schristos * MAINTAINERS: Add self as co-maintainer for the ARM code. 2149*75fd0b74Schristos 2150*75fd0b74Schristos2001-12-18 Nick Clifton <nickc@cambridge.redhat.com> 2151*75fd0b74Schristos 2152*75fd0b74Schristos * po/es.po: Import from translation project. 2153*75fd0b74Schristos * configure.in (ALL_LINGUAS): Add es. 2154*75fd0b74Schristos * configure: Regenerate. 2155*75fd0b74Schristos 2156*75fd0b74Schristos2002-01-09 Jason Thorpe <thorpej@wasabisystems.com> 2157*75fd0b74Schristos 2158*75fd0b74Schristos * readelf.c (get_netbsd_elfcore_note_type): Use 2159*75fd0b74Schristos NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH. 2160*75fd0b74Schristos 2161*75fd0b74Schristos2002-01-09 Jason Thorpe <thorpej@wasabisystems.com> 2162*75fd0b74Schristos 2163*75fd0b74Schristos * readelf.c: Update copyright years. 2164*75fd0b74Schristos (get_note_type): Return a const char *. 2165*75fd0b74Schristos (get_netbsd_elfcore_note_type): New function. 2166*75fd0b74Schristos (process_note): Use get_netbsd_elfcore_note_type to get 2167*75fd0b74Schristos the note type string for NetBSD ELF core files. 2168*75fd0b74Schristos 2169*75fd0b74Schristos2002-01-06 Steve Ellcey <sje@cup.hp.com> 2170*75fd0b74Schristos 2171*75fd0b74Schristos * readelf.c (get_ia64_segment_type): Add support for macros. 2172*75fd0b74Schristos (get_segment_type): Add support for IA64 specific macros. 2173*75fd0b74Schristos 2174*75fd0b74SchristosFor older changes see ChangeLog-0001 2175*75fd0b74Schristos 2176*75fd0b74SchristosCopyright (C) 2002-2003 Free Software Foundation, Inc. 2177*75fd0b74Schristos 2178*75fd0b74SchristosCopying and distribution of this file, with or without modification, 2179*75fd0b74Schristosare permitted in any medium without royalty provided the copyright 2180*75fd0b74Schristosnotice and this notice are preserved. 2181*75fd0b74Schristos 2182*75fd0b74SchristosLocal Variables: 2183*75fd0b74Schristosmode: change-log 2184*75fd0b74Schristosleft-margin: 8 2185*75fd0b74Schristosfill-column: 74 2186*75fd0b74Schristosversion-control: never 2187*75fd0b74SchristosEnd: 2188