Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-06-01 | * MAINTAINERS: Update my email address. | Alan Modra | 1 | -0/+4 | |
2001-05-30 | Add command line switches to objcopy to provide lists of symbols in files | Nick Clifton | 1 | -0/+9 | |
2001-05-28 | * readelf.c (display_debug_frames): Fix warnings: Remove unused | Andreas Jaeger | 1 | -0/+5 | |
variables, fix format strings. | |||||
2001-05-28 | Remove section VMA adjustment when computing the address of the line to show. | Nick Clifton | 1 | -0/+5 | |
2001-05-16 | * readelf.c (do_debug_frames_interp): New. | Richard Henderson | 1 | -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-15 | Remove definition of EM_MIPS_RS4_BE. The constant was never in active use | Nick Clifton | 1 | -0/+6 | |
and is used otherwise by the ABI. | |||||
2001-05-11 | * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind | Jakub Jelinek | 1 | -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 Modra | 1 | -0/+4 | |
2001-04-27 | Support printable characters outside of the ASCII range | Nick Clifton | 1 | -0/+6 | |
2001-04-27 | Add openRISC support in opcodes | Nick Clifton | 1 | -0/+4 | |
2001-04-17 | * dlltool.c (do_default_excludes): Initialise to true. | DJ Delorie | 1 | -0/+4 | |
2001-04-11 | * MAINTAINERS: Update my email address | Alan Modra | 1 | -0/+5 | |
* nm.c (print_symbol_info_bsd): Use a simple printf string. | |||||
2001-04-05 | Fix address in ChangeLog entry | Hans-Peter Nilsson | 1 | -1/+1 | |
2001-04-05 | * readelf.c (display_debug_lines): Fix typo for "Prologue". | Hans-Peter Nilsson | 1 | -0/+4 | |
2001-03-31 | 2001-03-30 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -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 for | DJ Delorie | 1 | -0/+6 | |
.text, .data and .bss in stub ds*.o files to match those generated by gas. | |||||
2001-03-30 | 2001-03-29 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -0/+5 | |
* readelf.c (process_unwind): Only do unwind sections for IA64. | |||||
2001-03-28 | 2001-03-28 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -0/+5 | |
* Makefile.am ($(srcdir)/dlltool.1): Remove the extra target. * Makefile.in: Regenerate. | |||||
2001-03-26 | 2001-03-26 Andreas Jaeger <aj@suse.de> | Andreas Jaeger | 1 | -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-25 | Automate generate on man pages | Nick Clifton | 1 | -0/+11 | |
2001-03-14 | * defparse.y (opt_equal_name): allow "." in name. | Christopher Faylor | 1 | -0/+6 | |
* dlltool.c (def_exports): Added ability to generate forwarded exports. (gen_exp_file): Likewise. | |||||
2001-03-13 | Fix typos in ChangeLogs and update copyright notices | Nick Clifton | 1 | -8/+8 | |
2001-03-13 | Add --binary-architecture switch to objcopy to allow the output architecture | Nick Clifton | 1 | -0/+9 | |
to be set when the input file type is binary. | |||||
2001-03-12 | Handle EM_S390_OLD. | Nick Clifton | 1 | -0/+6 | |
2001-02-28 | Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro. | Nick Clifton | 1 | -0/+7 | |
2001-02-28 | 2001-02-28 Philip Blundell <pb@futuretv.com> | Phil Blundell | 1 | -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-27 | Bump version to 2.11.90, fix missing dependencies in bfd/, | Alan Modra | 1 | -0/+8 | |
and run "make dep-am". | |||||
2001-02-14 | Add obvious fix rule | Nick Clifton | 1 | -0/+4 | |
2001-02-11 | * unwind-ia64.c: Don't use ANSI C preprocessor stringisation and string | Michael Sokolov | 1 | -0/+5 | |
literal concatenation. | |||||
2001-02-11 | * readelf.c (struct unw_aux_info): Remove const from the info member. | Michael Sokolov | 1 | -1/+7 | |
(process_unwind): Don't type-cast the third argument to the GET_DATA_ALLOC macro. | |||||
2001-02-11 | fix seg fault in reloc reading code | Nick Clifton | 1 | -0/+6 | |
2001-02-10 | Document new --unwind option to readelf. | Nick Clifton | 1 | -0/+4 | |
2001-02-10 | Add s390 support | Nick Clifton | 1 | -0/+4 | |
2001-02-09 | Don't #ifdef inside printf in case printf is a macro. | Alan Modra | 1 | -0/+5 | |
2001-02-08 | * acinclude.m4 (AM_PROG_LEX): Override installed definition. | Hans-Peter Nilsson | 1 | -0/+6 | |
* aclocal.m4: Regenerate. * configure: Regenerate. | |||||
2001-02-07 | Change bfd_target_vector from an array to a pointer | Nick Clifton | 1 | -0/+6 | |
2001-02-07 | Add -u option toi readelf to display unwind info. | Nick Clifton | 1 | -0/+15 | |
Add support to display unwind info for IA64 binaries. | |||||
2001-02-04 | 2001-02-04 Philip Blundell <philb@gnu.org> | Phil Blundell | 1 | -0/+5 | |
* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'. * configure: Regenerate. | |||||
2001-01-31 | Another HAVE_DOS_BASED_FILE_SYSTEM check. | Alan Modra | 1 | -0/+5 | |
2001-01-24 | Don't check for backslashes in file names | Alan Modra | 1 | -26/+30 | |
unless HAVE_DOS_BASED_FILE_SYSTEM is defined. | |||||
2001-01-24 | * stabs.c: Update copyright. Include "filenames.h". | Alan Modra | 1 | -0/+5 | |
(parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs. | |||||
2001-01-23 | s/11/01/ | Jakub Jelinek | 1 | -1/+1 | |
2001-01-23 | * readelf.c (process_version_sections): Check if VERDEF or VERNEED | Jakub Jelinek | 1 | -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-18 | Stop objcopy trying to convert endianness. | Nick Clifton | 1 | -0/+7 | |
2001-01-16 | oops - fix typo | Nick Clifton | 1 | -0/+11 | |
2001-01-12 | Update copyright date to 2001 | Nick Clifton | 1 | -0/+4 | |
2001-01-11 | Updated ARC assembler from arccores.com | Nick Clifton | 1 | -0/+5 | |
2001-01-11 | Rotate ChangeLogs | Nick Clifton | 1 | -7112/+2 | |
2001-01-09 | fix spelling typoi | Nick Clifton | 1 | -1/+1 | |
2001-01-09 | Add OBJDUMP_DEFS to configure and makefile | Nick Clifton | 1 | -0/+15 | |
Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set. |