diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-08 03:34:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-08 03:34:38 +0000 |
commit | cf3d882d1936f447026d47b98753a147119e76ef (patch) | |
tree | 7ad927028c830b5099d7a04595da045e56365d85 /bfd/elf64-mmix.c | |
parent | 8d17420c2d569e829b6c3142d39a41b44d2b390c (diff) | |
download | gdb-cf3d882d1936f447026d47b98753a147119e76ef.zip gdb-cf3d882d1936f447026d47b98753a147119e76ef.tar.gz gdb-cf3d882d1936f447026d47b98753a147119e76ef.tar.bz2 |
* bfd-in.h: Comment typo fix. Formatting.
* bfd-in2.h: Regenerate.
* coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
* elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
* elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
Diffstat (limited to 'bfd/elf64-mmix.c')
-rw-r--r-- | bfd/elf64-mmix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf64-mmix.c b/bfd/elf64-mmix.c index d9ad982..3cca228 100644 --- a/bfd/elf64-mmix.c +++ b/bfd/elf64-mmix.c @@ -2281,8 +2281,8 @@ mmix_dump_bpo_gregs (link_info, pf) for (i = 0; i < gregdata->n_max_bpo_relocs; i++) (*pf) ("%4u (%4u)/%4u#%u: 0x%08lx%08lx r: %3u o: %3u\n", i, - gregdata->bpo_reloc_indexes != NULL - ? gregdata->bpo_reloc_indexes[i] : -1, + (gregdata->bpo_reloc_indexes != NULL + ? gregdata->bpo_reloc_indexes[i] : (size_t) -1), gregdata->reloc_request[i].bpo_reloc_no, gregdata->reloc_request[i].valid, |