summaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-21 18:40:21 +0000
committerNick Clifton <nickc@redhat.com>2000-12-21 18:40:21 +0000
commitcc9ed9da96321ceab2f68cb5ea8084bc58519372 (patch)
tree1cf66ef65f5e8f426f2eb3013db93e9adf18da3c /bfd/coffcode.h
parent3af5b728ebcfe35309f82e97ee758aef0f7025e4 (diff)
downloadgdb-cc9ed9da96321ceab2f68cb5ea8084bc58519372.tar.gz
Fixes to allow sources to compile under Solaris 2.8
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r--bfd/coffcode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index 1dac3c3ac1b..05eba024bf1 100644
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -1017,7 +1017,9 @@ styp_to_sec_flags (abfd, hdr, name, section)
esym += (isym.n_numaux + 1) * bfd_coff_symesz (abfd);
}
- breakloop:
+ breakloop:
+ /* SunOS requires a statement after any label. */
+ ;
}
}