This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB 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]

src/gdb ChangeLog.intercu dwarf2read.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	drow_intercu-20040221-branch
Changes by:	drow@sourceware.org	2004-04-02 17:38:03

Modified files:
	gdb            : ChangeLog.intercu dwarf2read.c 

Log message:
	* dwarf2read.c (struct dwarf2_cu): Add comments.  Rename
	partial_die_obstack to comp_unit_obstack.
	(struct partial_die_info): Move higher in file.  Add comments.
	Use ENUM_BITFIELD.
	(dwarf2_tmp_obstack, dwarf2_free_tmp_obstack): Remove.
	(partial_die_hash, partial_die_eq): Move lower in file.
	(hashtab_obstack_allocate): Likewise.  Renamed from
	hash_obstack_allocate.
	(dummy_obstack_deallocate): Likewise.  Renamed from
	splay_tree_obstack_deallocate.
	(dwarf2_build_psymtabs_hard): Remove references to
	dwarf2_tmp_obstack.  Update names of changed variables/functions.
	(load_comp_unit, create_comp_unit_tree, partial_die_parent_scope)
	(guess_structure_name, psymtab_to_symtab_1, load_full_comp_unit)
	(add_to_cu_func_list, load_partial_dies, dwarf_alloc_block)
	(free_one_comp_unit, clear_per_cu_pointer, set_die_type)
	(dwarf2_add_dependence): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.intercu.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.1.2.36&r2=1.1.2.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&only_with_tag=drow_intercu-20040221-branch&r1=1.135.2.39&r2=1.135.2.40


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