summaryrefslogtreecommitdiffstats
path: root/binutils
Commit message (Collapse)AuthorAgeFilesLines
* * readelf.c (process_unwind): Remove const specifier.Alan Modra2001-05-072-1/+5
|
* Support printable characters outside of the ASCII rangeNick Clifton2001-04-272-2/+11
|
* Add openRISC support in opcodesNick Clifton2001-04-272-0/+6
|
* * dlltool.c (do_default_excludes): Initialise to true.DJ Delorie2001-04-172-1/+5
|
* * MAINTAINERS: Update my email addressAlan Modra2001-04-113-6/+10
| | | | * nm.c (print_symbol_info_bsd): Use a simple printf string.
* Fix address in ChangeLog entryHans-Peter Nilsson2001-04-051-1/+1
|
* * readelf.c (display_debug_lines): Fix typo for "Prologue".Hans-Peter Nilsson2001-04-052-1/+5
|
* 2001-03-30 H.J. Lu <hjl@gnu.org>H.J. Lu2001-03-312-2/+19
| | | | * binutils-all/readelf.exp: Run on more ELF targets.
* 2001-03-30 H.J. Lu <hjl@gnu.org>H.J. Lu2001-03-312-3/+7
| | | | * readelf.c (process_unwind): Just return if do_unwind is 0.
* * dlltool.c (make_one_lib_file): Fix section flags forDJ Delorie2001-03-302-10/+25
| | | | | .text, .data and .bss in stub ds*.o files to match those generated by gas.
* 2001-03-29 H.J. Lu <hjl@gnu.org>H.J. Lu2001-03-302-0/+11
| | | | | * readelf.c (process_unwind): Only do unwind sections for IA64.
* 2001-03-28 H.J. Lu <hjl@gnu.org>H.J. Lu2001-03-283-15/+6
| | | | | * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target. * Makefile.in: Regenerate.
* 2001-03-26 Andreas Jaeger <aj@suse.de>Andreas Jaeger2001-03-262-2/+6
| | | | | | | | * binutils.texi (nm): Fix texi syntax. 2001-03-26 Andreas Jaeger <aj@suse.de> * ld.texinfo (Overview): Fix syntax in texi code.
* Automate generate on man pagesNick Clifton2001-03-2518-5827/+5615
|
* * defparse.y (opt_equal_name): allow "." in name.Christopher Faylor2001-03-143-7/+41
| | | | | * dlltool.c (def_exports): Added ability to generate forwarded exports. (gen_exp_file): Likewise.
* Fix typos in ChangeLogs and update copyright noticesNick Clifton2001-03-1377-389/+470
|
* Add --binary-architecture switch to objcopy to allow the output architectureNick Clifton2001-03-134-4/+58
| | | | to be set when the input file type is binary.
* Handle EM_S390_OLD.Nick Clifton2001-03-122-0/+9
|
* Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro.Nick Clifton2001-02-282-2/+9
|
* 2001-02-28 Philip Blundell <pb@futuretv.com>Phil Blundell2001-02-282-10/+50
| | | | | | | * readelf.c (decode_ARM_machine_flags): Explicitly mention which ABI is in use; remove ambiguity between the "unknown" EABI and unrecognised ABIs. Handle version 2 ARM EABI. Update uses of renamed EF_xx constants.
* Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra2001-02-275-233/+247
| | | | and run "make dep-am".
* Add PDP-11 supportNick Clifton2001-02-183-306/+308
|
* Add obvious fix ruleNick Clifton2001-02-142-0/+15
|
* 2001-02-11 H.J. Lu <hjl@gnu.org>H.J. Lu2001-02-124-2/+33
| | | | | | | | | | * config/default.exp: Set up gcc_gas_flag. * binutils-all/objcopy.exp (copy_setup): Process gcc_gas_flag for Linux only. * binutils-all/testprog.c: Include <string.h> and don't use exit ().
* * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and stringMichael Sokolov2001-02-112-127/+129
| | | | literal concatenation.
* * readelf.c (struct unw_aux_info): Remove const from the info member.Michael Sokolov2001-02-112-3/+9
| | | | | (process_unwind): Don't type-cast the third argument to the GET_DATA_ALLOC macro.
* fix seg fault in reloc reading codeNick Clifton2001-02-112-2/+11
|
* Document new --unwind option to readelf.Nick Clifton2001-02-103-3/+13
|
* Add s390 supportNick Clifton2001-02-103-320/+331
|
* Don't #ifdef inside printf in case printf is a macro.Alan Modra2001-02-092-5/+8
|
* * acinclude.m4 (AM_PROG_LEX): Override installed definition.Hans-Peter Nilsson2001-02-084-10/+32
| | | | | * aclocal.m4: Regenerate. * configure: Regenerate.
* Change bfd_target_vector from an array to a pointerNick Clifton2001-02-074-7/+13
|
* Add -u option toi readelf to display unwind info.Nick Clifton2001-02-077-477/+2118
| | | | Add support to display unwind info for IA64 binaries.
* 2001-02-04 Philip Blundell <philb@gnu.org>Phil Blundell2001-02-043-2/+7
| | | | | * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'. * configure: Regenerate.
* Another HAVE_DOS_BASED_FILE_SYSTEM check.Alan Modra2001-01-312-1/+11
|
* Don't check for backslashes in file namesAlan Modra2001-01-242-32/+40
| | | | unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
* * stabs.c: Update copyright. Include "filenames.h".Alan Modra2001-01-242-15/+10
| | | | (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
* s/11/01/Jakub Jelinek2001-01-231-1/+1
|
* * readelf.c (process_version_sections): Check if VERDEF or VERNEEDJakub Jelinek2001-01-232-106/+28
| | | | | | sections are present before using them. Remove code duplication. (process_symbol_table): Check if VERDEF or VERNEED sections are present before using them.
* oops - omitted from previous deltaNick Clifton2001-01-181-3/+8
|
* Stop objcopy trying to convert endianness.Nick Clifton2001-01-182-1/+15
|
* oops - fix typoNick Clifton2001-01-161-0/+11
|
* Prevent seg fault with corrupt section name indiciesNick Clifton2001-01-161-7/+9
|
* Fix expected result from readellf -s with 64 bit binariesNick Clifton2001-01-162-3/+8
|
* Update copyright date to 2001Nick Clifton2001-01-122-2/+6
|
* Updated ARC assembler from arccores.comNick Clifton2001-01-112-1/+6
|
* Rotate ChangeLogsNick Clifton2001-01-113-7112/+7128
|
* fix spelling typoiNick Clifton2001-01-091-1/+1
|
* Add OBJDUMP_DEFS to configure and makefileNick Clifton2001-01-097-25/+71
| | | | Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set.
* Update address for bug reports.Phil Blundell2001-01-073-3/+9
|
OpenPOWER on IntegriCloud