aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
2000-02-28 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor2-3/+12
* readelf.c (process_dynamic_segment): Add cast to make sure argument to %* is int.
2000-02-27rebuild with current toolsIan Lance Taylor4-1453/+1176
2000-02-26rebuildIan Lance Taylor1-1/+1
2000-02-262000-02-25 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+2
* configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2000-02-262000-02-25 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+5
* configure.in (AC_SEARCH_LIBS): Pass lm, not -lm.
2000-02-24Add support for WinCE targeted toolchains.Nick Clifton5-5/+47
2000-02-23Teach get_osabi_name about LinuxAlan Modra2-0/+5
2000-02-22Remove use of ELF_ST_OTHER.Nick Clifton2-6/+8
2000-02-22 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor2-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-21This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra2-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 fixFrank Ch. Eigler2-1/+4
2000-02-18 Frank Ch. Eigler <fche@redhat.com> * resrc.c: Remove unmatched #if for cygwin.
2000-02-142000-02-14 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser2-1/+6
* binutils.texi: Document the change of flavor name from atpcs-special to special-atpcs to prevent name conflict in gdb.
2000-02-08Fix bug in interlisting option, added --file-start-context option.Timothy Wall4-5/+29
2000-02-03octets vs bytes changes for binutilsTimothy Wall2-100/+117
2000-01-28Fix date.Andreas Schwab1-1/+1
2000-01-28Apply patch from Thomas de Lellis to allow nm to distinguish between weakNick Clifton3-7/+23
function symbols and weak data symbols.
2000-01-27Add ATPCS support to ARM disassembler.Nick Clifton2-7/+14
Document ARM disassembler options.
2000-01-27Add support for documenting target specific disassembler optionsNick Clifton2-0/+6
2000-01-26Most of these changes are really only cosmetic. The readelf.c patchAlan Modra2-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-20fix dll table lookup code for MotorolaNick Clifton1-14/+18
2000-01-17Detect ELFOSABI_ARM.Nick Clifton2-0/+5
2000-01-14Correct function return types for new and fussy gcc.Alan Modra4-9/+17
2000-01-13Fix description of EM_S370.Nick Clifton2-1/+6
2000-01-11Fix mistakes made about interpretation of ELF ABI specNick Clifton2-1/+5
2000-01-10Add NT_WIN32PSTATUS to list of recognised core notesNick Clifton2-0/+5
2000-01-07Apply Mumit Khan's patch to allow temporary file for process interconnectionNick Clifton5-24/+309
2000-01-05add year 2000 copyright noticeNick Clifton1-1/+1
2000-01-05Apply Mumit Khan's patch to remove 32 postfix from cygwin and mingwNick Clifton2-7/+10
2000-01-04Apply Mumit Khan's patch to implement --compat-implib command line switchNick Clifton2-21/+48
2000-01-03document --disassembler-options=force-thumbNick Clifton2-2/+13
1999-12-28Add decoding of new constants defined in Oct 4, 1999 draft of ELF ABI spec.Nick Clifton2-40/+196
1999-12-26 * strings.c (main): Correct handling of numeric argument.Ian Lance Taylor2-1/+5
1999-12-231999-12-23 Andrew Haley <aph@cygnus.com>Andrew Haley2-4/+9
* dlltool.c (mtable): mcore how_jtab_roff is 4 bytes into the jtab; was 8.
1999-12-17change default arm gas abi selection to 32Nick Clifton1-1/+1
1999-12-17Fix compile time warningsNick Clifton2-11/+29
1999-12-10Fix support for native 64bit ELF systemsNick Clifton2-0/+16
1999-12-09Pass -mpacs-26 by default to arm assembler.Nick Clifton2-7/+27
Add arm-epoc target support. Do no mangle null page entries.
1999-12-07fix typo in previous deltaNick Clifton1-12/+13
1999-12-07minor formatting changesNick Clifton1-25/+26
1999-12-07Fix compile time warnings & asupport more than 999 symbolsNick Clifton2-26/+33
1999-12-07Fix displaying 64bit ELF files.Nick Clifton2-86/+288
1999-11-25Applied Fred Fish's patch to fix decoding of core notes.Nick Clifton2-34/+61
1999-11-22Overhaul --help output.Nick Clifton2-31/+70
1999-11-21Overhaul --help outputNick Clifton3-96/+176
1999-11-03Chnage the default endianness for mcore to littleNick Clifton2-4/+6
1999-11-03clip shorts to prevent assembler warningsNick Clifton2-3/+9
1999-11-01expect thumb-pe and thumb-coff failuresNick Clifton2-1/+3
1999-11-01Expect arm-pe and arm-coff failure of the simple objcopy testNick Clifton2-0/+8
1999-10-281999-10-27 Fred Fish <fnf@cygnus.com>Ian Lance Taylor2-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-26Remove spurious test of exp_nameNick Clifton2-2/+5