mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
be6d4f74c7
I wrote a little script to detect duplicate or commented-out #includes and ran it on gdb. This patch is the result. Tested by rebuilding. gdb/ChangeLog 2019-01-21 Tom Tromey <tom@tromey.com> * ui-out.c: Fix includes. * tui/tui-source.c: Fix includes. * target.c: Fix includes. * remote.c: Fix includes. * regcache.c: Fix includes. * python/py-block.c: Fix includes. * printcmd.c: Fix includes. * or1k-tdep.c: Fix includes. * mi/mi-main.c: Fix includes. * m32r-tdep.c: Fix includes. * csky-tdep.c: Fix includes. * compile/compile-cplus-types.c: Fix includes. * cli/cli-interp.c: Fix includes. gdb/gdbserver/ChangeLog 2019-01-21 Tom Tromey <tom@tromey.com> * tracepoint.c: Fix includes. * remote-utils.c: Fix includes. * linux-x86-low.c: Fix includes. gdb/stubs/ChangeLog 2019-01-21 Tom Tromey <tom@tromey.com> * ia64vms-stub.c: Fix includes.
26 lines
627 B
Plaintext
26 lines
627 B
Plaintext
2019-01-21 Tom Tromey <tom@tromey.com>
|
|
|
|
* ia64vms-stub.c: Fix includes.
|
|
|
|
2012-12-19 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
* buildvms.com: Add copyright header.
|
|
|
|
2012-06-05 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
* ia64vms-stub.c: Adjust copyright header to follow convention
|
|
expected by gnulib's update-copyright script.
|
|
|
|
2012-03-08 Tristan Gingold <gingold@adacore.com>
|
|
|
|
* sparc-stub.c: Move from ..
|
|
* sh-stub.c: Likewise.
|
|
* m68k-stub.c: Likewise.
|
|
* m32r-stub.c: Likewise.
|
|
* i386-stub.c: Likewise.
|
|
|
|
2012-03-05 Tristan Gingold <gingold@adacore.com>
|
|
|
|
* buildvms.com: New file.
|
|
* ia64vms-stub.c: New file.
|