changelog
来自「基于4个mips核的noc设计」· 代码 · 共 1,664 行 · 第 1/4 页
TXT
1,664 行
2001-06-11 Alan Modra <amodra@bigpond.net.au> Merge from mainline. 2001-05-16 Alexandre Oliva <aoliva@redhat.com> * gmon_io.c (gmon_io_read, gmon_io_write_vma, gmon_io_write_32, gmon_io_write_8, gmon_io_write): Adjust argument list for K&R C. 2001-03-13 David Mosberger <davidm@hpl.hp.com> * hist.c (hist_dimension): Declare as an array of 16 characters. (hist_read_rec): If SAMPLEDEBUG, print each histogram bin count. * basic_blocks.c: Whitespace and formatting changes. * bb_exit_func.c: Ditto. * call_graph.c: Ditto. * call_graph.h: Ditto. * cg_arcs.c: Ditto. * cg_print.c: Ditto. * cg_print.h: Ditto. * corefile.c: Ditto. * corefile.h: Ditto. * gmon_io.c: Ditto. * gmon_io.h: Ditto. * gmon_out.h: Ditto. * gprof.c: Ditto. * hist.c: Ditto. * hist.h: Ditto. * i386.c: Ditto. * search_list.c: Ditto. * search_list.h: Ditto. * source.c: Ditto. * source.h: Ditto. * sym_ids.c: Ditto. * sym_ids.h: Ditto. * symtab.c: Ditto. * symtab.h: Ditto. * tahoe.c: Ditto. * utils.c: Ditto. * vax.c: Ditto. * gmon_out.h (gmon_hist_hdr): Delete. (gmon_cg_arc_record): Delete. * gmon_io.c (put_vma): Declare "static". (get_vma): Ditto. (gmon_io_write): New function. (gmon_io_write_8): Ditto. (gmon_io_write_32): Ditto. (gmon_io_write_vma): Ditto. (gmon_io_read): Ditto. (gmon_io_read_32): Ditto. (gmon_io_read_vma): Ditto. * basic_blocks.c (bb_read_rec): Use gmon_io_read* / gmon_io_write* to read/write data file in a more portable fashion. (bb_write_blocks): Ditto. * call_graph.c (cg_read_rec): Ditto. (cg_write_arcs): Ditto. * hist.c (hist_read_rec): Ditto. (hist_write_hist): Ditto. From Jes Sorensen <jes@linuxcare.com> * gmon_out.h: Use GMON_PTR_SIZE instead of sizeof(char*). * gmon.h: Ditto. * configure.in: Get GMON_PTR_SIZE from existing <sys/gmon_out.h> if it exists. * acconfig.h: New file. Mention and document GMON_PTR_SIZE. * gconfig.h: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate. 2001-02-27 Alan Modra <alan@linuxcare.com.au> * configure.in (BFD_VERSION): New. (AM_INIT_AUTOMAKE): Use $BFD_VERSION. * configure: Regenerate. * gconfig.in: Regenerate. * Makefile.am: Run "make dep-am" * Makefile.in: Regenerate.2001-06-10 Philip Blundell <philb@gnu.org> * configure.in: Set version to 2.11.1. * configure: Regenerate.2001-06-07 Alan Modra <amodra@bigpond.net.au> * Many files: Update copyright notices.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-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG> * basic_blocks.c: #include <unistd.h> only if it exists.2000-11-06 Nick Clifton <nickc@redhat.com> * gprof.texi: Add GNU Free Documentation License.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> * aclocal.m4, configure: Rebuilt with new libtool.m4.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. 2000-08-31 Alexandre Oliva <aoliva@redhat.com> * acinclude.m4: Include libtool and gettext macros from the top level. * aclocal.m4, configure: Rebuilt.2000-07-26 Nick Clifton <nickc@cygnus.com> * bb_exit_func.c: Assign copyright to FSF. Note that David Mosberger-Tang <David.Mosberger@acm.org> continuted this code.2000-07-24 Nick Clifton <nickc@cygnus.com> * basic_blocks.c: Add copyright notice. * basic_blocks.h: Add copyright notice. * call_graph.c: Add copyright notice. * call_graph.h: Add copyright notice. * cg_print.c: Add copyright notice. * cg_print.h: Add copyright notice. * corefile.c: Add copyright notice. * corefile.h: Add copyright notice. * gmon_io.c: Add copyright notice. * gmon_io.h: Add copyright notice. * gmon_out.h: Add copyright notice. * hist.c: Add copyright notice. * hist.h: Add copyright notice. * search_list.c: Add copyright notice. * search_list.h: Add copyright notice. * source.c: Add copyright notice. * source.h: Add copyright notice. * sym_ids.c: Add copyright notice. * sym_ids.h: Add copyright notice. * symtab.c: Add copyright notice. * symtab.h: Add copyright notice.2000-07-05 Kenneth Block <krblock@computer.org> * gprof.c: Add optional style to demangle switch * gprof.texi: Document optional style to demangle switch.2000-06-05 DJ Delorie <dj@redhat.com> * MAINTAINERS: new2000-07-01 Alan Modra <alan@linuxcare.com.au> * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed (CLEANFILES): Add DEPA. * Makefile.in: Regenerate.2000-06-22 Alan Modra <alan@linuxcare.com.au> * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we find one. * Makefile.in: Regenerate.2000-06-20 Alan Modra <alan@linuxcare.com.au> * source.c (annotate_source): Correct pointer comparison when checking for backslashes.2000-06-13 H.J. Lu <hjl@gnu.org> * configure: Regenerate.2000-06-08 David O'Brien <obrien@FreeBSD.org> * configure.in (VERSION): Update to show this is the CVS mainline.2000-06-07 Philippe De Muyter <phdm@macqel.be> * source.c: Remove direct inclusion of sys/stat.h.2000-05-31 Nick Clifton <nickc@cygnus.com> * gprof.h (_): Revert previous delta. We want to use gettext, not dgettext in the _ macro.2000-05-29 Alan Modra <alan@linuxcare.com.au> * gprof.h (_): Use BFD version.2000-05-26 Nick Clifton <nickc@cygnus.com> * gprof.c (main): When calling getopt_long indicate that the 'd' switch takes an optional argument, whereas the 'D' switch takes no argument at all.2000-05-26 Alan Modra <alan@linuxcare.com.au> * dep-in.sed: Copy from ../binutils. * Makefile.am: Update dependencies with "make dep-am" * Makefile.in: Regenerate. * gprof.h: Remove most nls defines. They are pulled in by bfd/sysdep.h. #include "ansidecl.h" not <ansidecl.h>2000-05-26 Eli Zaretskii <eliz@is.elta.co.il> * gprof.texi: Fix numerous typos. Mention some DOS/Windows related issues. * configure.in: Check for setmode function. * configure: Regenerate. * gmon_io.h (SET_BINARY) [HAVE_SETMODE]: Define. * gmon_io.c (gmon_out_read) [SET_BINARY]: Switch stdin into binary mode. * source.c: Include filenames.h and sys/stat.h. (source_file_lookup_path, source_file_lookup_name): Use FILENAME_CMP to compare file names. (annotate_source) [__MSDOS__]: If "filename-ann" would overwrite "filename", replace the extension with ".ann". [HAVE_DOS_BASED_FILE_SYSTEM]: Support file names with backslashes and drive letters. Use IS_ABSOLUTE_PATH. * search_list.h (PATH_SEP_CHAR): Define. * search_list.c (search_list_append): Use PATH_SEP_CHAR. * hertz.c (HERTZ) [__MSDOS__]: Don't define unless they have neither HAVE_SETITIMER nor HAVE_SYSCONF. [HAVE_SETITIMER]: If they define both HAVE_SETITIMER and HAVE_SYSCONF, try setitimer and fall back on sysconf.Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com> * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add --enable-build-warnings option. * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions. * Makefile.in, configure, aclocal.m4: Re-generate.2000-04-05 Alexandre Oliva <oliva@lsd.ic.unicamp.br> * gprof.c (copyright): Do not use N_ in array initializer.2000-04-04 Alan Modra <alan@linuxcare.com.au> * po/gprof.pot: Regenerate. * gprof.c (usage): Restore translated part of bug string. * Makefile.am (BASEDIR): Define. (BFDDIR): Define. (INCDIR): Define. (MKDEP): Define. (INCLUDES): Add "-I." (DEP, DEP1, dep.sed, dep, dep-in, dep-am): New targets. (CLEANFILES): Define. Update dependencies. * Makefile.in: Regenerate.2000-04-03 Alan Modra <alan@linuxcare.com.au> * gprof.h: #include "bin-bugs.h". * gprof.c (usage): Use REPORT_BUGS_TO.2000-03-31 Alan Modra <alan@linuxcare.com.au> * symtab.c (symtab_finalize): Don't use post-increment on structure copy, to work around a ppc gcc bug.1999-09-29 Mark Kettenis <kettenis@gnu.org> * hertz.h [MACH] (hertz): Remove macro. The <machine/mach_param.h> include doesn't exist on al Mach based systems, and the definition of hertz breaks compilation of hertz.c anyway.2000-02-22 Ian Lance Taylor <ian@zembu.com> From Brad Lucier <lucier@math.purdue.edu>: * i386.c (i386_find_call): Add cast to ensure that printf argument matches format. * tahoe.c (tahoe_find_call): Likewise. * vax.c (vax_find_call): Likewise.2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au> * utils.c (print_name_only): Don't pass error strings to printf as format arg.1999-09-24 Nick Clifton <nickc@cygnus.com> * gmon_io.c (gmon_out_read): Make sure that sensible values are extracted from a raw header.1999-08-06 Ian Lance Taylor <ian@zembu.com> From Brad Lucier <lucier@math.purdue.edu>: * corefile.c (core_create_line_syms): Add cast for printf.1999-07-21 Ian Lance Taylor <ian@zembu.com> From Mark Elbrecht: * configure.bat: Remove; obsolete.1999-07-15 Ian Lance Taylor <ian@zembu.com> * configure.in: Bump version number to 2.9.5. * configure: Rebuild.1999-07-11 Ian Lance Taylor <ian@zembu.com> * corefile.c (core_create_function_syms): Add ATTRIBUTED_UNUSED. * sym-ids.c (non_existent_file): Fully initialize structure.1999-07-01 Ian Lance Taylor <ian@zembu.com> * Many files: Add casts in many print statements to cast bfd_vma values to unsigned long when calling printf. * Makefile.am ($(OBJECTS)): Add gmon.h. * Makefile.in: Rebuild.Mon Jun 14 10:35:28 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * gprof.texi: Fix typo.1999-06-13 Ian Lance Taylor <ian@zembu.com> From Bob Byrnes <byrnes@curl.com>: * cg_dfn.c: Include "libiberty.h" (DFN_INCR_DEPTH): Define instead of DFN_DEPTH. (dfn_stack): Define as pointer rather than array. (pre_visit): Reallocate dfn_stack as needed.1999-04-26 Tom Tromey <tromey@cygnus.com> * aclocal.m4, configure: Updated for new version of libtool.1999-04-06 Ian Lance Taylor <ian@zembu.com> * gprof.h (LC_MESSAGES): Never define. * gprof.c (main): Don't pass LC_MESSAGES to setlocale if the system does not define it.1999-04-05 H.J. Lu <hjl@gnu.org> * corefile.c (core_create_line_syms): Don't use fixed size array for prev_name and prev_filename.1999-04-04 Michael Hohmuth <hohmuth@innocent.com> * gprof.h (FF_BSD44): Define. * gmon.h (struct raw_phdr): Add version, profrate, and spare fields unconditionally. (struct old_raw_phdr): New struct. * gprof.c (main): Handle -O 4.4bsd. * gmon_io.c (gmon_out_read): Handle BSD 4.4 format, either automatically or by user specification. (gmon_out_write): Handle BSD 4.4 format. * configure.in: Don't set BSD44_FORMAT. * gprof.texi (Miscellaneous Options): Document -O 4.4bsd. * configure, gconfig.in: Rebuild.Tue Feb 16 17:01:33 1999 Ian Lance Taylor <ian@cygnus.com> * configure.in: Change AC_PREREQ to 2.13. Change AM_PROG_INSTALL to AC_PROG_INSTALL. Remove AM_CYGWIN32. Change AM_EXEEXT to AC_EXEEXT. Add comment to AC_DEFINE. * acconfig.h: Remove. * aclocal.m4: Rebuild. * configure: Rebuild. * Makefile.in: Rebuild. * gconfig.in: Rebuild.Sun Dec 6 21:57:50 1998 Ian Lance Taylor <ian@cygnus.com> * gprof.texi (Symspecs): Mention that you have to add any underscore yourself when naming a symbol.Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com> * configure.in: detect cygwin* instead of cygwin32* * configure: regenerateWed Aug 12 14:59:06 1998 Ian Lance Taylor <ian@cygnus.com> Avoid some overflow cases: * basic_blocks.h (bb_min_calls): Change to unsigned long. * call_graph.h (cg_tally): Change count parameter to unsigned long. * cg_arcs.h (Arc): Change count field to unsigned long. (arc_add): Change count parameter to unsigned long. * source.h (Source_File): Change ncalls field to unsigned long. * symtab.h (Sym): Change fields ncalls, bb_calls, and cg.self_calls to unsigned long. * Many files: Update accordingly. * configure, Makefile.in, aclocal.m4: Rebuild with current tools.Fri Jul 10 17:29:49 1998 Stan Cox <scox@equinox.cygnus.com> * configure.in (BSD44_FORMAT): Define for cygwin32, win32, mingw32 * configure: Rebuild.Fri Jun 12 13:40:05 1998 Tom Tromey <tromey@cygnus.com>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?