diff options
author | Doug Evans <dje@google.com> | 2012-10-11 02:07:22 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-10-11 02:07:22 +0000 |
commit | a1855c1db0fb6d4ab803b5589069fe04c2864b64 (patch) | |
tree | dc2f4841a0360cf8045c0f726d7154a988d24c7d /gdb/ChangeLog | |
parent | 95883d846f97cf95b85d0871966f6ca3c2bfd7f0 (diff) | |
download | gdb-a1855c1db0fb6d4ab803b5589069fe04c2864b64.zip gdb-a1855c1db0fb6d4ab803b5589069fe04c2864b64.tar.gz gdb-a1855c1db0fb6d4ab803b5589069fe04c2864b64.tar.bz2 |
* dwarf2read.c (read_1_byte): Add const to buf parameter.
(read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
(read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
(lookup_dwo_file): Add const to dwo_name parameter.
(lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8fe5e27..b6ca77a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2012-10-10 Doug Evans <dje@google.com> + + * dwarf2read.c (read_1_byte): Add const to buf parameter. + (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto. + (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto. + (lookup_dwo_file): Add const to dwo_name parameter. + (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto. + 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com> Fix crash during stepping on ppc32. |