mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
2001-07-05 Ben Elliston <bje@redhat.com>
* read.c (s_fill): Correct spelling error in comments.
This commit is contained in:
parent
81b0b3f175
commit
2a1e2a6d6e
@ -1,5 +1,7 @@
|
||||
2001-07-05 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* read.c (s_fill): Correct spelling error in comments.
|
||||
|
||||
* doc/c-m88k.texi: New file.
|
||||
* doc/Makefile.am (CPU_DOCS): Add c-m88k.texi.
|
||||
* doc/Makefile.in: Regenerate.
|
||||
|
@ -1753,10 +1753,10 @@ s_fill (ignore)
|
||||
memset (p, 0, (unsigned int) size);
|
||||
|
||||
/* The magic number BSD_FILL_SIZE_CROCK_4 is from BSD 4.2 VAX
|
||||
flavoured AS. The following bizzare behaviour is to be
|
||||
flavoured AS. The following bizarre behaviour is to be
|
||||
compatible with above. I guess they tried to take up to 8
|
||||
bytes from a 4-byte expression and they forgot to sign
|
||||
extend. Un*x Sux. */
|
||||
extend. */
|
||||
#define BSD_FILL_SIZE_CROCK_4 (4)
|
||||
md_number_to_chars (p, (valueT) fill,
|
||||
(size > BSD_FILL_SIZE_CROCK_4
|
||||
|
Loading…
Reference in New Issue
Block a user