[Bug target/47811] New: ARM asm branch to direct address
aleksazr at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Feb 18 19:35:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47811
Summary: ARM asm branch to direct address
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: aleksazr@gmail.com
Created attachment 23399
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23399
source
source assembled:
reset: b 0x300000
b 0x300000
generates:
0: ea0bfffe b 300000 <_ebss+0x2ffff0>
4: ea0bfffc b 2ffffc <_ebss+0x2fffec>
^^^^^^ both should jump to same address
More information about the Gcc-bugs
mailing list