mostang.com!davidm | dee2508 | 2002-11-09 03:59:27 +0000 | [diff] [blame] | 1 | *********************************************************** |
| 2 | |
David Mosberger-Tang | 3c109ee | 2006-07-26 15:12:18 -0600 | [diff] [blame] | 3 | Discontinued. See git log instead at |
mostang.com!davidm | dee2508 | 2002-11-09 03:59:27 +0000 | [diff] [blame] | 4 | |
David Mosberger-Tang | 3c109ee | 2006-07-26 15:12:18 -0600 | [diff] [blame] | 5 | http://www.kernel.org/git/gitweb.cgi?p=libs/libunwind/libunwind.git;a=log |
mostang.com!davidm | dee2508 | 2002-11-09 03:59:27 +0000 | [diff] [blame] | 6 | |
| 7 | *********************************************************** |
| 8 | |
| 9 | 2002-11-08 David Mosberger-Tang <David.Mosberger@acm.org> |
| 10 | |
| 11 | * src/ia64/unwind_i.h (ia64_getfp): Change from macro to inline |
| 12 | function. Check "loc" argument for being NULL before dereferencing it. |
| 13 | (ia64_putfp): Ditto. |
| 14 | (ia64_get): Ditto. |
| 15 | (ia64_put): Ditto. |
| 16 | |
mostang.com!davidm | 7fbfe0a | 2002-02-15 23:22:05 +0000 | [diff] [blame] | 17 | 2002-01-18 David Mosberger-Tang <David.Mosberger@acm.org> |
| 18 | |
| 19 | * src/ia64/parser.c (__ia64_unw_create_state_record): Set |
| 20 | IA64_FLAG_HAS_HANDLER if the unwind info descriptors indicate that |
| 21 | there a handler. |
| 22 | |
| 23 | * src/ia64/regs.c (__ia64_access_reg): Return zero for UNW_REG_HANDLER |
| 24 | in frames that don't have a personality routine. |
| 25 | |
| 26 | * src/ia64/unwind_i.h (IA64_FLAG_HAS_HANDLER): New flag. |
| 27 | |
| 28 | * src/ia64/regs.c (__ia64_access_reg): When reading UNW_REG_HANDLER, |
| 29 | account for the fact that the personality address is gp-relative. |
| 30 | |
| 31 | * src/ia64/parser.c (__ia64_unw_create_state_record): Fix |
| 32 | initialization of segbase and len. |
| 33 | |
| 34 | 2002-01-17 David Mosberger-Tang <David.Mosberger@acm.org> |
| 35 | |
| 36 | * include/unwind-ia64.h: Include via "unwind.h" to ensure |
| 37 | the file is picked up from same directory. |
| 38 | |
| 39 | 2002-01-16 David Mosberger-Tang <David.Mosberger@acm.org> |
| 40 | |
| 41 | * include/unwind.h: Define UNW_ESTOPUNWIND. This error code may |
| 42 | be returned by acquire_unwind_info() to force termination of |
| 43 | unwinding. An application may want to do this when encountering a |
| 44 | call frame for dynamically generated code, for example. |
| 45 | |
| 46 | * unwind.h: Pass opaque argument pointer to acquire_unwind_info() |
| 47 | and release_unwind_info() like we do for access_mem() etc. |
| 48 | |
| 49 | 2002-01-14 David Mosberger-Tang <David.Mosberger@acm.org> |
| 50 | |
| 51 | * Version 0.0 released. |
| 52 | |
| 53 | 2002-01-11 David Mosberger-Tang <David.Mosberger@acm.org> |
| 54 | |
| 55 | * ChangeLog created. |