Changeset 53ad43c in mainline for tools


Ignore:
Timestamp:
2018-03-08T18:54:30Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ef16903
Parents:
e0a4686
Message:

Replace ASM macro with the standard ASSEMBLER.

At least, GCC claims it to be a standard predefined macro. I was unable
to find the relevant standard, but it's defined in both gcc and clang.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autogen.py

    re0a4686 r53ad43c  
    133133#define AUTOGEN_%s_H
    134134
    135 #ifndef __ASM__
     135#ifndef __ASSEMBLER__
    136136%s
    137137#endif
     
    139139%s
    140140
    141 #ifndef __ASM__
     141#ifndef __ASSEMBLER__
    142142%s
    143143#endif
Note: See TracChangeset for help on using the changeset viewer.