aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
2004-04-07 PR 86Alan Modra2-2/+7
* arsup.c (ar_save): Use smart_rename.
2004-04-01(display_debug_pubnames): Align offset and data columns.Nick Clifton2-2/+11
(read_and_display_attr_value): Add missing break; (debug_displays): Enable the display of the .debug_pubtypes section.
2004-03-30 * mpw-config.in, mpw-make.sed, mac-binutils.r: Remove MPWStan Shebs4-184/+5
support files, no longer used.
2004-03-30 * binutils-all/objcopy.exp: Accept main as a data symbol as well.Jakub Jelinek2-2/+6
2004-03-23 * bfd/elf32-arm.h (arm_print_private_bfd_data): Add EABI v3.Paul Brook2-0/+31
* binutils/readelf.c (decode_ARM_machine_flags): Add EABI v3. * gas/config/tc-arm.c (meabi_flags): New variable. (arm_parse_eabi): New function. (md_begin): Set flags for EABI v3. (arm_eabis): Add. (arm_long_opts): Add meabi. * include/elf/arm.h (EF_ERM_BE8, EF_ARM_LE8, EF_ARM_EABI_VER3): Add. * doc/as.texinf <ARM>: Document -meabi. * doc/c-arm.texi: Ditto.
2004-03-22 * readelf.c (display_debug_frames): Don't crash for mismatchedRichard Henderson2-7/+18
DW_CFA_restore_state.
2004-03-19 * Makefile.am: Run "make dep-am".Alan Modra7-1236/+1672
* Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate. * po/binutils.pot: Regenerate.
2004-03-15 * objdump.c (struct SFILE): Replace current pointer with posNathan Sidwell2-39/+33
offset, rename size to alloc. (objdump_sprintf): Avoid unnecessary copies in the common case (disassemble_bytes): Keep sfile live throughout the function. Adjust usage appropriately.
2004-03-10 * MAINTAINERS: Update my mail address.Ben Elliston2-3/+7
2004-03-08Honour the PRIVATE keywordNick Clifton5-73/+98
2004-02-27 * ar.c (main): Support POSIX-compatible argument parsing.Andreas Schwab4-84/+145
testsuite: * binutils-all/ar.exp (argument_parsing): New test.
2004-02-23(process_mips_specific): Print conflictsno as an unsigned long.Nick Clifton2-2/+7
2004-02-21* dlltool.c (gen_exp_file): Always output names for forwarded symbols.Christopher Faylor2-6/+10
2004-02-20 * ldgram.y (exp): Add two operand ALIGN.Nathan Sidwell1-1/+1
* ldexp.c (fold_binary): Add ALIGN_K case. * ld.texinfo (ALIGN): Document two operand version. * ld-scripts/align.{s,t,exp}: New.
2004-02-20 * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECTNathan Sidwell2-5/+9
systems.p
2004-02-19gas/Jakub Jelinek2-2/+6
* stabs.c (generate_asm_file): Avoid warning about use of uninitialized variable. binutils/ * objcopy.c (copy_section): Avoid warnings.
2004-02-15Use bfd_cache_close, instead of accessing bfd->iostream directly.Andrew Cagney3-3/+8
2004-01-29.Roland McGrath1-0/+4
2004-01-292004-01-21 Roland McGrath <roland@redhat.com>Roland McGrath1-7/+8
* readelf.c (get_note_type): Match NT_AUXV.
2004-01-20Update the copyright yearNick Clifton2-14/+18
2004-01-14* gettext.m4: Quote names of macros to be defined by AC_DEFUNMaciej W. Rozycki2-1/+8
throughout. * acinclude.m4: Quote names of macros to be defined by AC_DEFUN throughout. * aclocal.m4: Regenerate. * configure: Regenerate.
2004-01-13 * objcopy.c: Include elf-bfd.h.Jakub Jelinek2-1/+21
(is_strip_section): Don't strip debugging sections if STRIP_NONDEBUG. (setup_section): If STRIP_NONDEBUG make SEC_ALLOC sections ~(SEC_LOAD | SEC_HAS_CONTENTS) and on ELF targets also SHT_NOBITS. * objcopy.c (copy_section): Free relpp if relcount == 0.
2004-01-12Update copyright year.Ian Lance Taylor1-1/+1
2004-01-12 * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.Ian Lance Taylor2-1/+310
(stab_demangle_argtypes): Likewise. (stab_demangle_v3_argtypes): New static function. (stab_demangle_v3_arg): New static function.
2004-01-12Fix typo in comment in previous deltaNick Clifton1-1/+1
2004-01-12Do not produce any output if the output file will be emptyNick Clifton2-44/+108
2004-01-07Fix initialisation of debug_line_pointer_sizes array so that it is done as ↵Nick Clifton2-172/+169
needed
2004-01-02 * objcopy.c (filter_bytes): Delete. Move code to..Alan Modra2-19/+19
(copy_section): ..here. Simplify size adjustment. Divide section lma by interleave.
2004-01-02Add Russian translationNick Clifton4-2/+4908
2004-01-02Split ChangeLog files.Alan Modra5-5268/+5294
2003-12-31 * MAINTAINERS: Rename CONFIGURE to BUILD SYSTEM and add myself.Daniel Jacobowitz2-1/+6
2003-12-29Update pointer_size patchNick Clifton2-51/+130
2003-12-23* objcopy.c (bfd_flags_to_set, bfd_flags_to_clear): New variablesMaciej W. Rozycki3-4/+76
to handle flags for tweaking. (copy_options): New options: impure, pure, readonly-text, writable-text. (copy_usage, copy_object, command_line_switch): Handle the new options. * doc/binutils.texi: Document the new options.
2003-12-22 * objdump.c (disassemble_bytes): Subtract rel_offset from printedJakub Jelinek2-2/+10
reloc address. (disassemble_section): Set rel_offset to section->vma instead of pinfo->buffer_vma.
2003-12-19Add support for m32r-linux target, including a RELA ABI and PIC.Nick Clifton2-1/+5
2003-12-11Add --only-keep-debug to the --help output.Nick Clifton2-0/+7
2003-12-06Fia x comment typo.Kazu Hirata1-1/+1
2003-12-06 * ChangeLog-9197: Fix comment typos.Kazu Hirata8-9/+9
* coffgrok.c: Likewise. * filemode.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise. * prdbg.c: Likewise. * stabs.c: Likewise. * unwind-ia64.c: Likewise.
2003-12-04Do not copy the object if the output file's format cannot be set to that ofNick Clifton2-3/+19
the input file. If the input file's format is unknown, fail.
2003-12-03Add "msp" to list of expected architectures.Nick Clifton2-1/+5
2003-11-29 * cxxfilt.c (usage): Mention new -p/--no-params options.Ian Lance Taylor2-1/+6
2003-11-28 * Makefile.am (install-exec-local): Remove common term from stringAlan Modra5-100/+108
comparison. * Makefile.in: Regenerate. * doc/Makefile.am: Don't use $<. * doc/Makefile.in: Regenerate.
2003-11-27Ensure that we have write permission before overwriting a file.Nick Clifton2-6/+15
2003-11-26Add a comment describing the difference between readelf and objdump.Nick Clifton3-1/+31
2003-11-25 * doc/binutils.texi (dlltool): Document dlltool --temp-prefixDanny Smith3-2/+16
option. * dlltool.c (usage): Likewise.
2003-11-23 * cxxfilt.c (long_options): Add --no-params.Ian Lance Taylor3-1/+17
(main): Handle -p/--no-params. * doc/binutils.texi (c++filt): Document -p/--no-params.
2003-11-19 * objdump.c: Wrap long lines, init vars separately from decl.Alan Modra2-19/+47
(disassemble_section): Reset require_sec after call to find_symbol_for_address.
2003-11-14Add new field to disassemble_info structure: symbol_is_valid() and use it toNick Clifton2-53/+70
skip displaying arm elf mapping symbols in disassembly output.
2003-11-13Emit a warning when an archive is created (only shown with -v) in order toNick Clifton2-0/+7
confrom to POSIX specification.
2003-11-11Add new feature to objcopy/strip. The -w switch allows wildcards to be usedNick Clifton6-10/+97
in symbol names.