changelog
来自「基于4个mips核的noc设计」· 代码 · 共 1,191 行 · 第 1/3 页
TXT
1,191 行
2001-06-11 Alan Modra <amodra@bigpond.net.au> Merge from mainline. 2001-02-27 Alan Modra <alan@linuxcare.com.au> * configure.in (BFD_VERSION): New. (AM_INIT_AUTOMAKE): Use $BFD_VERSION. * configure: Regenerate. 2001-04-27 Michal Svec <rebel@atrey.karlin.mff.cuni.cz> * strings.c (isgraphic): Do not use isascii() unless it is needed for isprint() to work. (main): Set the locale domain to LC_ALL not just LC_MESSAGES. 2001-04-10 Alan Modra <amodra@one.net.au> * nm.c (print_symbol_info_bsd): Use a simple printf string. 2001-02-07 Todd Vierling <tv@wasabisystems.com> * bucomm.c (bfd_target_vector): Change extern array to pointer. * objdump.c (bfd_target_vector): Likewise.2001-06-10 Philip Blundell <philb@gnu.org> * configure.in: Set version to 2.11.1. * configure: Regenerate.2001-06-09 Alan Modra <amodra@bigpond.net.au> * NEWS: Mention hppa64-elf. Add binutils-2.11 marker. * MAINTAINERS: Replace with mainline version.2001-06-07 Alan Modra <amodra@bigpond.net.au> * Most files: Update copyright notices.2001-05-30 Honda Hiroki <hhonda@kobe-catv.ne.jp> * objcopy.c: Add new switches: --keep-global-symbol, --keep-symbols, --localize-symbols, --keep-global-symbols and --weaken-symbols. * binutils.texi: Document new switches. * objcopy.1: Regenerate. * NEWS: Announce new feature.2001-05-28 Philip Blundell <philb@gnu.org> From 2001-05-28 Andreas Jaeger <aj@suse.de> * readelf.c (display_debug_frames): Fix warnings: Remove unused variables, fix format strings. From 2001-05-16 Richard Henderson <rth@redhat.com> * readelf.c (do_debug_frames_interp): New. (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. From 2001-05-15 Ralf Baechle <ralf@gnu.org> * readelf.c: Replace uses of EM_MIPS_RS4_BE with EM_MIPS_RS3_LE. The former constant was never in active use and is used otherwise by the ABI. From 2001-05-11 Jakub Jelinek <jakub@redhat.com> * readelf.c (process_unwind): Print all unwind sections, not just one. From 2001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * readelf.c (process_unwind): Remove const specifier. From 2001-03-30 H.J. Lu <hjl@gnu.org> * readelf.c (process_unwind): Just return if do_unwind is 0. From 2001-03-29 H.J. Lu <hjl@gnu.org> * readelf.c (process_unwind): Only do unwind sections for IA64. From 2001-02-28 Nick Clifton <nickc@redhat.com> * readelf.c: (struct unw_aux_info): Remove const modifier for 'strtab' field. (process_unwind): Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro. From 2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG> * 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. From 2001-02-11 Nick Clifton <nickc@redhat.com> * readelf.c (dump_relocations): Free corrected allocated array. (process_unwind): Fix compile time warning. From 2001-02-07 David Mosberger <davidm@hpl.hp.com> * readelf.c (process_unwind): New function. (slurp_ia64_unwind_table): Ditto. (dump_ia64_unwind): Ditto. (find_symbol_for_address): Ditto. (slurp_rela_relocs): New function (split off from dump_relocations()). (slurp_rel_relocs): Ditto. (parse_args): Handle '-u' option. * unwind-ia64.c: New file. * unwind-ia64.h: New file. * Makefile.am: Include unwind-ia64.c in readelf build. * Makefile.in: Regenerate. * po/binutils.pot: Regenerate.2001-04-06 Hans-Peter Nilsson <hp@axis.com> * readelf.c (display_debug_lines): Fix typo for "Prologue".2001-03-16 Philip Blundell <philb@gnu.org> * configure: Regenerate.2001-03-11 Philip Blundell <philb@gnu.org> * configure.in: Set version to 2.11.2001-02-13 Hans-Peter Nilsson <hp@bitrange.com> * acinclude.m4 (AM_PROG_LEX): Override installed definition. * aclocal.m4: Regenerate. * configure: Regenerate.2001-02-10 Alan Modra <alan@linuxcare.com.au> * nm.c (print_symbol_info_bsd): Don't #ifdef inside printf in case printf is a macro.2001-02-04 Philip Blundell <philb@gnu.org> * configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'. * configure: Regenerate.2001-01-31 Steve deRosier <sderosier@vari-lite.com> * ieee.c (ieee_add_bb11): Don't check for backslashes unless HAVE_DOS_BASED_FILE_SYSTEM is defined.2001-01-24 Mark Elbrecht <snowball3@bigfoot.com> * ieee.c: Update copyright. (ieee_start_compilation_unit): Don't check for backslashes unless HAVE_DOS_BASED_FILE_SYSTEM is defined. * stabs.c: Update copyright. Include "filenames.h". (parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.2001-01-23 Jakub Jelinek <jakub@redhat.com> * 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-17 Nick Clifton <nickc@redhat.com> * objcopy.c (copy_object): Fail if attempting to convert the endianness of the input object file. * binutils.texi: Explain that objcopy cannot convert endianness.2001-01-16 Nick Clifton <nickc@redhat.com> * readelf.c (string_table_length): New variable. (SECTION_NAME): Catch out of range indices and missing section pointers. (process_section_headers): Delete useless local variable string_table_offset. Set the value of string_table_length after loading the string table. (process_mips_specific): Use SECTION_NAME macro. (process_file): Set string_table_length to 0 when it is freed.2001-01-12 Nick Clifton <nickc@redhat.com> * version.c (print_version): Update copyright date.2001-01-11 Peter Targett <peter.targett@arccores.com> * readelf.c (dump_relocations): Include selection with EM_ARC. (get_machine_name) Update name to "ARC".2001-01-09 Nick Clifton <nickc@redhat.com> * Makefile.am: Add rule to build objdump.o from objdump.c and using OBJDUMP_DEFS. * Makefile.in: Regenerate. * configure.in: Define OBJDUMP_DEFS. Default to empty. (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to -DDISASSEMBLER_NEEDS_RELOCS. * configure: Regenerate. * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS is defined read in the relocs even if dump_reloc_info is false.2001-01-07 Philip Blundell <philb@gnu.org> * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with `bug-binutils'. * README: Likewise.2000-12-19 Nick Clifton <nickc@redhat.com> * dlltool.c: Add missing support for arm-epoc-pe. * configure.in: Add missing support for arm-epoc-pe. * configure: Regenerate.2000-12-15 Nick Clifton <nickc@redhat.com> * MAINTAINERS: Add Diego Novillo as a maintainer for the Intel Mode parts of the x86 port.2000-12-04 Andreas Jaeger <aj@suse.de> * readelf.c (guess_is_rela): Add EM_X86_64. (dump_relocations): Add EM_X86_64. (get_machine_name): Add EM_X86_64. Include "elf/x86-64.h".2000-12-12 Nick Clifton <nickc@redhat.com> * readelf.c: Fix formatting.Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz> * MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.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-05 Nick Clifton <nickc@redhat.com> * MAINTAINERS: Add Jason Merrill as DWARF2 maintainer.2000-12-04 Jason Merrill <jason@redhat.com> * readelf.c (process_section_headers): Handle linkonce.wi sections. (display_debug_section): Likewise. (display_debug_info): Display CU header before bailing.2000-12-01 Chris Demetriou <cgd@sibyte.com> * readelf.c (get_machine_flags): Recognize MIPS32 ISA in EF_MIPS_ARCH. Replace use of E_MIPS_MACH_MIPS32 with E_MIPS_MACH_MIPS32_4K and adjust printed CPU name similarly. * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5, and E_MIPS_ARCH_64. * readelf.c (get_machine_flags): Add case for E_MIPS_MACH_SB1.2000-11-30 Richard Earnshaw <rearnsha@arm.com> * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.2000-11-28 Hans-Peter Nilsson <hp@bitrange.com> * MAINTAINERS: Add J鰎n Rennecke and self as SH maintainers. Change sourceware.cygnus.com to sources.redhat.com. Fix typo for "amongst".2000-11-28 Nick Clifton <nickc@redhat.com> * strip.1 (COPYING): Mention that the GNU Free Documentation License is present in the sources, but not the output, and also available from the GNU website. (GNU Free Documentation License): Comment out this section. * strings.1: Ditto. * size.1: Ditto. * ranlib.1: Ditto. * objdump.1: Ditto. * objcopy.1: Ditto. * nm.1: Ditto. * nlmconv.1: Ditto. * ar.1: Ditto. * addr2line.1: Ditto.2000-11-27 DJ Delorie <dj@redhat.com> * readelf.c (usage): Add -wf (--debug-dump=frames) option. (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.2000-11-24 Nick Clifton <nickc@redhat.com> * NEWS: Announce support for v5t, v5te and XScale.2000-11-22 Nick Clifton <nickc@redhat.com> * readelf.c (get_machine_name): Add EM_JAVELIN, EM_FIREPATH, EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM. (get_section_type_name): Add SHT_GROUP and SHT_SYMTAB_SHNDX. (get_elf_section_flags: Add SHF_GROUP. (process_section_headers): Adjust output for 32-bit binaries to look nice on an 80 column terminal.2000-11-20 H.J. Lu <hjl@gnu.org> * readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to ELFOSABI_AIX.2000-11-17 Richard Henderson <rth@redhat.com> * readelf.c (display_debug_lines): Adjust last change to use sizeof (external->li_length).2000-11-17 Richard Henderson <rth@redhat.com> * readelf.c (display_debug_lines): Fix section length check and end_of_sequence computation.2000-11-06 Nick Clifton <nickc@redhat.com> * binutils.texi: Add GNU Free Documentation License. * objcopy.1: Add GNU Free Documentation License. * objdump.1: Add GNU Free Documentation License. * addr2line.1: Add GNU Free Documentation License. * ar.1: Add GNU Free Documentation License. * nlmconv.1: Add GNU Free Documentation License. * nm.1: Add GNU Free Documentation License. * ranlib.1: Add GNU Free Documentation License. * size.1: Add GNU Free Documentation License. * strings.1: Add GNU Free Documentation License. * strip.1: Add GNU Free Documentation License.2000-10-06 Luciano Gemme <ishitawa@yahoo.com> * objcopy.c (--srec-len=nn): New parameter to set the maximum length of generated Srecords. (--srec-forceS3): New parameter that restricts the generation of Srecords to type S3 only. * binutils.texi: Document new command line switches. * objcopy.1: Docuemnt the new command line switches. * NEWS: Announce the existence of the new command line switches.2000-10-31 Nick Clifton <nickc@redhat.com> * MAINTAINERS: Add Jim Wilson as the maintainer for the IA64 code. Add Eric Chrisopher as maintainer of MN10300 port.2000-10-12 Roger Sayle <roger@metaphorics.com> * Make comma after string after icon/control optional.2000-09-13 Anders Norlander <anorland@acc.umu.se> * readelf.c (get_machine_flags): Also print EF_MIPS_MACH field. * NEWS: Mention support for MIPS32.2000-09-08 Nick Clifton <nickc@redhat.com> * MAINTAINERS: Add Stephane Carrez as maintainer for 68HC[11|12].2000-09-07 H.J. Lu <hjl@gnu.org> * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. * configure: Rebuild.2000-09-06 Alexandre Oliva <aoliva@redhat.com> * configure: Rebuilt with new libtool.m4.2000-09-05 Nick Clifton <nickc@redhat.com> * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.2000-09-04 Todd Vierling <tv@wasabisystems.com> * strip.1: Fix stray '\' in -o formatting.2000-09-02 Nick Clifton <nickc@redhat.com> * configure.in: Increase version number to 2.10.91. * configure: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * po/binutils.pot: Regenerate.2000-08-31 Alexandre Oliva <aoliva@redhat.com>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?