aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
2000-11-06Add GNU Free Documentation LicenseNick Clifton12-181/+4134
2000-11-05Remove extraneous whitepacesNick Clifton1-52/+52
2000-11-05*** empty log message ***Nick Clifton1-1/+4
2000-11-03Fix readelf -S and readelf -s tests for MIPS and v850Nick Clifton5-17/+73
2000-11-03Add --srec-len and --srec-forceS3 switches to objcopyNick Clifton6-328/+384
2000-11-01Add Eric Christopher as maintainer for MN10300Nick Clifton2-1/+2
2000-10-31Add Jim Wilson as Maintainer for IA64 code.Nick Clifton2-6/+12
2000-10-25 * binutils-all/readelf.exp (-wi test): Add cris-*-* to xfails.Hans-Peter Nilsson2-1/+5
2000-10-19(readelf -S test, readelf -s test): Expect mips*-*-* to fail.Nick Clifton2-4/+13
2000-10-12* Make comma after string after icon/control optional.DJ Delorie2-6/+52
2000-09-30* ltconfig, ltmain.sh, libtool.m4: Updated from libtoolAlexandre Oliva1-265/+255
multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts.
2000-09-14Add support for the MIPS32Nick Clifton3-0/+18
2000-09-08Add Stephane CarrezNick Clifton2-0/+5
2000-09-072000-09-07 H.J. Lu <hjl@gnu.org>H.J. Lu3-458/+475
* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. * configure: Rebuild.
2000-09-06* configure: Rebuilt with new libtool.m4.Alexandre Oliva2-239/+235
2000-09-06Regenerate files using fixed aclocal install.Nick Clifton4-582/+242
2000-09-05Fix capitalizationDJ Delorie1-1/+1
2000-09-052000-09-04 Todd Vierling <tv@wasabisystems.com>David O'Brien2-1/+5
* strip.1: Fix stray '\' in -o formatting. Approved by: Philip Blundell <pb@tazenda.demon.co.uk> Message-Id: <E13W4RF-0002HU-00@kings-cross.london.uk.eu.org>
2000-09-03Fix date ordering of entriesNick Clifton1-4/+4
2000-09-02Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton7-420/+837
ability to support removal of duplciate DWARF@ debug information.
2000-08-31* acinclude.m4: Include libtool and gettext macros from theAlexandre Oliva4-1082/+880
top level. * aclocal.m4, configure: Rebuilt.
2000-08-30* resrc.c (close_input_stream): delete extraneous logicDJ Delorie2-6/+4
2000-08-24 * NEWS: Mention support for CRIS.Hans-Peter Nilsson2-0/+6
2000-08-21Changed email address of Ulrich LautherNick Clifton2-2/+6
2000-08-182000-08-17 Christopher C. Chimelis <chris@debian.org>H.J. Lu2-1/+5
* objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
2000-08-17Catch and warn about attempts to display debug information for version 1 ↵Nick Clifton2-1/+20
aranges.
2000-08-14Silently accept -d as an alias for -g for compatability with old BSD systems.Nick Clifton2-1/+7
2000-08-142000-08-14 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt2-0/+6
* NEWS: Mention i860 support.
2000-08-122000-08-11 Carlo Wood <carlo@alinoe.com>H.J. Lu2-1/+5
* addr2line.c (main): Add const to char *.
2000-08-11* ar.c (main): Don't crash if called with no argumentsGeoffrey Keating2-1/+6
or only '-X32_64' as an argument.
2000-08-082000-08-05 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt2-0/+12
* readelf.c (elf/i860.h): Include. (dump_relocations): Add recognition of i860 architecture. (guess_is_rela): Add recognition of i860 architecture.
2000-08-03Add info about CGEN maintainersNick Clifton2-0/+19
2000-08-02* resrc.c: use "gcc -xc" instead of -xc-headerDJ Delorie2-1/+5
2000-07-28Added myself as the i860 maintainer.Jason Eckhardt1-0/+1
2000-07-27* nm.c (main): Ignore '-X32_64' as an option.Geoffrey Keating4-5/+48
* ar.c (main): Likewise. * binutils.texi (nm): Document new option. (ar): Likewise.
2000-07-23(external_coff_symbol_p): K&R-ise.Alan Modra2-1/+6
2000-07-212000-07-20 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+6
* binutils/binutils.texi: Put back "@end table" deleted by accident.
2000-07-20Add optional style argument to --demangle switch.Nick Clifton5-20/+73
2000-07-20 * MAINTAINERS: Add self as CRIS port maintainer.Hans-Peter Nilsson6-318/+356
* readelf.c: Include elf/cris.h. (guess_is_rela): Handle EM_CRIS. (dump_relocations): Ditto. (get_machine_name): Ditto. * Makefile.am: Rebuild dependencies. * Makefile.in: Regenerate. * po/binutils.pot: Regenerate.
2000-07-202000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu2-5/+38
* readelf.c (get_dynamic_type): Change "AUXILARY" to "AUXILIARY". (process_dynamic_segment): Print out strings for DT_CONFIG, DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2000-07-20Change output of `nm --help' to include a description of the purpose of theNick Clifton3-116/+177
program and a detailed description of the accepted options.
2000-07-192000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu2-3/+8
* readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB to DF_1_NODEFLIB.
2000-07-192000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu2-4/+5
* readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2000-07-192000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+42
* readelf.c (get_dynamic_type): Change DT_FEATURE_1 to DT_FEATURE. (process_dynamic_segment): Likewise. * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT, DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM. (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB, DF_1_NODUMP and DF_1_CONLFAT.
2000-07-19Fix typos.Alan Modra1-26/+26
2000-07-18Fix spelling typo.Nick Clifton2-1/+5
2000-07-12* objdump.c (usage): Make output of `objdump --help' moreMark Kettenis2-33/+40
consistent with the rest of the GNU world. Add a line describing the purpose of the program.
2000-07-11Add myself as SPARC maintainer.Jakub Jelinek1-0/+1
2000-07-10Remove some of the hppa testsuite fudges for hppa-linux.Alan Modra2-4/+10
2000-07-10Warning fixes.Alan Modra3-12/+27