Got the same problem on a MCF51... compiler uses instructions such as BGE but no explanation seems to be given on the Programmer's manual.
EDIT: all these instructions are referred to as "Bcc", at least on the coldfire v1 Programmers' manual:
BGE = Branch if Greater or Equal
BGT = Branch if Greater Than
etc...