changelog

来自「基于4个mips核的noc设计」· 代码 · 共 1,906 行 · 第 1/5 页

TXT
1,906
字号
	* Makefile.in (all, check, installcheck, info, install-info,	clean-info, dvi, install, etags, tags, mostlyclean, clean,	distclean, maintainer-clean, realclean): Depend on corresponding	`-subdir' target.	(all-subdir check-subdir installcheck-subdir info-subdir	install-info-subdir clean-info-subdir dvi-subdir	install-info-subdir etags-subdir mostlyclean-subdir clean-subdir	distclean-subdir maintainer-clean-subdir): New target.	* testsuite/Makefile.in: New file.	* configure: Rebuilt.	* configure.in: Create testsuite/Makefile.1999-04-02  Mark Mitchell  <mark@codesourcery.com>	* splay-tree.h (splay_tree_compare_pointers): Define.1999-03-30  Mark Mitchell  <mark@codesourcery.com>	* splay-tree.c (splay_tree_compare_ints): Define.1999-03-30  Tom Tromey  <tromey@cygnus.com>	* cplus-dem.c (consume_count): If `count' wraps, return 0 and	don't advance input pointer.	(demangle_class_name): If consume_count didn't find a count, do	nothing.  Don't bother with `strlen' sanity check; consume_count	does it for us.1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>	From Art Haas  <ahaas@neosoft.com>:	* cplus-dem.c (demangle_prefix): Don't grab all the '__' strings	when doing arm or hp style.	(demangle_nested_args): Decr forgetting_types field when done.Thu Mar 11 01:22:58 1999  Mumit Khan  <khan@xraylith.wisc.edu>	* pexecute.c (__CYGWIN32__): Rename to	(__CYGWIN__): this.	* xmalloc.c: Likewise.	Changes to support i386-pc-uwin.	* configure.in (*-*-uwin*): Workaround for vfork bug.	* configure: Regenerate.	* pexecute.c (pexecute): Be like standard Unix.	(pwait): Likewise.	* xmalloc.c (first_break): Define.	(xmalloc_set_program_name): Use.	(xmalloc): Use.Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>	* config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpcSun Feb 28 22:30:44 1999  Geoffrey Noer  <noer@cygnus.com>	* config.table: Check cygwin*, not cygwin32*.Tue Feb  9 16:39:01 1999  Dave Brolley  <brolley@cygnus.com>	* Makefile.in: Change mkstemp -> mkstemps.Tue Feb  9 01:12:27 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>	* Makefile.in (REQUIRED_OFILES): remove mkstemp.o	* configure.in (funcs): Check for and conditionally add mkstemps to	the list of functions libiberty will provide.	* configure: Rebuilt.Wed Feb  3 00:01:15 1999  Mumit Khan  <khan@xraylith.wisc.edu>	* clock.c (HZ): Define in terms of (ISO C) CLOCKS_PER_SEC on	platforms that don't have HZ.	* getruntime.c (HZ): Likewise.Sat Jan 30 13:28:04 1999  Richard Henderson  <rth@cygnus.com>	* Makefile.in (xstrdup.o): Depend on config.h.Wed Jan 13 07:26:44 1999  H.J. Lu  (hjl@gnu.org)	* cplus-dem.c (mop_up): Set work->previous_argument to NULL after	freeing it.Wed Jan 13 14:16:36 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>	* xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.Tue Jan  5 15:58:29 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>	* Makefile.in (CFILES): fix typo, splay-tree.c instead of	splay-tree.o.1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)	* configure.in: Require autoconf 2.12.1 or higher.1998-12-30  Michael Meissner  <meissner@cygnus.com>	* random.c (NULL): Don't redefine NULL if it is already defined.Tue Dec 22 09:43:35 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>	* argv.c (buildargv): Cast the result of alloca in assignment.	* choose-temp.c: Include stdlib.h.	* cplus-dem.c (demangle_arm_pt): Remove unused prototype.  	(snarf_numeric_literal): Constify first parameter.  	(code_for_qualifier): Avoid a gcc extension, make the parameter an 	int, not a char.	(demangle_qualifier): Likewise.	(demangle_signature): Cast the argument of a ctype function to	unsigned char.	(arm_pt): Add parens around assignment used as truth value.	(demangle_arm_hp_template): Constify variable `args'.	(do_hpacc_template_const_value): Cast the argument of a ctype	function to unsigned char.	(do_hpacc_template_literal): Remove unused variable `i'.	(snarf_numeric_literal): Constify parameter `args'.	Cast the argument of a ctype function to unsigned char.	* floatformat.c (floatformat_to_double): Add explicit braces to 	avoid ambiguous `else'.	* fnmatch.c (fnmatch): Change type of variables `c', `c1', 	`cstart' and `cend' to unsigned char.  Cast the argument of macro 	`FOLD', which uses ctype functions, to unsigned char.	* objalloc.c (free): Add prototype.Sun Dec 20 16:03:46 1998  Hans-Peter Nilsson  <hp@axis.se>	* Makefile.in (CFILES): Fix typo: splay-tree.c, not splay-tree.oFri Dec 18 17:50:18 1998  David Taylor  <taylor@texas.cygnus.com>	* cplus-dem.c (demangle_arm_pt): remove declaration -- function 	doesn't exist.	(do_hpacc_template_literal): remove unused variable `i'.Fri Dec 18 16:11:43 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>	* cplus-dem.c (demangle_fund_type): Process CV and u codes before	bumping the pointer we read from. Also prepend these codes,	as we do in other places.1998-12-18  Nick Clifton  <nickc@cygnus.com>	* cplus-dem.c (demangle_arm_hp_template): Make variable 'args' be	'const char *' in order to match its usage when calling siblings.	(snarf_numeric_literal): Make first arg 'const char **' in order	to match usage.Mon Dec 14 09:55:50 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>	* choose-temp.c: Don't check IN_GCC anymore.	* floatformat.c (floatformat_from_double): Use `const', not `CONST'.	* memchr.c (memchr): Likewise.	* memcpy.c (memcpy): Likewise.	* memmove.c (memmove): Likewise.	* mkstemp.c: Don't check IN_GCC anymore.	* pexecute.c: Likewise.	* splay-tree.c: Likewise.	* strchr.c (strchr): Use `const', not `CONST'.	* strrchr.c (strrchr): Likewise.	* strtol.c (strtol): Likewise.	* strtoul.c (strtoul): Likewise.Fri Dec  4 13:51:04 1998  David Taylor   <taylor@texas.cygnus.com>			  Elena Zannoni  <ezannoni@cygnus.com>			  Stan Shebs     <shebs@cygnus.com>			  Edith Epstein  <eepstein@cygnus.com>			  Andres MacLeod <amacleod@cygnus.com>			  Satish Pai	 <pai@apollo.hp.com>	* HP aCC demangling support.	* cplus-dem.c	(main): Remove default to HP style demangling, set to EDG 	demangling correctly when -edg specified; set the demangling style 	when user specifies 'edg'. Set strip_underscore to 	prepends_underscore, if not HPUXHPPA.  Set 	current_demangling_style to hp_demangling if HPUXHPPA.  Set 	current demangling style correctly if the switch is hp.  Read 	label correctly also in the HP style case.	(work_stuff): add temp_start field; add field for volatile member 	function.	(arm_pt): handle ARM_DEMANGLING and EDG_DEMANGLING styles; HP 	style for this case is the same as ARM.	(demangle_args): handle EDG_DEMANGLING style; support HP style.	(demangle_arm_hp_template): new function. (It was 	demangle_arm_pt.); check and set value of temp_start field in 	multiple places. Also, when ceching for end of template args, 	check to see if at end of static member of template class.	(demangle_class): new local variable : save_class_name_end Don't 	include template args in string defining class.	(demangle_class_name): use demangel_arm_hp_template.	(demangle_function_name): handle case where demangling style is 	HP_DEMANGLING and currently point at an 'X' in the mangled name.  	Handle EDG_DEMANGLING style.  Handle constructor and destructor 	ops for HP style.	(demangle_prefix): handle EDG_DEMANGLING and ARM_DEMANGLING 	styles.  global destructor and constructor for HP style are same 	as for ARM style. Same for local variables.	(demangle_qualified): handle EDG_DEMANGLING style.	(demangle_signature): add case for volatile member function.  For 	cases '1' - '9' : initialize the temp_start field to -1 and handle 	the EDG_DEMANGLING style.  for case 'F' : handle EDG_DEMANGLING 	and AUTO_DEMANGLING styles.  If expecting a function and managed 	to demangle the funct args, then handle the LUCID_DEMANGLING, 	ARM_DEMANGLING, and EDG_DEMANGLING styles.  Add case for local 	class name after "Lnnn_ in HP style case. HP style too needs to 	forget types.  _nnn is OK for HP style, so don't report failure.	(do_hpacc_template_const_value): new function. Handle template's 	value param for HP/aCC.	(do_hpacc_template_literal): new function.  Handle a template's 	literal parameter for HP aCC.	(recursively_demangle): new function	(snarf_numeric_literal): new function.	(usage): add 'edg' to the list of demangling styles; add hp switch 	to message.Sat Nov 28 17:25:22 1998  Christopher Faylor <cgf@cygnus.com>	* pexecute.c: Remove obsolete ifdefed cygwin code.Fri Nov 27 13:26:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>	* choose-temp.c: Always include libiberty.h.  Avoid redundancies.	* cplus-dem.c: Likewise.  Conform to libiberty.h.	* pexecute.c: Likewise.	* splay-tree.c: Likewise.1998-11-25  Mike Stump  <mrs@wrs.com>	* Makefile.in (splay-tree.o): Add config.h dependency.Mon Nov 23 16:59:49 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>	*  configure.in: Use AC_PREREQ(2.12.1).1998-11-16  Benjamin Kosnik  <bkoz@haight.constant.com>	* cplus-dem.c (demangle_fund_type): Add demangling for C9x types.Thu Nov 19 22:15:50 1998  Jeffrey A Law  (law@cygnus.com)	* mpw.c (mpw_access): Add missing parens.Thu Nov 19 12:59:21 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>	* configure.in: Call AC_HEADER_SYS_WAIT.	* pexecute.c: Include sys/wait.h when !IN_GCC.Thu Nov 19 14:38:20 1998  Geoffrey Noer  <noer@cygnus.com>	* pexecute.c: revert back to checking old Cygwin	preprocessor symbol until some time has passed.Wed Nov 18 08:52:26 1998  Christopher Faylor <cgf@cygnus.com>	* pexecute.c: Reorganize WIN32 case to accomodate Cygwin	since it will now support similar constructs.Fri Nov 13 19:18:05 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>	* configure.in: Check for calloc.	* calloc.c: New	file.	* xmalloc.c (xcalloc): New function.Fri Nov 13 08:51:46 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>	*cplus-dem.c (demangle_prefix): Use the last "__"	in the mangled name when looking for the signature. This allows	template names to begin with "__".1998-11-08  Mark Mitchell  <mark@markmitchell.com>	* cplus-dem.c (type_kind_t): Add tk_reference.	(demangle_template_value_parm): Handle it.	(do_type): Use it for references, instead of tk_pointer.	* cplus-dem.c (demangle_template_value_parm): Use cplus_demangle,	not internal_cplus_demangle.Sat Nov  7 16:02:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>	* choose-temp.c: Don't include gansidecl.h.	* mkstemp.c: Likewise.	* pexecute.c: Likewise.Mon Nov  2 15:05:33 1998  Geoffrey Noer  <noer@cygnus.com>	* configure.in: detect cygwin* instead of cygwin32*	* configure: regenerateMon Nov  2 10:22:01 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>	* pexecute.c: Check HAVE_CONFIG_H, not IN_GCC, when determining 	whether to include config.h.  Possibly include unistd.h in the 	!IN_GCC case.  Define VFORK_STRING as a printable function call 	for error messages (either "vfork" or "fork".)  If HAVE_VFORK_H is 	defined, include vfork.h.  If VMS is defined, define vfork() 	appropriately.  Remove vfork check on USG, we're using autoconf.  	(pexecute): Set `errmsg_fmt' to VFORK_STRING instead of checking 	locally what string to use.1998-10-26  Mark Mitchell  <mark@markmitchell.com>	* splay-tree.c: Tweak include directives to make sure declarations of	xmalloc and free are available.1998-10-25  Mark Mitchell  <mark@markmitchell.com>	* cplus-dem.c (gnu_special): Fix handling of virtual tables in	anonymous namespaces.1998-10-23  Mark Mitchell  <mark@markmitchell.com>	* cplus-dem.c (work_stuff): Replace const_type and volatile_type	with type_quals.	(TYPE_UNQUALIFIED): New macro.	(TYPE_QUAL_CONST): Likewise.	(TYPE_QUAL_VOLATILE): Likewise.	(TYPE_QUAL_RESTRICT): Likewise.	(code_for_qualifier): New function.	(qualifier_string): Likewise.	(demangle_qualifier): Likewise.	(internal_cplus_demangle): Use them.	(demangle_signature): Likewise.	(demangle_template_value_parm): Likewise.	(do_type): Likewise.	(demangle_fund_type)): Likewise.Thu Oct 22 19:58:43 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>	* splay-tree.c (splay_tree_foreach_helper): Make definition static	to match prototype.1998-10-21  Mark Mitchell  <mark@markmitchell.com>	* splay-tree.c: New file.	* Makefile.in (CFILES): Add it.	(REQUIRED_OFILES): Likewise.	(splay-tree.o): Add dependencies.Tue Oct 20 12:29:02 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>	* cplus-dem.c (demangle_qualified): Fix off-by-one when checking	range of 'K' index.Thu Oct 15 18:51:12 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>	* choose-temp.c: Prototype mkstemps() when IN_GCC.	* cplus-dem.c (consume_count): Cast argument of ctype macro to	`unsigned char'.	(cplus_demangle_opname): Cast the result of `strlen' to (int) when	comparing against one.	(cplus_mangle_opname): Likewise.	(demangle_integral_value): Cast argument of ctype macro to	`unsigned char'.	(demangle_template_value_parm): Likewise.	(demangle_template): Initialize variable `bindex'.  Cast the	result of `strlen' to (int) when comparing against one.  Remove	unused variable `start_of_value_parm'.	(demangle_class_name): Cast the result of `strlen' to (int) when	comparing against one.	(demangle_prefix): Cast argument of ctype macro to `unsigned char'.	(gnu_special): Likewise.  Cast the result of `strlen' to (int)	when comparing against one.	(demangle_qualified): Cast argument of ctype macro to `unsigned char'.	(get_count): Likewise.	(do_type): Likewise.  Cast the result of `strlen' to (int) when	comparing against one.	(demangle_fund_type): Cast argument of ctype macro to `unsigned char'.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?