Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Issue 13779 - gdb can't find frame base when using ld.gold #4168

Merged
merged 3 commits into from
Nov 27, 2014

Conversation

MartinNowak
Copy link
Member

  • missing relocation addend .debug_info reference to .debug_loc
  • also did a tiny refactoring and added commented some code

Issue 13779

- missing relocation addend .debug_info reference to .debug_loc
- add dwarf_apprel32 to encapsulate the difference between relocations
  with addend (.rela, 64-bit) and those without addend (.rel, 32-bit)
WalterBright added a commit that referenced this pull request Nov 27, 2014
 fix Issue 13779 - gdb can't find frame base when using ld.gold
@WalterBright WalterBright merged commit e7a03fd into dlang:master Nov 27, 2014
@MartinNowak MartinNowak deleted the fix13779 branch November 27, 2014 08:00
tramker added a commit to tramker/dmd that referenced this pull request Mar 21, 2015
Pull dlang#4168 removed call to dwarf_addrel() in 32-bit mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants