diff options
author | Tom Tromey <tromey@redhat.com> | 2013-01-21 18:07:03 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-01-21 18:07:03 +0000 |
commit | 748e18ae852546a7d0fceb3537e8b5efdd03f5f3 (patch) | |
tree | d650f9a2da8b5f73b4a4dca445ffc8f52b1cd9a7 /gdb/ChangeLog | |
parent | 46212e0bb5c0c74454045ef9410f80f1c9b44ddd (diff) | |
download | gdb-748e18ae852546a7d0fceb3537e8b5efdd03f5f3.zip gdb-748e18ae852546a7d0fceb3537e8b5efdd03f5f3.tar.gz gdb-748e18ae852546a7d0fceb3537e8b5efdd03f5f3.tar.bz2 |
* gdbtypes.c (init_type): Make 'name' const.
* gdbtypes.h (init_type): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6323056..6d51c7d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-01-21 Tom Tromey <tromey@redhat.com> + * gdbtypes.c (init_type): Make 'name' const. + * gdbtypes.h (init_type): Update. + +2013-01-21 Tom Tromey <tromey@redhat.com> + * buildsym.c (patch_subfile_names): Use set_last_source_file. (start_symtab): Make 'name' and 'dirname' const. Use set_last_source_file. |