r121116 - in /trunk: gcc/ChangeLog gcc/unwind-c...

krebbel@gcc.gnu.org krebbel@gcc.gnu.org
Wed Jan 24 14:46:00 GMT 2007


Author: krebbel
Date: Wed Jan 24 14:46:47 2007
New Revision: 121116

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121116
Log:
2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>

	* unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with 
	_uleb128_t and _Unwind_SWord with _sleb128_t.
	* unwind-dw2.c (extract_cie_info, execute_stack_op, execute_cfa_program,
	uw_frame_state_for, uw_update_context_1): Likewise.
	* unwind-c.c (parse_lsda_header, PERSONALITY_FUNCTION): Likewise.
	* unwind-pe.h (read_uleb128, read_sleb128,
	read_encoded_value_with_base): Likewise.
	* unwind-generic.h: Define _sleb128_t and _uleb128_t types.

2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>

	* libsupc++/eh_personality.cc (parse_lsda_header, check_exception_spec,
	get_ttype_entry, empty_exception_spec, PERSONALITY_FUNCTION): Replaced
	_Unwind_Word with _uleb128_t and _Unwind_SWord with _sleb128_t.

2007-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>

	* exception.cc (parse_lsda_header, PERSONALITY_FUNCTION): Replaced
	_Unwind_Word with _uleb128_t and _Unwind_SWord with _sleb128_t.



Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/libsupc++/eh_personality.cc

Changes in other areas also in this revision:
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/unwind-c.c
    trunk/gcc/unwind-dw2-fde.c
    trunk/gcc/unwind-dw2.c
    trunk/gcc/unwind-generic.h
    trunk/gcc/unwind-pe.h
    trunk/libjava/ChangeLog
    trunk/libjava/exception.cc



More information about the Libstdc++-cvs mailing list