diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-24 18:06:40 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-24 18:06:40 +0000 |
commit | 7b1307b48f09169128abf5c764ee326ad6dbe641 (patch) | |
tree | ec1a65bfc456c4219048991bd7dc3b9b4c6667e1 /bfd/coff-z8k.c | |
parent | 127cf4315d36e114f4f9c161ecf8ee6ebcea4352 (diff) | |
download | gdb-7b1307b48f09169128abf5c764ee326ad6dbe641.tar.gz |
* aix5ppc-core.c: Fix comment typos.
* aout-arm.c: Likewise.
* aout-ns32k.c: Likewise.
* aoutx.h: Likewise.
* archures.c: Likewise.
* bfd-in.h: Likewise.
* bfd.c: Likewise.
* bfdio.c: Likewise.
* coff-arm.c: Likewise.
* coff-h8300.c: Likewise.
* coff-i860.c: Likewise.
* coff-m88k.c: Likewise.
* coff-mcore.c: Likewise.
* coff-ppc.c: Likewise.
* coff-rs6000.c: Likewise.
* coff-z8k.c: Likewise.
* coff64-rs6000.c: Likewise.
* coffcode.h: Likewise.
* cofflink.c: Likewise.
* cpu-alpha.c: Likewise.
* cpu-arm.c: Likewise.
* cpu-ns32k.c: Likewise.
* dwarf2.c: Likewise.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/coff-z8k.c')
-rw-r--r-- | bfd/coff-z8k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-z8k.c b/bfd/coff-z8k.c index 15c7f9d2186..db55cc13556 100644 --- a/bfd/coff-z8k.c +++ b/bfd/coff-z8k.c @@ -197,7 +197,7 @@ extra_case (in_abfd, link_info, link_order, reloc, data, src_ptr, dst_ptr) { bfd_vma dst = bfd_coff_reloc16_get_value (reloc, link_info, input_section); - /* Adresses are 23 bit, and the layout of those in a 32-bit + /* Addresses are 23 bit, and the layout of those in a 32-bit value is as follows: 1AAAAAAA xxxxxxxx AAAAAAAA AAAAAAAA (A - address bits, x - ignore). */ |