Thread overview
[Issue 21826] MSCOFF output for Win32 should not use EBP for anything other than the frame pointer
Apr 15, 2021
Walter Bright
Apr 15, 2021
Dlang Bot
Apr 15, 2021
Dlang Bot
April 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21826

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |backend

--
April 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21826

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #12433 "fix Issue 21826 - MSCOFF output for Win32 should not use EBP for anyt…" fixing this issue:

- fix Issue 21826 - MSCOFF output for Win32 should not use EBP for anything other than the frame pointer

https://github.com/dlang/dmd/pull/12433

--
April 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21826

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12433 "fix Issue 21826 - MSCOFF output for Win32 should not use EBP for anyt…" was merged into master:

- 8ab3d079ed08f8a934efae99981d087dcf25078d by Walter Bright:
  fix Issue 21826 - MSCOFF output for Win32 should not use EBP for anything
other than the frame pointer

https://github.com/dlang/dmd/pull/12433

--