diff options
author | Tom Tromey <tom@tromey.com> | 2018-12-24 10:07:51 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-12-27 13:15:31 -0700 |
commit | c88c222e3c01e3f936455dca59f486e310d12f69 (patch) | |
tree | fa67b9fefb2d13b4d6df9af70a85fdac658f4f6b /gdb/ChangeLog | |
parent | 47db57fd4ea9379c356c326458691f5cdc64c72b (diff) | |
download | gdb-c88c222e3c01e3f936455dca59f486e310d12f69.zip gdb-c88c222e3c01e3f936455dca59f486e310d12f69.tar.gz gdb-c88c222e3c01e3f936455dca59f486e310d12f69.tar.bz2 |
Remove gdbtypes special case from init.c rule
The rule to make init.c has a special case for gdbtypes, with a long
explanatory comment. All of this is obsolete, as the globals referred
to by the comment no longer exist. This patch simplifies the rule.
gdb/ChangeLog
2018-12-27 Tom Tromey <tom@tromey.com>
* Makefile.in (stamp-init): Remove gdbtypes special case.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 39b1b02..33cc257 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2018-12-27 Tom Tromey <tom@tromey.com> + + * Makefile.in (stamp-init): Remove gdbtypes special case. + 2018-12-27 John Baldwin <jhb@FreeBSD.org> * config/i386/nm-fbsd.h: Remove file. |