Age | Commit message (Expand) | Author | Files | Lines |
2006-02-28 | * objcopy.c (use_alt_mach_code): Change type to unsigned long. | Nick Clifton | 1 | -9/+21 |
2006-01-30 | * objcopy.c (copy_object): Catch the case where an attempt is made to add a | Nick Clifton | 1 | -4/+14 |
2006-01-18 | PR binutils/1391 | Nick Clifton | 1 | -1/+45 |
2006-01-10 | * objcopy.c (copy_object): Fix thinko. | Alan Modra | 1 | -8/+5 |
2006-01-10 | * objcopy.c (copy_object): Set isympp and osympp to NULL after free. | Alan Modra | 1 | -2/+8 |
2005-11-15 | binutils/ | Jan Beulich | 1 | -1/+18 |
2005-10-12 | Remove spurious checking of a potential, but untested patch. | Nick Clifton | 1 | -7/+0 |
2005-10-11 | PR binutils/1437 | Nick Clifton | 1 | -0/+7 |
2005-10-03 | * addr2line.c (usage): Document @file. | Mark Mitchell | 1 | -0/+1 |
2005-09-30 | * addr2line.c (main): Likewise. | Mark Mitchell | 1 | -0/+2 |
2005-07-04 | PR 1004 | Alan Modra | 1 | -43/+26 |
2005-06-14 | 2005-06-14 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -18/+106 |
2005-05-08 | Update FSF address | Nick Clifton | 1 | -2/+2 |
2005-05-06 | binutils/ | Jan Beulich | 1 | -7/+4 |
2005-04-25 | PR872 | Nick Clifton | 1 | -0/+1 |
2005-04-25 | Oops - forgot one place where -K is documented. | Nick Clifton | 1 | -1/+1 |
2005-04-25 | * objcopy.c (copy_usage): Fix description of -K switch. | Nick Clifton | 1 | -1/+1 |
2005-04-15 | Issue an error message when attmepting to copy an empty input file. | Nick Clifton | 1 | -0/+1 |
2005-03-15 | Add new switch --globalize-symbol to convert local symbols into globals. | Nick Clifton | 1 | -15/+43 |
2005-03-03 | update copyright dates | Alan Modra | 1 | -1/+1 |
2005-03-02 | bfd/ | Jan Beulich | 1 | -2/+2 |
2005-02-22 | bfd/ | H.J. Lu | 1 | -1/+1 |
2004-12-16 | binutils/ | Jan Beulich | 1 | -0/+23 |
2004-10-18 | strings.c (usage): Place radix values for -t option into the correct order. | Nick Clifton | 1 | -5/+5 |
2004-07-21 | bfd/ | H.J. Lu | 1 | -1/+1 |
2004-06-24 | bfd/ | Alan Modra | 1 | -2/+0 |
2004-06-15 | * objcopy.c (copy_section): Use bfd_get_section_size instead of | Alan Modra | 1 | -4/+3 |
2004-05-17 | binutils ChangeLog: | Bob Wilson | 1 | -0/+29 |
2004-04-27 | * objcopy.c (copy_usage, strip_usage): Fix spelling. | Alan Modra | 1 | -2/+2 |
2004-02-19 | gas/ | Jakub Jelinek | 1 | -2/+2 |
2004-01-13 | * objcopy.c: Include elf-bfd.h. | Jakub Jelinek | 1 | -1/+11 |
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 | 1 | -44/+101 |
2004-01-02 | * objcopy.c (filter_bytes): Delete. Move code to.. | Alan Modra | 1 | -19/+13 |
2003-12-23 | * objcopy.c (bfd_flags_to_set, bfd_flags_to_clear): New variables | Maciej W. Rozycki | 1 | -4/+45 |
2003-12-11 | Add --only-keep-debug to the --help output. | Nick Clifton | 1 | -0/+2 |
2003-12-06 | * ChangeLog-9197: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-04 | Do not copy the object if the output file's format cannot be set to that of | Nick Clifton | 1 | -3/+13 |
2003-11-11 | Add new feature to objcopy/strip. The -w switch allows wildcards to be used | Nick Clifton | 1 | -5/+37 |
2003-11-07 | Use consistent error messages for missing files. | Nick Clifton | 1 | -23/+28 |
2003-10-27 | Do not complain when copying a file format that does not support relocations. | Nick Clifton | 1 | -4/+17 |
2003-10-21 | Set the machine number as well as the architecture when converting from a | Nick Clifton | 1 | -3/+8 |
2003-08-05 | * objcopy.c: Remove unnecessary prototypes and casts. | Alan Modra | 1 | -121/+67 |
2003-07-23 | Tidy up code. Switch to ISO C | Nick Clifton | 1 | -198/+138 |
2003-06-27 | Fix --add-gnu-debuglink | Nick Clifton | 1 | -1/+17 |
2003-06-26 | Add --only-keep-debug switch | Nick Clifton | 1 | -3/+28 |
2003-06-12 | Add new switch to objcopy: --add-gnu-debuglink=<file> | Nick Clifton | 1 | -70/+72 |
2003-06-02 | * objcopy.c (redefine_list_append): Add an argument that | Jason Thorpe | 1 | -8/+125 |
2003-05-13 | Treat identical src/dst file names as if only one entered. One Windows | Nick Clifton | 1 | -3/+4 |
2003-03-24 | Add --info command line switch | Nick Clifton | 1 | -5/+34 |