This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r166174 - in /trunk/gcc: ChangeLog config/darwi...


Author: iains
Date: Tue Nov  2 11:14:42 2010
New Revision: 166174

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166174
Log:

improve darwin section ordering between debug/non-debug cases.

gcc:

	* config/darwin.c (darwin_asm_named_section): Check for __DWARF
	sections and call darwin_asm_dwarf_section() to handle them.
	(darwin_asm_dwarf_section): New.
	(darwin_file_start): Remove code emitting dwarf section symbols.

testsuite:

	* g++.dg/debug/dwarf2/pubnames-1.C: Amend to check for only one instance
	of debug_pubnames on darwin.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/darwin.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/debug/dwarf2/pubnames-1.C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]