Changeset a499702


Ignore:
Timestamp:
Dec 8, 2021, 7:57:00 AM (2 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
33608cb
Parents:
58e0d3c
Message:

clean up documentation for assembler check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/as.cc

    r58e0d3c ra499702  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // as.c -- map assembler file, scan for debug information. If found, expand file by one character and insert Cforall
    8 //         language code on the N line from the start of the debug information.
     7// as.c -- map assembler file, scan for debug information, then language code, and skip N lines forward to code. If
     8//         code is C dialect, possibly expand file by one character, and replace with Cforall language code.
    99//
    1010// Author           : Peter A. Buhr
    1111// Created On       : Wed Aug  1 10:49:42 2018
    1212// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Wed Dec  8 07:34:12 2021
    14 // Update Count     : 135
     13// Last Modified On : Wed Dec  8 07:56:12 2021
     14// Update Count     : 136
    1515//
    1616
Note: See TracChangeset for help on using the changeset viewer.