Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/cpu-arm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by monamour, Thu Dec 4 05:12:56 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 187  bfd_arm_merge_machines (bfd *ibfd, bfd * Line 187  bfd_arm_merge_machines (bfd *ibfd, bfd *
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;
# Line 198  ERROR: %B is compiled for the EP9312, wh Line 198  ERROR: %B is compiled for the EP9312, wh
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26