summaryrefslogtreecommitdiff
path: root/bfd/elf32-cris.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-10-10 13:58:05 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-10-10 13:58:05 +0000
commitdc0220c7c2b198b4c5b8e35be15ae6b891dfa5f3 (patch)
tree4609277b0365518e00b74da9e1f6986d84c5ec34 /bfd/elf32-cris.c
parent30e6de97a3644109cd25c7c8920354b3aa05cbd9 (diff)
downloadgdb-dc0220c7c2b198b4c5b8e35be15ae6b891dfa5f3.tar.gz
* libbfd-in.h (BFD_ASSERT, BFD_FAIL): Wrap macro body in do while.
* libbfd.h: Regnerate. * elf32-cris.c: Add missing semicolon to BFD_ASSERTs. * elf32-frv.c: Likewise. * elf32-m32r.c: Likewise. * elf32-ppc.c: Likewise. * elf64-hppa.c: Likewise. * elfxx-ia64.c: Likewise. * opncls.c: Likewise.
Diffstat (limited to 'bfd/elf32-cris.c')
-rw-r--r--bfd/elf32-cris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-cris.c b/bfd/elf32-cris.c
index 2e8a6b3874d..f0c88dcc6df 100644
--- a/bfd/elf32-cris.c
+++ b/bfd/elf32-cris.c
@@ -2960,7 +2960,7 @@ cris_elf_print_private_bfd_data (abfd, ptr)
{
FILE *file = (FILE *) ptr;
- BFD_ASSERT (abfd != NULL && ptr != NULL)
+ BFD_ASSERT (abfd != NULL && ptr != NULL);
_bfd_elf_print_private_bfd_data (abfd, ptr);