Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-02-28 | From Brad Lucier <lucier@math.purdue.edu>: | Ian Lance Taylor | 2 | -3/+12 | |
* readelf.c (process_dynamic_segment): Add cast to make sure argument to %* is int. | |||||
2000-02-27 | rebuild with current tools | Ian Lance Taylor | 4 | -1453/+1176 | |
2000-02-26 | rebuild | Ian Lance Taylor | 1 | -1/+1 | |
2000-02-26 | 2000-02-25 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -2/+2 | |
* configure.in (AC_SEARCH_LIBS): Pass m, not -lm. | |||||
2000-02-26 | 2000-02-25 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -1/+5 | |
* configure.in (AC_SEARCH_LIBS): Pass lm, not -lm. | |||||
2000-02-24 | Add support for WinCE targeted toolchains. | Nick Clifton | 5 | -5/+47 | |
2000-02-23 | Teach get_osabi_name about Linux | Alan Modra | 2 | -0/+5 | |
2000-02-22 | Remove use of ELF_ST_OTHER. | Nick Clifton | 2 | -6/+8 | |
2000-02-22 | From Brad Lucier <lucier@math.purdue.edu>: | Ian Lance Taylor | 2 | -16/+25 | |
* readelf.c (process_version_sections): Add casts to make sure argument to %* is an int. (process_mips_specific): Add casts to make printf arguments match format. | |||||
2000-02-21 | This lot mainly cleans up `comparison between signed and unsigned' gcc | Alan Modra | 2 | -7/+15 | |
warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h. | |||||
2000-02-19 | * build fix | Frank Ch. Eigler | 2 | -1/+4 | |
2000-02-18 Frank Ch. Eigler <fche@redhat.com> * resrc.c: Remove unmatched #if for cygwin. | |||||
2000-02-14 | 2000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 2 | -1/+6 | |
* binutils.texi: Document the change of flavor name from atpcs-special to special-atpcs to prevent name conflict in gdb. | |||||
2000-02-08 | Fix bug in interlisting option, added --file-start-context option. | Timothy Wall | 4 | -5/+29 | |
2000-02-03 | octets vs bytes changes for binutils | Timothy Wall | 2 | -100/+117 | |
2000-01-28 | Fix date. | Andreas Schwab | 1 | -1/+1 | |
2000-01-28 | Apply patch from Thomas de Lellis to allow nm to distinguish between weak | Nick Clifton | 3 | -7/+23 | |
function symbols and weak data symbols. | |||||
2000-01-27 | Add ATPCS support to ARM disassembler. | Nick Clifton | 2 | -7/+14 | |
Document ARM disassembler options. | |||||
2000-01-27 | Add support for documenting target specific disassembler options | Nick Clifton | 2 | -0/+6 | |
2000-01-26 | Most of these changes are really only cosmetic. The readelf.c patch | Alan Modra | 2 | -8/+21 | |
fixes a thinko in get_dynamic_flags. I found at least one message string that included a `%' being passed to printf in the format argument. | |||||
2000-01-20 | fix dll table lookup code for Motorola | Nick Clifton | 1 | -14/+18 | |
2000-01-17 | Detect ELFOSABI_ARM. | Nick Clifton | 2 | -0/+5 | |
2000-01-14 | Correct function return types for new and fussy gcc. | Alan Modra | 4 | -9/+17 | |
2000-01-13 | Fix description of EM_S370. | Nick Clifton | 2 | -1/+6 | |
2000-01-11 | Fix mistakes made about interpretation of ELF ABI spec | Nick Clifton | 2 | -1/+5 | |
2000-01-10 | Add NT_WIN32PSTATUS to list of recognised core notes | Nick Clifton | 2 | -0/+5 | |
2000-01-07 | Apply Mumit Khan's patch to allow temporary file for process interconnection | Nick Clifton | 5 | -24/+309 | |
2000-01-05 | add year 2000 copyright notice | Nick Clifton | 1 | -1/+1 | |
2000-01-05 | Apply Mumit Khan's patch to remove 32 postfix from cygwin and mingw | Nick Clifton | 2 | -7/+10 | |
2000-01-04 | Apply Mumit Khan's patch to implement --compat-implib command line switch | Nick Clifton | 2 | -21/+48 | |
2000-01-03 | document --disassembler-options=force-thumb | Nick Clifton | 2 | -2/+13 | |
1999-12-28 | Add decoding of new constants defined in Oct 4, 1999 draft of ELF ABI spec. | Nick Clifton | 2 | -40/+196 | |
1999-12-26 | * strings.c (main): Correct handling of numeric argument. | Ian Lance Taylor | 2 | -1/+5 | |
1999-12-23 | 1999-12-23 Andrew Haley <aph@cygnus.com> | Andrew Haley | 2 | -4/+9 | |
* dlltool.c (mtable): mcore how_jtab_roff is 4 bytes into the jtab; was 8. | |||||
1999-12-17 | change default arm gas abi selection to 32 | Nick Clifton | 1 | -1/+1 | |
1999-12-17 | Fix compile time warnings | Nick Clifton | 2 | -11/+29 | |
1999-12-10 | Fix support for native 64bit ELF systems | Nick Clifton | 2 | -0/+16 | |
1999-12-09 | Pass -mpacs-26 by default to arm assembler. | Nick Clifton | 2 | -7/+27 | |
Add arm-epoc target support. Do no mangle null page entries. | |||||
1999-12-07 | fix typo in previous delta | Nick Clifton | 1 | -12/+13 | |
1999-12-07 | minor formatting changes | Nick Clifton | 1 | -25/+26 | |
1999-12-07 | Fix compile time warnings & asupport more than 999 symbols | Nick Clifton | 2 | -26/+33 | |
1999-12-07 | Fix displaying 64bit ELF files. | Nick Clifton | 2 | -86/+288 | |
1999-11-25 | Applied Fred Fish's patch to fix decoding of core notes. | Nick Clifton | 2 | -34/+61 | |
1999-11-22 | Overhaul --help output. | Nick Clifton | 2 | -31/+70 | |
1999-11-21 | Overhaul --help output | Nick Clifton | 3 | -96/+176 | |
1999-11-03 | Chnage the default endianness for mcore to little | Nick Clifton | 2 | -4/+6 | |
1999-11-03 | clip shorts to prevent assembler warnings | Nick Clifton | 2 | -3/+9 | |
1999-11-01 | expect thumb-pe and thumb-coff failures | Nick Clifton | 2 | -1/+3 | |
1999-11-01 | Expect arm-pe and arm-coff failure of the simple objcopy test | Nick Clifton | 2 | -0/+8 | |
1999-10-28 | 1999-10-27 Fred Fish <fnf@cygnus.com> | Ian Lance Taylor | 2 | -14/+52 | |
* objdump.c (display_bfd): Break into two functions. The actual dumping code moves to dump_bfd. If bfd is not unambiguously recognized as a bfd_object, attempt to dump it as a bfd_core. (dump_bfd): New function. | |||||
1999-10-26 | Remove spurious test of exp_name | Nick Clifton | 2 | -2/+5 | |