aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2020-10-21 08:54:17 -0600
committerTom Tromey <tromey@adacore.com>2020-10-21 11:52:17 -0600
commit0d01fbe64f6f3f66fb6bd3b4e79e389e600b69a2 (patch)
tree454f3fb08e8503fa243a44badf74f05a9a7128d9 /libctf/ChangeLog
parentffd73a8b9ed30934b3cd00c15f5aa041621dcf9c (diff)
downloadgdb-0d01fbe64f6f3f66fb6bd3b4e79e389e600b69a2.zip
gdb-0d01fbe64f6f3f66fb6bd3b4e79e389e600b69a2.tar.gz
gdb-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 'libctf/ChangeLog')
-rw-r--r--libctf/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog
index e193436..a9aaea6 100644
--- a/libctf/ChangeLog
+++ b/libctf/ChangeLog
@@ -1,3 +1,15 @@
+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.
+
2020-08-27 Nick Alcock <nick.alcock@oracle.com>
* ctf-subr.c (open_errors): New list.