Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/bout.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 1145  b_out_bfd_relax_section (bfd *abfd, Line 1145  b_out_bfd_relax_section (bfd *abfd,
1145    arelent **reloc_vector = NULL;    arelent **reloc_vector = NULL;
1146    long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);    long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
1147    
1148      if (link_info->relocatable)
1149        (*link_info->callbacks->einfo)
1150          (_("%P%F: --relax and -r may not be used together\n"));
1151    
1152    if (reloc_size < 0)    if (reloc_size < 0)
1153      return FALSE;      return FALSE;
1154    
# Line 1389  b_out_bfd_get_relocated_section_contents Line 1393  b_out_bfd_get_relocated_section_contents
1393  #define b_out_bfd_is_group_section             bfd_generic_is_group_section  #define b_out_bfd_is_group_section             bfd_generic_is_group_section
1394  #define b_out_bfd_discard_group                bfd_generic_discard_group  #define b_out_bfd_discard_group                bfd_generic_discard_group
1395  #define b_out_section_already_linked           _bfd_generic_section_already_linked  #define b_out_section_already_linked           _bfd_generic_section_already_linked
1396    #define b_out_bfd_define_common_symbol         bfd_generic_define_common_symbol
1397  #define aout_32_get_section_contents_in_window _bfd_generic_get_section_contents_in_window  #define aout_32_get_section_contents_in_window _bfd_generic_get_section_contents_in_window
1398    
1399  extern const bfd_target b_out_vec_little_host;  extern const bfd_target b_out_vec_little_host;

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