[v3,0/3] Fixes and improvements for the starting function

Message ID alpine.DEB.2.20.2303291928510.15477@tpp.orcam.me.uk
Headers
Series Fixes and improvements for the starting function |

Message

Maciej W. Rozycki March 29, 2023, 7:10 p.m. UTC
  Hi,

 Here is a small patch series to fix and improve the handling of the 
starting (aka main) function of the program, specifically for Fortran.

 This v3 update to the series adds inline documentation for the history of
DW_AT_main_subprogram and DW_AT_calling_convention == DW_CC_program DWARF
attributes.

 Changes have been regression-tested with the `x86_64-linux-gnu' native 
configuration and GCC versions 11.3.0 and 4.4.7.  See individual change 
descriptions for details.

 OK to apply?

  Maciej
  

Comments

Tom Tromey March 30, 2023, 1:50 p.m. UTC | #1
Maciej>  This v3 update to the series adds inline documentation for the history of
Maciej> DW_AT_main_subprogram and DW_AT_calling_convention == DW_CC_program DWARF
Maciej> attributes.

Thanks, this is ok.

Tom
  
Maciej W. Rozycki March 31, 2023, 2:34 p.m. UTC | #2
On Thu, 30 Mar 2023, Tom Tromey wrote:

> Maciej>  This v3 update to the series adds inline documentation for the history of
> Maciej> DW_AT_main_subprogram and DW_AT_calling_convention == DW_CC_program DWARF
> Maciej> attributes.
> 
> Thanks, this is ok.

 Committed now, thanks for your review.

  Maciej