diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4e68b1b8452..2a3625b95da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2014-05-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port the GDB-visible symbols to AIX. | ||
| 4 | Without them, GDB doesn't work to debug Emacs, since the AIX linker | ||
| 5 | optimizes away the relevant external symbols. Use enums instead; | ||
| 6 | this suffices for the AIX port, which is 32-bit-only anyway. | ||
| 7 | * lisp.h (ENUMABLE, DEFINE_GDB_SYMBOL_ENUM): New macros. | ||
| 8 | (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Use them. | ||
| 9 | (ARRAY_MARK_FLAG_val, PSEUDOVECTOR_FLAG_val, VALMASK_val): | ||
| 10 | New macros. | ||
| 11 | |||
| 1 | 2014-05-26 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2014-05-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | Include sources used to create macuvs.h. | 14 | Include sources used to create macuvs.h. |