Browse Subversion Repository
Diff of /trunk/bfd/bout.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| 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 |
|
|
|