Skip to content

fix non-zero VMA and LMA in .debug_info and .debug_abbrev elf sections #148

Closed
@graydon

Description

@graydon
Contributor

Apparently the GNU tools expect VMA and LMA of .debug_info / .debug_abbrev to be zero. I'm not sure why we haven't seen this yet, but tromey reports this is crashing his copies of readelf and gdb. Odd!

Activity

graydon

graydon commented on Aug 13, 2010

@graydon
ContributorAuthor

Zero LMA/VMA of debug sections in elf. Closed by 8149bb1.

added a commit that references this issue on Oct 17, 2011
8149bb1
added a commit that references this issue on Jul 19, 2017

Merge pull request rust-lang#148 from dwrensha/write-bytes-intrinsic

added a commit that references this issue on Nov 29, 2018

Merge pull request rust-lang#148 from matthewjasper/dst-fix

9732f63
added a commit that references this issue on Dec 14, 2019

Auto merge of #67084 - Pagten:feature/print-msg-from-elf-entrypoint, …

added a commit that references this issue on Oct 26, 2020

Merge pull request rust-lang#148 from bjorn3/dependabot/cargo/craneli…

ccf660c
added a commit that references this issue on Dec 9, 2021

Merge pull request rust-lang#148 from TheDan64/dependabot/cargo/stati…

8b3c0d3
added a commit that references this issue on Jun 7, 2022

Merge pull request rust-lang#148 from rust-lang/feature/packed-struct

f537564
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @graydon

        Issue actions

          fix non-zero VMA and LMA in .debug_info and .debug_abbrev elf sections · Issue #148 · rust-lang/rust