File: ChangeLog

package info (click to toggle)
libunwind 1.1-3.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,540 kB
  • ctags: 5,665
  • sloc: ansic: 31,521; sh: 18,062; asm: 1,851; makefile: 866; cpp: 118
file content (55 lines) | stat: -rw-r--r-- 1,903 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
***********************************************************

 Discontinued.  See git log instead at

   http://www.kernel.org/git/gitweb.cgi?p=libs/libunwind/libunwind.git;a=log

***********************************************************

2002-11-08  David Mosberger-Tang  <David.Mosberger@acm.org>

	* src/ia64/unwind_i.h (ia64_getfp): Change from macro to inline
	function.  Check "loc" argument for being NULL before dereferencing it.
	(ia64_putfp): Ditto.
	(ia64_get): Ditto.
	(ia64_put): Ditto.

2002-01-18  David Mosberger-Tang  <David.Mosberger@acm.org>

	* src/ia64/parser.c (__ia64_unw_create_state_record): Set
	IA64_FLAG_HAS_HANDLER if the unwind info descriptors indicate that
	there a handler.

	* src/ia64/regs.c (__ia64_access_reg): Return zero for UNW_REG_HANDLER
	in frames that don't have a personality routine.

	* src/ia64/unwind_i.h (IA64_FLAG_HAS_HANDLER): New flag.

	* src/ia64/regs.c (__ia64_access_reg): When reading UNW_REG_HANDLER,
	account for the fact that the personality address is gp-relative.

	* src/ia64/parser.c (__ia64_unw_create_state_record): Fix
	initialization of segbase and len.

2002-01-17  David Mosberger-Tang  <David.Mosberger@acm.org>

	* include/unwind-ia64.h: Include via "unwind.h" to ensure
	the file is picked up from same directory.

2002-01-16  David Mosberger-Tang  <David.Mosberger@acm.org>

	* include/unwind.h: Define UNW_ESTOPUNWIND.  This error code may
	be returned by acquire_unwind_info() to force termination of
	unwinding.  An application may want to do this when encountering a
	call frame for dynamically generated code, for example.

	* unwind.h: Pass opaque argument pointer to acquire_unwind_info()
	and release_unwind_info() like we do for access_mem() etc.

2002-01-14  David Mosberger-Tang  <David.Mosberger@acm.org>

	* Version 0.0 released.

2002-01-11  David Mosberger-Tang  <David.Mosberger@acm.org>

	* ChangeLog created.