diff options
author | Tom Tromey <tromey@adacore.com> | 2020-10-21 08:54:17 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-10-21 11:52:17 -0600 |
commit | 0d01fbe64f6f3f66fb6bd3b4e79e389e600b69a2 (patch) | |
tree | 454f3fb08e8503fa243a44badf74f05a9a7128d9 /include/ChangeLog | |
parent | ffd73a8b9ed30934b3cd00c15f5aa041621dcf9c (diff) | |
download | binutils-0d01fbe64f6f3f66fb6bd3b4e79e389e600b69a2.zip binutils-0d01fbe64f6f3f66fb6bd3b4e79e389e600b69a2.tar.gz binutils-0d01fbe64f6f3f66fb6bd3b4e79e389e600b69a2.tar.bz2 |
Remove libctf/mkerrors.sed
This patch removes libctf/mkerrors.sed, replacing it with a macro in
ctf-api.h. This simplifies the build and avoids possible unportable
code in the sed script.
2020-10-21 Tom Tromey <tromey@adacore.com>
* ctf-api.h (_CTF_ERRORS): New macro.
libctf/ChangeLog
2020-10-21 Tom Tromey <tromey@adacore.com>
* mkerrors.sed: Remove.
* ctf-error.c (_CTF_FIRST): New define.
(_CTF_ITEM): Define this, not _CTF_STR.
(_ctf_errlist, _ctf_erridx): Use _CTF_ERRORS.
(ERRSTRFIELD): Rewrite.
(ERRSTRFIELD1): Remove.
* Makefile.in: Rebuild.
* Makefile.am (BUILT_SOURCES): Remove.
(ctf-error.h): Remove.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 5c1145a..b4ac311 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2020-10-21 Tom Tromey <tromey@adacore.com> + + * ctf-api.h (_CTF_ERRORS): New macro. + 2020-10-16 Nelson Chu <nelson.chu@sifive.com> * elf/riscv.h: Add R_RISCV_IRELATIVE to 58. |