Changeset bdb4bc4 in rtems


Ignore:
Timestamp:
05/23/23 08:43:20 (6 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
63415655
Parents:
5da3ff47
git-author:
Sebastian Huber <sebastian.huber@…> (05/23/23 08:43:20)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/26/23 04:56:11)
Message:

arm: Use RTEMS_XCONCAT()

Prefer macros with a proper namespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/arm/include/rtems/asm.h

    r5da3ff47 rbdb4bc4  
    9090#endif
    9191
    92 #include <rtems/concat.h>
    93 
    9492/* Use the right prefix for global labels.  */
    9593
    96 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
     94#define SYM(x) RTEMS_XCONCAT(__USER_LABEL_PREFIX__, x)
    9795
    9896/* Use the right prefix for registers.  */
    9997
    100 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x)
     98#define REG(x) RTEMS_XCONCAT(__REGISTER_PREFIX__, x)
    10199
    102100/*
Note: See TracChangeset for help on using the changeset viewer.