Browse Subversion Repository
Diff of /trunk/bfd/cpu-arm.c
Parent Directory
| Revision Log
| Patch
| 187 |
|| out == bfd_mach_arm_iWMMXt2)) |
|| out == bfd_mach_arm_iWMMXt2)) |
| 188 |
{ |
{ |
| 189 |
_bfd_error_handler (_("\ |
_bfd_error_handler (_("\ |
| 190 |
ERROR: %B is compiled for the EP9312, whereas %B is compiled for XScale"), |
error: %B is compiled for the EP9312, whereas %B is compiled for XScale"), |
| 191 |
ibfd, obfd); |
ibfd, obfd); |
| 192 |
bfd_set_error (bfd_error_wrong_format); |
bfd_set_error (bfd_error_wrong_format); |
| 193 |
return FALSE; |
return FALSE; |
| 198 |
|| in == bfd_mach_arm_iWMMXt2)) |
|| in == bfd_mach_arm_iWMMXt2)) |
| 199 |
{ |
{ |
| 200 |
_bfd_error_handler (_("\ |
_bfd_error_handler (_("\ |
| 201 |
ERROR: %B is compiled for the EP9312, whereas %B is compiled for XScale"), |
error: %B is compiled for the EP9312, whereas %B is compiled for XScale"), |
| 202 |
obfd, ibfd); |
obfd, ibfd); |
| 203 |
bfd_set_error (bfd_error_wrong_format); |
bfd_set_error (bfd_error_wrong_format); |
| 204 |
return FALSE; |
return FALSE; |
|
|
Legend:
| Removed from v.20 |
|
| changed lines |
| |
Added in v.21 |
|
|
| |