diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-21 18:40:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-21 18:40:21 +0000 |
commit | 23ccc829e251d20c40a4337d2ae6057a0bb951aa (patch) | |
tree | 8489640a320e25e899ca20945f20aec842fc5f19 /bfd/coffcode.h | |
parent | 8c603c85a1a36ac618c2f03d69686a7985a5ab77 (diff) | |
download | gdb-23ccc829e251d20c40a4337d2ae6057a0bb951aa.zip gdb-23ccc829e251d20c40a4337d2ae6057a0bb951aa.tar.gz gdb-23ccc829e251d20c40a4337d2ae6057a0bb951aa.tar.bz2 |
Fixes to allow sources to compile under Solaris 2.8
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 1dac3c3..05eba02 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. */ + ; } } |