|
Lines 2083-2089
NAME(aout,swap_std_reloc_out) (abfd, g, natptr)
Link Here
|
| 2083 |
/* If this relocation is relative to a symbol then set the |
2083 |
/* If this relocation is relative to a symbol then set the |
| 2084 |
r_index to the symbols index, and the r_extern bit. |
2084 |
r_index to the symbols index, and the r_extern bit. |
| 2085 |
|
2085 |
|
| 2086 |
Absolute symbols can come in in two ways, either as an offset |
2086 |
Absolute symbols can come in two ways, either as an offset |
| 2087 |
from the abs section, or as a symbol which has an abs value. |
2087 |
from the abs section, or as a symbol which has an abs value. |
| 2088 |
check for that here. */ |
2088 |
check for that here. */ |
| 2089 |
|
2089 |
|
|
Lines 2169-2175
NAME(aout,swap_ext_reloc_out) (abfd, g, natptr)
Link Here
|
| 2169 |
/* If this relocation is relative to a symbol then set the |
2169 |
/* If this relocation is relative to a symbol then set the |
| 2170 |
r_index to the symbols index, and the r_extern bit. |
2170 |
r_index to the symbols index, and the r_extern bit. |
| 2171 |
|
2171 |
|
| 2172 |
Absolute symbols can come in in two ways, either as an offset |
2172 |
Absolute symbols can come in two ways, either as an offset |
| 2173 |
from the abs section, or as a symbol which has an abs value. |
2173 |
from the abs section, or as a symbol which has an abs value. |
| 2174 |
check for that here. */ |
2174 |
check for that here. */ |
| 2175 |
if (bfd_is_abs_section (bfd_get_section (sym))) |
2175 |
if (bfd_is_abs_section (bfd_get_section (sym))) |