Changeset bc470d3c in rtems for c/src/lib/libbsp

Timestamp:
10/31/16 10:01:39 (7 years ago)
Author:
Jacob Hansen <jacob.hansen@…>
Branches:
5, master
Children:
0b8084c2
Parents:
8639685
git-author:
Jacob Hansen <jacob.hansen@…> (10/31/16 10:01:39)
git-committer:
Daniel Hellstrom <daniel@…> (05/14/17 10:32:01)
Message:

sparc: only define start if it is different from SYM(start)

The SYM define concatenates the input with the compiler set
USER_LABEL_PREFIX define. This define appears to be '_' in GCC but
empty in Clang. Therefore when compiling with Clang/LLVM 'SYM(start)'
and 'start' defines the same symbol, and the compiler complains that the
symbol is defined twice.

(No files)

Note: See TracChangeset for help on using the changeset viewer.