aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
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
1999-10-22Add default assembler switchhes on a per machine basis.Nick Clifton2-62/+80
Use machine target type when opening output bfd files.
1999-10-15 * ar.c (normalize): Fix full_pathname code.Ian Lance Taylor2-1/+5
1999-10-081999-10-08 Ben Elliston <bje@cygnus.com>Ian Lance Taylor2-14/+19
* binutils.texi: Some rewording and clarifications.
1999-10-041999-09-15 Ulrich Drepper <drepper@cygnus.com>Ulrich Drepper2-177/+405
* readelf.c (dynamic_segment_parisc_val): Print 0 for DLD_FLAGS if the value is zero. (process_symbol_table): Don't print histogram if hash table is empty. 1999-09-15 Ulrich Drepper <drepper@cygnus.com> * readelf.c (get_parisc_dynamic_type): Handle DT_HP_GST_* values. 1999-09-02 Ulrich Drepper <drepper@cygnus.com> * readelf.c (get_symbol_type): Add support for HPUX and PARISC specific symbol types. * readelf.c: Add HPUX and PARISC extensions to dynamic and program header table printing. * readelf.c (get_machine_flags): Add handling of PARISC.
1999-09-28* dlltool.c (scan_drectve_symbols): Handle type tags in exportedDJ Delorie2-4/+25
symbols. (scan_filtered_symbols): Likewise.
1999-09-19 * resrc.c (write_rc_rcdata): Fix local variable shadowingIan Lance Taylor3-34/+86
problem. If RCDATA_BUFFER data can be read as strings, modify code to print the strings as comments. * resres.c: Add casts to avoid warnings. (write_res_data, read_res_data): Don't put the program name in the error message; fatal already puts it there.
1999-09-19comment fixIan Lance Taylor1-1/+4
1999-09-14Fix problem with going to automake 2.14Michael Meissner3-2/+9
1999-09-14 * binutils-all/hppa/objdump.exp: Do not run for PA64.Jeff Law2-0/+9
1999-09-12 * ar.c (main): Clear output_file if we don't change the archive.Ian Lance Taylor2-3/+16
(delete_members, replace_members): Likewise.
1999-09-121999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor2-2/+10
* objdump.c (dump_headers): If wide_output, print Flags header.
1999-09-121999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor2-0/+7
* objdump.c (dump_section_header): Print any comdat information.
1999-09-121999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor4-11/+18
* objcopy.c (parse_flags): Handle "noload", "debug", and "share". * binutils.texi, objcopy.1: Document new flags.