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]

r109861 - in /branches/apple-local-200502-branc...


Author: geoffk
Date: Wed Jan 18 01:49:02 2006
New Revision: 109861

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109861
Log:
	Radar 4383509
	* dwarf2out.c (debug_frame_section): New.
	(output_call_frame_info): Use debug_frame_section.  Pass it to
	dw2_asm_output_offset.
	(output_die): Pass appropriate section to dw2_asm_output_offset.
	(output_compilation_unit_header): Likewise.
	(output_pubnames): Likewise.
	(output_aranges): Likewise.
	* dwarf2asm.h (dw2_asm_output_offset): Add section parameter.
	* dwarf2asm.c (dw2_asm_output_offset): Add base section parameter.
	Pass to ASM_OUTPUT_DWARF_OFFSET.
	* doc/tm.texi (SDB and DWARF): Add extra parameter to
	ASM_OUTPUT_DWARF_OFFSET.  Use @var to indicate metavariables.

Modified:
    branches/apple-local-200502-branch/gcc/config/darwin-protos.h
    branches/apple-local-200502-branch/gcc/config/darwin.c
    branches/apple-local-200502-branch/gcc/config/darwin.h
    branches/apple-local-200502-branch/gcc/config/i386/cygming.h
    branches/apple-local-200502-branch/gcc/config/i386/i386.c
    branches/apple-local-200502-branch/gcc/config/ia64/ia64.h
    branches/apple-local-200502-branch/gcc/config/rs6000/rs6000.c
    branches/apple-local-200502-branch/gcc/doc/tm.texi
    branches/apple-local-200502-branch/gcc/dwarf2asm.c
    branches/apple-local-200502-branch/gcc/dwarf2asm.h
    branches/apple-local-200502-branch/gcc/dwarf2out.c


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