Skip to content

Commit

Permalink
Remove spurious break in load_options.
Browse files Browse the repository at this point in the history
This artificially limited the number of options in an object file to one.

Signed-off-by: Greg Price <[email protected]>
  • Loading branch information
Greg Price committed Jul 27, 2009
1 parent 8027da4 commit add4b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion objmanip.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ void load_options(struct superbfd *sbfd)
assert(span->start == 0 &&
span->size == span->ss->contents.size);
span->ss->type = SS_TYPE_RODATA;
break;
} else {
err(sbfd, "Unrecognized Ksplice option %d\n",
opt->type);
Expand Down

0 comments on commit add4b71

Please sign in to comment.