gcc/gcc ChangeLog.apple-ppc dbxout.c dbxout.h ...

dpatel@gcc.gnu.org dpatel@gcc.gnu.org
Thu Sep 15 23:38:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	apple-local-200502-branch
Changes by:	dpatel@gcc.gnu.org	2005-09-15 23:37:30

Modified files:
	gcc            : ChangeLog.apple-ppc dbxout.c dbxout.h final.c 
	gcc/testsuite  : ChangeLog.apple-ppc 
	gcc/testsuite/gcc.dg: stabs-attrib-vect-darwin.c 
	gcc/testsuite/obj-c++.dg: stabs-2.mm 
Added files:
	gcc/testsuite/gcc.dg: stabs-4209166.c stabs-4223137.c 
	                      stabs-4232445.c 

Log message:
	Index: ChangeLog.apple-ppc
	===================================================================
	RCS file: /cvs/gcc/gcc/gcc/Attic/ChangeLog.apple-ppc,v
	retrieving revision 1.1.4.151
	diff -Idpatel.pbxuser -c -3 -p -r1.1.4.151 ChangeLog.apple-ppc
	*** ChangeLog.apple-ppc 15 Sep 2005 21:10:58 -0000      1.1.4.151
	Radar 4209166 4223137 4232445 4227075
	dbxout_type rewrite.
	* dbxout.c (enum typestatus): Add TYPE_QUEUED.
	(dbxout_type):Rewrite. Use dbxout_partial_type and dbxout_complete_type
	to do actual work.
	(dbxout_partial_type, dbxout_complete_type, dbxout_type_xref,
	dbxout_pointer_type, dbxout_void_type, dbxout_integer_type,
	dbxout_real_type, dbxout_char_type, dbxout_complex_type,
	dbxout_file_type, dbxout_function_type, dbxout_reference_type,
	dbxout_next_type_number, dbxout_cross_ref_type_p, dbxout_type_with_name,
	dbxout_queue_type, dbxout_free_type_queue): New.
	(dbxout_function_end): Flush type queue.
	(dbxout_end_source_file): Same.
	* final.c (debug_flush_symbol_queue): Same.
	* debug.h (dbxout_flush_type_queue): New.
	
	* gcc.dg/stabs-attrib-vect-darwin.c: Update.
	* gcc.dg/stabs-4209166.c: New.
	* gcc.dg/stabs-4223137.c: New.
	* gcc.dg/stabs-4232445.c: New.
	* obj-c++.dg/stabs-2.mm: Update.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.4.151&r2=1.1.4.152
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dbxout.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.219.4.21&r2=1.219.4.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dbxout.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.17&r2=1.17.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/final.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.344.10.4&r2=1.344.10.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.4.112&r2=1.1.4.113
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/stabs-4209166.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/stabs-4223137.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/stabs-4232445.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/stabs-attrib-vect-darwin.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/obj-c++.dg/stabs-2.mm.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.2.1&r2=1.1.2.2



More information about the Gcc-cvs mailing list