aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2001-06-01* MAINTAINERS: Update my email address.Alan Modra1-0/+4
2001-05-30Add command line switches to objcopy to provide lists of symbols in filesNick Clifton1-0/+9
2001-05-28 * readelf.c (display_debug_frames): Fix warnings: Remove unusedAndreas Jaeger1-0/+5
variables, fix format strings.
2001-05-28Remove section VMA adjustment when computing the address of the line to show.Nick Clifton1-0/+5
2001-05-16 * readelf.c (do_debug_frames_interp): New.Richard Henderson1-0/+13
(byte_get_little_endian): If BFD64, always read entire 8-byte fields. (byte_get_big_endian): Likewise. (parse_args) ['F']: Set do_debug_frames_interp. (Frame_Chunk): Make data_factor signed, add fde_encoding. (frame_display_row): Don't trunc pc_begin to int. (size_of_encoded_value): New. (display_debug_frames): Handle 64-bit targets. Print raw data unless do_debug_frames_interp. (debug_displays): Remove duplicate .debug_frame.
2001-05-15Remove definition of EM_MIPS_RS4_BE. The constant was never in active useNick Clifton1-0/+6
and is used otherwise by the ABI.
2001-05-11 * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwindJakub Jelinek1-0/+5
sections as well. (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO to .gnu.linkonce.t.FOO text section. * readelf.c (process_unwind): Print all unwind sections, not just one. * config/tc-ia64.c (special_linkonce_name): New. (make_unw_section): Map .gnu.linkonce.t.FOO text section into .gnu.linkonce.ia64unw{,i}.FOO. (ia64_elf_section_type): Handle .gnu.linkonce.ia64unw{,i}.FOO. (dot_endp): Add comment about it. * elf/ia64.h (ELF_STRING_ia64_unwind_once): Define. (ELF_STRING_ia64_unwind_info_once): Define. * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Put .gnu.linkonce.ia64unw{,i} sections into corresponding .IA_64.unwind* output sections. * emulparams/elf64_aix.sh (OTHER_READONLY_SECTIONS): Likewise.
2001-05-07 * readelf.c (process_unwind): Remove const specifier.Alan Modra1-0/+4
2001-04-27Support printable characters outside of the ASCII rangeNick Clifton1-0/+6
2001-04-27Add openRISC support in opcodesNick Clifton1-0/+4
2001-04-17* dlltool.c (do_default_excludes): Initialise to true.DJ Delorie1-0/+4
2001-04-11 * MAINTAINERS: Update my email addressAlan Modra1-0/+5
* nm.c (print_symbol_info_bsd): Use a simple printf string.
2001-04-05Fix address in ChangeLog entryHans-Peter Nilsson1-1/+1
2001-04-05 * readelf.c (display_debug_lines): Fix typo for "Prologue".Hans-Peter Nilsson1-0/+4
2001-03-312001-03-30 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+4
* readelf.c (process_unwind): Just return if do_unwind is 0.
2001-03-30* dlltool.c (make_one_lib_file): Fix section flags forDJ Delorie1-0/+6
.text, .data and .bss in stub ds*.o files to match those generated by gas.
2001-03-302001-03-29 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+5
* readelf.c (process_unwind): Only do unwind sections for IA64.
2001-03-282001-03-28 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+5
* Makefile.am ($(srcdir)/dlltool.1): Remove the extra target. * Makefile.in: Regenerate.
2001-03-262001-03-26 Andreas Jaeger <aj@suse.de>Andreas Jaeger1-1/+5
* binutils.texi (nm): Fix texi syntax. 2001-03-26 Andreas Jaeger <aj@suse.de> * ld.texinfo (Overview): Fix syntax in texi code.
2001-03-25Automate generate on man pagesNick Clifton1-0/+11
2001-03-14* defparse.y (opt_equal_name): allow "." in name.Christopher Faylor1-0/+6
* dlltool.c (def_exports): Added ability to generate forwarded exports. (gen_exp_file): Likewise.
2001-03-13Fix typos in ChangeLogs and update copyright noticesNick Clifton1-8/+8
2001-03-13Add --binary-architecture switch to objcopy to allow the output architectureNick Clifton1-0/+9
to be set when the input file type is binary.
2001-03-12Handle EM_S390_OLD.Nick Clifton1-0/+6
2001-02-28Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro.Nick Clifton1-0/+7
2001-02-282001-02-28 Philip Blundell <pb@futuretv.com>Phil Blundell1-0/+7
* 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-27Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra1-0/+8
and run "make dep-am".
2001-02-14Add obvious fix ruleNick Clifton1-0/+4
2001-02-11 * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and stringMichael Sokolov1-0/+5
literal concatenation.
2001-02-11 * readelf.c (struct unw_aux_info): Remove const from the info member.Michael Sokolov1-1/+7
(process_unwind): Don't type-cast the third argument to the GET_DATA_ALLOC macro.
2001-02-11fix seg fault in reloc reading codeNick Clifton1-0/+6
2001-02-10Document new --unwind option to readelf.Nick Clifton1-0/+4
2001-02-10Add s390 supportNick Clifton1-0/+4
2001-02-09Don't #ifdef inside printf in case printf is a macro.Alan Modra1-0/+5
2001-02-08 * acinclude.m4 (AM_PROG_LEX): Override installed definition.Hans-Peter Nilsson1-0/+6
* aclocal.m4: Regenerate. * configure: Regenerate.
2001-02-07Change bfd_target_vector from an array to a pointerNick Clifton1-0/+6
2001-02-07Add -u option toi readelf to display unwind info.Nick Clifton1-0/+15
Add support to display unwind info for IA64 binaries.
2001-02-042001-02-04 Philip Blundell <philb@gnu.org>Phil Blundell1-0/+5
* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'. * configure: Regenerate.
2001-01-31Another HAVE_DOS_BASED_FILE_SYSTEM check.Alan Modra1-0/+5
2001-01-24Don't check for backslashes in file namesAlan Modra1-26/+30
unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2001-01-24* stabs.c: Update copyright. Include "filenames.h".Alan Modra1-0/+5
(parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2001-01-23s/11/01/Jakub Jelinek1-1/+1
2001-01-23 * readelf.c (process_version_sections): Check if VERDEF or VERNEEDJakub Jelinek1-0/+7
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-18Stop objcopy trying to convert endianness.Nick Clifton1-0/+7
2001-01-16oops - fix typoNick Clifton1-0/+11
2001-01-12Update copyright date to 2001Nick Clifton1-0/+4
2001-01-11Updated ARC assembler from arccores.comNick Clifton1-0/+5
2001-01-11Rotate ChangeLogsNick Clifton1-7112/+2
2001-01-09fix spelling typoiNick Clifton1-1/+1
2001-01-09Add OBJDUMP_DEFS to configure and makefileNick Clifton1-0/+15
Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set.