diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-22 01:16:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-22 01:16:38 +0000 |
commit | 0f2f1341dd1af92650259b2f5728deff496162d1 (patch) | |
tree | 4462bc74e65a60dc62bb28caadb404d1d38d269b /sim/ppc/ChangeLog | |
parent | 61ca1de73aa68962b03cd954eeac560bf5287b05 (diff) | |
download | gdb-0f2f1341dd1af92650259b2f5728deff496162d1.zip gdb-0f2f1341dd1af92650259b2f5728deff496162d1.tar.gz gdb-0f2f1341dd1af92650259b2f5728deff496162d1.tar.bz2 |
2003-06-21 Andrew Cagney <cagney@redhat.com>
From Ian Lance Taylor <ian@airs.com>:
* hw_nvram.c (hw_nvram_init_address): Correct call to memset--swap
second and third arguments.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 7b10055..82844f2 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,5 +1,11 @@ 2003-06-21 Andrew Cagney <cagney@redhat.com> + From Ian Lance Taylor <ian@airs.com>: + * hw_nvram.c (hw_nvram_init_address): Correct call to memset--swap + second and third arguments. + +2003-06-21 Andrew Cagney <cagney@redhat.com> + * hw_com.c (hw_com_device_init_data): Check that the output, and not input file opened. Pointed out by masahino tky3.3web.ne.jp. |