summaryrefslogtreecommitdiff
path: root/binutils
Commit message (Collapse)AuthorAgeFilesLines
* * ar.c (main): Support POSIX-compatible argument parsing.Andreas Schwab2004-02-274-84/+145
| | | | | testsuite: * binutils-all/ar.exp (argument_parsing): New test.
* (process_mips_specific): Print conflictsno as an unsigned long.Nick Clifton2004-02-232-2/+7
|
* * dlltool.c (gen_exp_file): Always output names for forwarded symbols.Christopher Faylor2004-02-212-6/+10
|
* * ldgram.y (exp): Add two operand ALIGN.Nathan Sidwell2004-02-201-1/+1
| | | | | | * ldexp.c (fold_binary): Add ALIGN_K case. * ld.texinfo (ALIGN): Document two operand version. * ld-scripts/align.{s,t,exp}: New.
* * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECTNathan Sidwell2004-02-202-5/+9
| | | | systems.p
* gas/Jakub Jelinek2004-02-192-2/+6
| | | | | | | * stabs.c (generate_asm_file): Avoid warning about use of uninitialized variable. binutils/ * objcopy.c (copy_section): Avoid warnings.
* Use bfd_cache_close, instead of accessing bfd->iostream directly.Andrew Cagney2004-02-153-3/+8
|
* .Roland McGrath2004-01-291-0/+4
|
* 2004-01-21 Roland McGrath <roland@redhat.com>Roland McGrath2004-01-291-7/+8
| | | | * readelf.c (get_note_type): Match NT_AUXV.
* Update the copyright yearNick Clifton2004-01-202-14/+18
|
* * gettext.m4: Quote names of macros to be defined by AC_DEFUNMaciej W. Rozycki2004-01-142-1/+8
| | | | | | | | | throughout. * acinclude.m4: Quote names of macros to be defined by AC_DEFUN throughout. * aclocal.m4: Regenerate. * configure: Regenerate.
* * objcopy.c: Include elf-bfd.h.Jakub Jelinek2004-01-132-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.
* Update copyright year.Ian Lance Taylor2004-01-121-1/+1
|
* * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names.Ian Lance Taylor2004-01-122-1/+310
| | | | | | (stab_demangle_argtypes): Likewise. (stab_demangle_v3_argtypes): New static function. (stab_demangle_v3_arg): New static function.
* Fix typo in comment in previous deltaNick Clifton2004-01-121-1/+1
|
* Do not produce any output if the output file will be emptyNick Clifton2004-01-122-44/+108
|
* Fix initialisation of debug_line_pointer_sizes array so that it is done as ↵Nick Clifton2004-01-072-172/+169
| | | | needed
* * objcopy.c (filter_bytes): Delete. Move code to..Alan Modra2004-01-022-19/+19
| | | | | (copy_section): ..here. Simplify size adjustment. Divide section lma by interleave.
* Add Russian translationNick Clifton2004-01-024-2/+4908
|
* Split ChangeLog files.Alan Modra2004-01-025-5268/+5294
|
* * MAINTAINERS: Rename CONFIGURE to BUILD SYSTEM and add myself.Daniel Jacobowitz2003-12-312-1/+6
|
* Update pointer_size patchNick Clifton2003-12-292-51/+130
|
* * objcopy.c (bfd_flags_to_set, bfd_flags_to_clear): New variablesMaciej W. Rozycki2003-12-233-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.
* * objdump.c (disassemble_bytes): Subtract rel_offset from printedJakub Jelinek2003-12-222-2/+10
| | | | | | reloc address. (disassemble_section): Set rel_offset to section->vma instead of pinfo->buffer_vma.
* Add support for m32r-linux target, including a RELA ABI and PIC.Nick Clifton2003-12-192-1/+5
|
* Add --only-keep-debug to the --help output.Nick Clifton2003-12-112-0/+7
|
* Fia x comment typo.Kazu Hirata2003-12-061-1/+1
|
* * ChangeLog-9197: Fix comment typos.Kazu Hirata2003-12-068-9/+9
| | | | | | | | | | * coffgrok.c: Likewise. * filemode.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise. * prdbg.c: Likewise. * stabs.c: Likewise. * unwind-ia64.c: Likewise.
* Do not copy the object if the output file's format cannot be set to that ofNick Clifton2003-12-042-3/+19
| | | | the input file. If the input file's format is unknown, fail.
* Add "msp" to list of expected architectures.Nick Clifton2003-12-032-1/+5
|
* * cxxfilt.c (usage): Mention new -p/--no-params options.Ian Lance Taylor2003-11-292-1/+6
|
* * Makefile.am (install-exec-local): Remove common term from stringAlan Modra2003-11-285-100/+108
| | | | | | | comparison. * Makefile.in: Regenerate. * doc/Makefile.am: Don't use $<. * doc/Makefile.in: Regenerate.
* Ensure that we have write permission before overwriting a file.Nick Clifton2003-11-272-6/+15
|
* Add a comment describing the difference between readelf and objdump.Nick Clifton2003-11-263-1/+31
|
* * doc/binutils.texi (dlltool): Document dlltool --temp-prefixDanny Smith2003-11-253-2/+16
| | | | | option. * dlltool.c (usage): Likewise.
* * cxxfilt.c (long_options): Add --no-params.Ian Lance Taylor2003-11-233-1/+17
| | | | | (main): Handle -p/--no-params. * doc/binutils.texi (c++filt): Document -p/--no-params.
* * objdump.c: Wrap long lines, init vars separately from decl.Alan Modra2003-11-192-19/+47
| | | | | (disassemble_section): Reset require_sec after call to find_symbol_for_address.
* Add new field to disassemble_info structure: symbol_is_valid() and use it toNick Clifton2003-11-142-53/+70
| | | | skip displaying arm elf mapping symbols in disassembly output.
* Emit a warning when an archive is created (only shown with -v) in order toNick Clifton2003-11-132-0/+7
| | | | confrom to POSIX specification.
* Add new feature to objcopy/strip. The -w switch allows wildcards to be usedNick Clifton2003-11-116-10/+97
| | | | in symbol names.
* * objdump.c: Revert rev 1.81 commit.Alan Modra2003-11-112-57/+57
|
* Remove "member" from verbose output of "-dv" in order to conform to POSIXNick Clifton2003-11-103-54/+63
| | | | specification.
* Expand and consolidate bug reporting details.Alan Modra2003-11-102-1/+62
|
* Use consistent error messages for missing files.Nick Clifton2003-11-0711-28/+108
| | | | Detect directories where an ordinary file is expected.
* Fix 'the the' typoNick Clifton2003-11-063-3/+8
|
* Do not dump the contents of SHT_NOBITS sections - they have no file spaceNick Clifton2003-10-302-1/+6
| | | | assigned to their contents.
* * readelf.c (dump_section): Don't display DEL characters.Alan Modra2003-10-272-1/+5
|
* * ChangeLog: Fix typos.Kazu Hirata2003-10-2718-41/+62
| | | | | | | | | | | | | | | | | | | | * ChangeLog-9197: Likewise. * ChangeLog-9899: Likewise. * NEWS: Likewise. * ar.c: Fix comment typos. * arsup.c: Likewise. * coffgrok.c: Likewise. * debug.c: Likewise. * debug.h: Likewise. * dlltool.c: Likewise. * ieee.c: Likewise. * nm.c: Likewise. * objdump.c: Likewise. * prdbg.c: Likewise. * readelf.c: Likewise. * resrc.c: Likewise. * sysinfo.y: Likewise. * windres.c: Likewise.
* Do not complain when copying a file format that does not support relocations.Nick Clifton2003-10-272-4/+23
|
* Set the machine number as well as the architecture when converting from aNick Clifton2003-10-212-3/+13
| | | | binary file to another file type.