Commit Graph

324 Commits

Author SHA1 Message Date
Christopher Faylor 04847a4d3e * defparse.y (opt_equal_name): allow "." in name.
* dlltool.c (def_exports): Added ability to generate forwarded exports.
(gen_exp_file): Likewise.
2001-03-14 02:56:45 +00:00
Nick Clifton 8c2bc6877d Fix typos in ChangeLogs and update copyright notices 2001-03-13 06:43:59 +00:00
Nick Clifton 43a0748c78 Add --binary-architecture switch to objcopy to allow the output architecture
to be set when the input file type is binary.
2001-03-13 00:08:35 +00:00
Nick Clifton b7498e0ef0 Handle EM_S390_OLD. 2001-03-12 23:35:23 +00:00
Nick Clifton a59e3bd746 Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro. 2001-02-28 19:40:12 +00:00
Phil Blundell a5bcd848ff 2001-02-28 Philip Blundell <pb@futuretv.com>
* 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.
2001-02-28 10:15:57 +00:00
Alan Modra 27b7e12d2d Bump version to 2.11.90, fix missing dependencies in bfd/,
and run "make dep-am".
2001-02-27 06:43:56 +00:00
Nick Clifton e135f41bc2 Add PDP-11 support 2001-02-18 23:33:11 +00:00
Nick Clifton a9f1078629 Add obvious fix rule 2001-02-14 18:49:56 +00:00
H.J. Lu 9a580d9af6 2001-02-11 H.J. Lu <hjl@gnu.org>
* 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 ().
2001-02-12 00:21:59 +00:00
Michael Sokolov 3c44da9aef * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string
literal concatenation.
2001-02-11 23:13:38 +00:00
Michael Sokolov ecd0338944 * readelf.c (struct unw_aux_info): Remove const from the info member.
(process_unwind): Don't type-cast the third argument to the
	GET_DATA_ALLOC macro.
2001-02-11 23:11:39 +00:00
Nick Clifton 88ec60c7e0 fix seg fault in reloc reading code 2001-02-11 22:14:01 +00:00
Nick Clifton f5e2196691 Document new --unwind option to readelf. 2001-02-10 22:20:55 +00:00
Nick Clifton a85d7ed0f0 Add s390 support 2001-02-10 00:58:38 +00:00
Alan Modra 7bb10502ed Don't #ifdef inside printf in case printf is a macro. 2001-02-09 16:33:21 +00:00
Hans-Peter Nilsson 8ca8f343f9 * acinclude.m4 (AM_PROG_LEX): Override installed definition.
* aclocal.m4: Regenerate.
	* configure: Regenerate.
2001-02-08 06:01:31 +00:00
Nick Clifton 7340082dc8 Change bfd_target_vector from an array to a pointer 2001-02-07 23:16:22 +00:00
Nick Clifton 4d6ed7c8ce Add -u option toi readelf to display unwind info.
Add support to display unwind info for IA64 binaries.
2001-02-07 19:41:03 +00:00
Phil Blundell c7217458cb 2001-02-04 Philip Blundell <philb@gnu.org>
* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'.
	* configure: Regenerate.
2001-02-04 16:37:03 +00:00
Alan Modra 956eedd4dc Another HAVE_DOS_BASED_FILE_SYSTEM check. 2001-01-31 06:02:18 +00:00
Alan Modra c7f2731ef2 Don't check for backslashes in file names
unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2001-01-24 04:36:05 +00:00
Alan Modra 8855cbcaee * stabs.c: Update copyright. Include "filenames.h".
(parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2001-01-24 02:34:07 +00:00
Jakub Jelinek 329de80343 s/11/01/ 2001-01-23 13:51:03 +00:00
Jakub Jelinek 00d93f3435 * readelf.c (process_version_sections): Check if VERDEF or VERNEED
sections are present before using them.  Remove code duplication.
	(process_symbol_table): Check if VERDEF or VERNEED sections are
	present before using them.
2001-01-23 13:49:37 +00:00
Nick Clifton 18356cf280 oops - omitted from previous delta 2001-01-18 00:18:50 +00:00
Nick Clifton 23719f397d Stop objcopy trying to convert endianness. 2001-01-18 00:17:43 +00:00
Nick Clifton f726e84968 oops - fix typo 2001-01-16 23:23:23 +00:00
Nick Clifton d40ac9bde2 Prevent seg fault with corrupt section name indicies 2001-01-16 23:22:44 +00:00
Nick Clifton d1abceec08 Fix expected result from readellf -s with 64 bit binaries 2001-01-16 18:27:01 +00:00
Nick Clifton d0398d6ac6 Update copyright date to 2001 2001-01-12 18:01:56 +00:00
Nick Clifton 0d2bcfafbf Updated ARC assembler from arccores.com 2001-01-11 21:20:20 +00:00
Nick Clifton 2f6d2f8520 Rotate ChangeLogs 2001-01-11 19:01:42 +00:00
Nick Clifton 34cc70e3ee fix spelling typoi 2001-01-09 20:25:57 +00:00
Nick Clifton 8b1e6df337 Add OBJDUMP_DEFS to configure and makefile
Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set.
2001-01-09 20:25:31 +00:00
Phil Blundell 2f952d2010 Update address for bug reports. 2001-01-07 15:04:21 +00:00
Nick Clifton a8c548cb0c Add missing support for arm-epoc-pe. 2000-12-19 22:22:02 +00:00
Nick Clifton cc5fda35d5 Add Diego Novillo. 2000-12-16 01:28:21 +00:00
Nick Clifton bcedfee6be Add EM_X86_64. 2000-12-12 20:58:46 +00:00
Nick Clifton 584da044d9 Fix formatting. 2000-12-12 19:36:32 +00:00
Jan Hubicka b8355149f8 * NEWS: Add note about x86_64 architecture.
* MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2000-12-11 13:49:46 +00:00
Nick Clifton 968fa2cc73 Add tic54x and tms320c54x to expected cpus list. 2000-12-09 23:33:24 +00:00
Andrew Haley a98cc2b2fd 2000-12-07 Andrew Haley <aph@redhat.com>
* readelf.c (display_debug_frames): Only display columns that are
        referenced by the frame debug info.
2000-12-08 17:25:47 +00:00
Nick Clifton c7987a6946 Add Jason Merrill as DWARF2 maintainer. 2000-12-05 18:24:37 +00:00
Jason Merrill 09fd7e3854 * readelf.c (process_section_headers): Handle linkonce.wi sections.
(display_debug_section): Likewise.
        (display_debug_info): Display CU header before bailing.
2000-12-04 16:34:44 +00:00
Nick Clifton c6c98b3833 Add MIPS SB1 machine 2000-12-02 01:10:33 +00:00
Nick Clifton 84ea6cf2c5 Add MIPS V and MIPS 64 machine numbers 2000-12-02 00:55:22 +00:00
Nick Clifton e7af610e14 Add MIPS32 as a seperate MIPS architecture 2000-12-01 21:35:38 +00:00
DJ Delorie 75066968bd * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value. 2000-11-30 15:35:54 +00:00
Hans-Peter Nilsson 08c404a59c Change sourceware.cygnus.com to sources.redhat.com.
Fix typo for "amongst".
2000-11-28 23:10:05 +00:00