Changeset 13669


Ignore:
Timestamp:
Apr 25, 2010, 9:34:55 PM (15 years ago)
Author:
Gary Byers
Message:

Have to say '%function' vice '@function', since '@' is
"comment-to-end-of-line" in ARM as.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/arm/lisp-kernel/m4macros.m4

    r13337 r13669  
    179179# __line__
    180180        ifelse(eval(SYSstabs),eval(ELFstabs),`
    181         .type $1,@function
     181        .type $1,ifdef(`ARM',%function,@function)
    182182')
    183183
Note: See TracChangeset for help on using the changeset viewer.