diff options
| author | Petr Machata <[email protected]> | 2015-03-18 19:42:02 +0100 |
|---|---|---|
| committer | Petr Machata <[email protected]> | 2015-03-31 19:01:40 +0200 |
| commit | 7f617347794f7d57f69d08f38c00f3f6ad221a56 (patch) | |
| tree | 0c72ce8e93adc854c7d8a3ed44446e0ef21af78c /config/ChangeLog | |
| parent | 5370bb0a6492cb4669c8375e53748a4303997ed7 (diff) | |
Publish known-dwarf.h
- Make the macro names properly scoped (DWARF_ALL_KNOWN_* and
DWARF_ONE_KNOWN_*).
- Simplify the calling convention: don't keep track of the comment
associated with the enumerator, always use the non-_DESC
DWARF_ONE_KNOWN_* callback.
- Install known-dwarf.h alongside libdw.h and others.
Signed-off-by: Petr Machata <[email protected]>
Diffstat (limited to 'config/ChangeLog')
| -rw-r--r-- | config/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 409e2b1b..586ebb03 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,10 @@ +2015-03-18 Petr Machata <[email protected]> + + * known-dwarf.awk (comment): Drop all uses of this variable. + (END): Always emit the non-_DESC variant. Emit + DWARF_ALL_KNOWN_DW_ instead of ALL_KNOWN_DW_*, and + DWARF_ONE_KNOWN_DW_ instead of ONE_KNOWN_DW_*. + 2015-02-20 Petr Machata <[email protected]> * known-dwarf.awk (END): Drop useless variables lo, hi. Merge two |
