diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-15 21:38:16 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-01-15 21:38:16 +0000 |
commit | 6ec12636a713f947bf37b8f355a0e53c94f4a8e9 (patch) | |
tree | 03a3368a021a163e7bce63b83471f40cc257561d /bfd/ChangeLog | |
parent | d904de5b3d3a43ecb03958505c6323cb34379d44 (diff) | |
download | gdb-6ec12636a713f947bf37b8f355a0e53c94f4a8e9.zip gdb-6ec12636a713f947bf37b8f355a0e53c94f4a8e9.tar.gz gdb-6ec12636a713f947bf37b8f355a0e53c94f4a8e9.tar.bz2 |
bfd/
Fix compilation warning on gcc-3.4.
* vms-tir.c (start_etir_record, sto_imm): Rename the prototype
parameter index to sec_index according to the function definition.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fd874b1..419cd2f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com> + + Fix compilation warning on gcc-3.4. + * vms-tir.c (start_etir_record, sto_imm): Rename the prototype + parameter index to sec_index according to the function definition. + 2010-01-13 Chao-ying Fu <fu@mips.com> * elfxx-mips.c (JR_TO_B_P): New define to transform JR to B. |