mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
This commit is contained in:
parent
12c266ea56
commit
37b517aa77
@ -1,3 +1,7 @@
|
||||
2003-10-03 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
|
||||
|
||||
2003-10-02 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
|
||||
|
@ -1540,9 +1540,9 @@ dwarf2_build_frame_info (struct objfile *objfile)
|
||||
unit.dwarf_frame_section = dwarf_eh_frame_section;
|
||||
|
||||
/* FIXME: kettenis/20030602: This is the DW_EH_PE_datarel base
|
||||
that for the i386/amd64 target, which currently is the only
|
||||
target in GCC that supports/uses the DW_EH_PE_datarel
|
||||
encoding. */
|
||||
that is used for the i386/amd64 target, which currently is
|
||||
the only target in GCC that supports/uses the
|
||||
DW_EH_PE_datarel encoding. */
|
||||
got = bfd_get_section_by_name (unit.abfd, ".got");
|
||||
if (got)
|
||||
unit.dbase = got->vma;
|
||||
|
Loading…
Reference in New Issue
Block a user