This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PPC code generation question


Is it intentional, unavoidable, or a bug that this code

.text
_start:
bge+ .
bge- .-4

generates different a binary different from this

.text
_start:
bge+ .
bge- .-4
.machine  power6

While I suppose that the difference is not very significant, it still seems
odd.

Thanks, Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]