diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-02-26 11:50:08 +0100 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-02-26 11:50:08 +0100 |
commit | 17487d857c372c01fb84b028062eaf1cdb41048a (patch) | |
tree | 1fbe284ef9fa76334e4c7cceb775c95b73e5f43b /gdb | |
parent | bb2b33b9395662e7562be34b47b9533620b583c6 (diff) | |
download | gdb-17487d857c372c01fb84b028062eaf1cdb41048a.zip gdb-17487d857c372c01fb84b028062eaf1cdb41048a.tar.gz gdb-17487d857c372c01fb84b028062eaf1cdb41048a.tar.bz2 |
Change // comment in gdb/compile/
Missing ChangeLog in the previous commit:
bb2b33b9395662e7562be34b47b9533620b583c6
gdb/ChangeLog
2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
PR build/18033
* compile/compile-c-support.c (c_compute_program): Change // comment.
* compile/compile-object-load.c (setup_sections): Change // comment.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c3d47f9..1aa6fc1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com> + + PR build/18033 + * compile/compile-c-support.c (c_compute_program): Change // comment. + * compile/compile-object-load.c (setup_sections): Change // comment. + 2015-02-26 Joel Brobecker <brobecker@adacore.com> PR build/18033: |