Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-23 | (process_mips_specific): Print conflictsno as an unsigned long. | Nick Clifton | 2 | -2/+7 | |
2004-02-21 | * dlltool.c (gen_exp_file): Always output names for forwarded symbols. | Christopher Faylor | 2 | -6/+10 | |
2004-02-20 | * ldgram.y (exp): Add two operand ALIGN. | Nathan Sidwell | 1 | -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_CORRECT | Nathan Sidwell | 2 | -5/+9 | |
systems.p | |||||
2004-02-19 | gas/ | Jakub Jelinek | 2 | -2/+6 | |
* stabs.c (generate_asm_file): Avoid warning about use of uninitialized variable. binutils/ * objcopy.c (copy_section): Avoid warnings. | |||||
2004-02-15 | Use bfd_cache_close, instead of accessing bfd->iostream directly. | Andrew Cagney | 3 | -3/+8 | |
2004-01-29 | . | Roland McGrath | 1 | -0/+4 | |
2004-01-29 | 2004-01-21 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -7/+8 | |
* readelf.c (get_note_type): Match NT_AUXV. | |||||
2004-01-20 | Update the copyright year | Nick Clifton | 2 | -14/+18 | |
2004-01-14 | * gettext.m4: Quote names of macros to be defined by AC_DEFUN | Maciej W. Rozycki | 2 | -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 Jelinek | 2 | -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-12 | Update copyright year. | Ian Lance Taylor | 1 | -1/+1 | |
2004-01-12 | * stabs.c (parse_stab_argtypes): Handle g++ ABI version 3 names. | Ian Lance Taylor | 2 | -1/+310 | |
(stab_demangle_argtypes): Likewise. (stab_demangle_v3_argtypes): New static function. (stab_demangle_v3_arg): New static function. | |||||
2004-01-12 | Fix typo in comment in previous delta | Nick Clifton | 1 | -1/+1 | |
2004-01-12 | Do not produce any output if the output file will be empty | Nick Clifton | 2 | -44/+108 | |
2004-01-07 | Fix initialisation of debug_line_pointer_sizes array so that it is done as ↵ | Nick Clifton | 2 | -172/+169 | |
needed | |||||
2004-01-02 | * objcopy.c (filter_bytes): Delete. Move code to.. | Alan Modra | 2 | -19/+19 | |
(copy_section): ..here. Simplify size adjustment. Divide section lma by interleave. | |||||
2004-01-02 | Add Russian translation | Nick Clifton | 4 | -2/+4908 | |
2004-01-02 | Split ChangeLog files. | Alan Modra | 5 | -5268/+5294 | |
2003-12-31 | * MAINTAINERS: Rename CONFIGURE to BUILD SYSTEM and add myself. | Daniel Jacobowitz | 2 | -1/+6 | |
2003-12-29 | Update pointer_size patch | Nick Clifton | 2 | -51/+130 | |
2003-12-23 | * objcopy.c (bfd_flags_to_set, bfd_flags_to_clear): New variables | Maciej W. Rozycki | 3 | -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 printed | Jakub Jelinek | 2 | -2/+10 | |
reloc address. (disassemble_section): Set rel_offset to section->vma instead of pinfo->buffer_vma. | |||||
2003-12-19 | Add support for m32r-linux target, including a RELA ABI and PIC. | Nick Clifton | 2 | -1/+5 | |
2003-12-11 | Add --only-keep-debug to the --help output. | Nick Clifton | 2 | -0/+7 | |
2003-12-06 | Fia x comment typo. | Kazu Hirata | 1 | -1/+1 | |
2003-12-06 | * ChangeLog-9197: Fix comment typos. | Kazu Hirata | 8 | -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-04 | Do not copy the object if the output file's format cannot be set to that of | Nick Clifton | 2 | -3/+19 | |
the input file. If the input file's format is unknown, fail. | |||||
2003-12-03 | Add "msp" to list of expected architectures. | Nick Clifton | 2 | -1/+5 | |
2003-11-29 | * cxxfilt.c (usage): Mention new -p/--no-params options. | Ian Lance Taylor | 2 | -1/+6 | |
2003-11-28 | * Makefile.am (install-exec-local): Remove common term from string | Alan Modra | 5 | -100/+108 | |
comparison. * Makefile.in: Regenerate. * doc/Makefile.am: Don't use $<. * doc/Makefile.in: Regenerate. | |||||
2003-11-27 | Ensure that we have write permission before overwriting a file. | Nick Clifton | 2 | -6/+15 | |
2003-11-26 | Add a comment describing the difference between readelf and objdump. | Nick Clifton | 3 | -1/+31 | |
2003-11-25 | * doc/binutils.texi (dlltool): Document dlltool --temp-prefix | Danny Smith | 3 | -2/+16 | |
option. * dlltool.c (usage): Likewise. | |||||
2003-11-23 | * cxxfilt.c (long_options): Add --no-params. | Ian Lance Taylor | 3 | -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 Modra | 2 | -19/+47 | |
(disassemble_section): Reset require_sec after call to find_symbol_for_address. | |||||
2003-11-14 | Add new field to disassemble_info structure: symbol_is_valid() and use it to | Nick Clifton | 2 | -53/+70 | |
skip displaying arm elf mapping symbols in disassembly output. | |||||
2003-11-13 | Emit a warning when an archive is created (only shown with -v) in order to | Nick Clifton | 2 | -0/+7 | |
confrom to POSIX specification. | |||||
2003-11-11 | Add new feature to objcopy/strip. The -w switch allows wildcards to be used | Nick Clifton | 6 | -10/+97 | |
in symbol names. | |||||
2003-11-11 | * objdump.c: Revert rev 1.81 commit. | Alan Modra | 2 | -57/+57 | |
2003-11-10 | Remove "member" from verbose output of "-dv" in order to conform to POSIX | Nick Clifton | 3 | -54/+63 | |
specification. | |||||
2003-11-10 | Expand and consolidate bug reporting details. | Alan Modra | 2 | -1/+62 | |
2003-11-07 | Use consistent error messages for missing files. | Nick Clifton | 11 | -28/+108 | |
Detect directories where an ordinary file is expected. | |||||
2003-11-06 | Fix 'the the' typo | Nick Clifton | 3 | -3/+8 | |
2003-10-30 | Do not dump the contents of SHT_NOBITS sections - they have no file space | Nick Clifton | 2 | -1/+6 | |
assigned to their contents. | |||||
2003-10-27 | * readelf.c (dump_section): Don't display DEL characters. | Alan Modra | 2 | -1/+5 | |
2003-10-27 | * ChangeLog: Fix typos. | Kazu Hirata | 18 | -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. | |||||
2003-10-27 | Do not complain when copying a file format that does not support relocations. | Nick Clifton | 2 | -4/+23 | |
2003-10-21 | Set the machine number as well as the architecture when converting from a | Nick Clifton | 2 | -3/+13 | |
binary file to another file type. | |||||
2003-10-20 | 2003-10-19 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2 | -1/+6 | |
* targets.c: Replace "struct sec" with "struct bfd_section" * syms.c, sparclynx.c, section.c, opncls.c: Ditto. * libcoff-in.h, libbfd-in.h, elfxx-target.h: Ditto. * elf.c, coffgen.c, bfd.c, bfd-in.h, aoutf1.h: Ditto. * aout-tic30.c, aout-target.h: * bfd-in2.h, libcoff.h, libbfd.h: Regenerate. Index: binutils/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * coffgrok.h (coff_section): Replace 'struct sec" with "struct bfd_section". Index: gdb/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * symtab.c: Replace "struct sec" with "struct bfd_section". * objfiles.c, linespec.c, blockframe.c, block.c: Ditto. Index: ld/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * pe-dll.c: Replace "struct sec" with "struct bfd_section". Index: sim/common/ChangeLog 2003-10-19 Andrew Cagney <cagney@redhat.com> * sim-base.h: Replace "struct sec" with "struct bfd_section". |