|
|
@ -1540,9 +1540,9 @@ dwarf2_build_frame_info (struct objfile *objfile) |
|
|
unit.dwarf_frame_section = dwarf_eh_frame_section; |
|
|
unit.dwarf_frame_section = dwarf_eh_frame_section; |
|
|
|
|
|
|
|
|
/* FIXME: kettenis/20030602: This is the DW_EH_PE_datarel base
|
|
|
/* FIXME: kettenis/20030602: This is the DW_EH_PE_datarel base
|
|
|
that for the i386/amd64 target, which currently is the only |
|
|
that is used for the i386/amd64 target, which currently is |
|
|
target in GCC that supports/uses the DW_EH_PE_datarel |
|
|
the only target in GCC that supports/uses the |
|
|
encoding. */ |
|
|
DW_EH_PE_datarel encoding. */ |
|
|
got = bfd_get_section_by_name (unit.abfd, ".got"); |
|
|
got = bfd_get_section_by_name (unit.abfd, ".got"); |
|
|
if (got) |
|
|
if (got) |
|
|
unit.dbase = got->vma; |
|
|
unit.dbase = got->vma; |
|
|
|