summaryrefslogtreecommitdiffstats
path: root/binutils
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing support for arm-epoc-pe.Nick Clifton2000-12-198-514/+587
|
* Add Diego Novillo.Nick Clifton2000-12-162-0/+6
|
* Add EM_X86_64.Nick Clifton2000-12-123-315/+329
|
* Fix formatting.Nick Clifton2000-12-123-371/+394
|
* * NEWS: Add note about x86_64 architecture.Jan Hubicka2000-12-112-0/+6
| | | | * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
* Add tic54x and tms320c54x to expected cpus list.Nick Clifton2000-12-092-1/+6
|
* 2000-12-07 Andrew Haley <aph@redhat.com>Andrew Haley2000-12-082-39/+150
| | | | | * readelf.c (display_debug_frames): Only display columns that are referenced by the frame debug info.
* Add Jason Merrill as DWARF2 maintainer.Nick Clifton2000-12-052-0/+5
|
* * readelf.c (process_section_headers): Handle linkonce.wi sections.Jason Merrill2000-12-042-13/+25
| | | | | (display_debug_section): Likewise. (display_debug_info): Display CU header before bailing.
* Add MIPS SB1 machineNick Clifton2000-12-022-0/+4
|
* Add MIPS V and MIPS 64 machine numbersNick Clifton2000-12-022-0/+9
|
* Add MIPS32 as a seperate MIPS architectureNick Clifton2000-12-013-315/+359
|
* * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.DJ Delorie2000-11-302-1/+5
|
* Change sourceware.cygnus.com to sources.redhat.com.Hans-Peter Nilsson2000-11-282-3/+5
| | | | Fix typo for "amongst".
* * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.Hans-Peter Nilsson2000-11-282-0/+6
|
* Move GNU Free Documentation License from the output into a commentNick Clifton2000-11-2811-3616/+3656
|
* * binutils-all/readelf.s: Adjust to readelf.c formatting changes.Hans-Peter Nilsson2000-11-282-11/+16
|
* oops, forgot a semicolonDJ Delorie2000-11-271-1/+1
|
* * readelf.c (usage): Add -wf (--debug-dump=frames) option.DJ Delorie2000-11-273-5/+501
| | | | | | | | | | (parse_args): Support -wf option. (process_section_headers): Ditto. (debug_displays): Ditto. (display_debug_frames): New, dump *_frame sections. (frame_need_space): Support for above. (frame_display_row): Ditto. * binutils.texi: Document it.
* Add ARM v5t, v5te and XScale supportNick Clifton2000-11-252-2/+9
|
* Add new machien types and section flagsNick Clifton2000-11-222-4/+24
|
* 2000-11-20 H.J. Lu <hjl@gnu.org>H.J. Lu2000-11-202-1/+6
| | | | | * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to ELFOSABI_AIX.
* * readelf.c (display_debug_lines): Adjust last change toRichard Henderson2000-11-192-2/+7
| | | | use sizeof (external->li_length).
* * readelf.c (display_debug_lines): Fix section length checkRichard Henderson2000-11-172-2/+7
| | | | and end_of_sequence computation.
* Add GNU Free Documentation LicenseNick Clifton2000-11-0612-181/+4134
|
* Remove extraneous whitepacesNick Clifton2000-11-051-52/+52
|
* *** empty log message ***Nick Clifton2000-11-051-1/+4
|
* Fix readelf -S and readelf -s tests for MIPS and v850Nick Clifton2000-11-035-17/+73
|
* Add --srec-len and --srec-forceS3 switches to objcopyNick Clifton2000-11-036-328/+384
|
* Add Eric Christopher as maintainer for MN10300Nick Clifton2000-11-012-1/+2
|
* Add Jim Wilson as Maintainer for IA64 code.Nick Clifton2000-10-312-6/+12
|
* * binutils-all/readelf.exp (-wi test): Add cris-*-* to xfails.Hans-Peter Nilsson2000-10-252-1/+5
|
* (readelf -S test, readelf -s test): Expect mips*-*-* to fail.Nick Clifton2000-10-192-4/+13
|
* * Make comma after string after icon/control optional.DJ Delorie2000-10-122-6/+52
|
* * ltconfig, ltmain.sh, libtool.m4: Updated from libtoolAlexandre Oliva2000-09-301-265/+255
| | | | | multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts.
* Add support for the MIPS32Nick Clifton2000-09-143-0/+18
|
* Add Stephane CarrezNick Clifton2000-09-082-0/+5
|
* 2000-09-07 H.J. Lu <hjl@gnu.org>H.J. Lu2000-09-073-458/+475
| | | | | * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. * configure: Rebuild.
* * configure: Rebuilt with new libtool.m4.Alexandre Oliva2000-09-062-239/+235
|
* Regenerate files using fixed aclocal install.Nick Clifton2000-09-064-582/+242
|
* Fix capitalizationDJ Delorie2000-09-051-1/+1
|
* 2000-09-04 Todd Vierling <tv@wasabisystems.com>David O'Brien2000-09-052-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>
* Fix date ordering of entriesNick Clifton2000-09-031-4/+4
|
* Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton2000-09-027-420/+837
| | | | ability to support removal of duplciate DWARF@ debug information.
* * acinclude.m4: Include libtool and gettext macros from theAlexandre Oliva2000-08-314-1082/+880
| | | | | top level. * aclocal.m4, configure: Rebuilt.
* * resrc.c (close_input_stream): delete extraneous logicDJ Delorie2000-08-302-6/+4
|
* * NEWS: Mention support for CRIS.Hans-Peter Nilsson2000-08-242-0/+6
|
* Changed email address of Ulrich LautherNick Clifton2000-08-212-2/+6
|
* 2000-08-17 Christopher C. Chimelis <chris@debian.org>H.J. Lu2000-08-182-1/+5
| | | | * objdump.c (LONGEST_ARCH): Set to sizeof("powerpc:common").
* Catch and warn about attempts to display debug information for version 1 ↵Nick Clifton2000-08-172-1/+20
| | | | aranges.
OpenPOWER on IntegriCloud