Changeset 64b29600 in rtems
- Timestamp:
- 07/01/99 18:57:15 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4e556493
- Parents:
- a8b90ee
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/sparc/asm.h
ra8b90ee r64b29600 45 45 /* XXX The following ifdef magic fixes the problem but results in a warning */ 46 46 /* XXX when compiling assembly code. */ 47 #undef __USER_LABEL_PREFIX__48 47 #ifndef __USER_LABEL_PREFIX__ 49 48 #define __USER_LABEL_PREFIX__ _ -
cpukit/score/cpu/sparc/asm.h
ra8b90ee r64b29600 45 45 /* XXX The following ifdef magic fixes the problem but results in a warning */ 46 46 /* XXX when compiling assembly code. */ 47 #undef __USER_LABEL_PREFIX__48 47 #ifndef __USER_LABEL_PREFIX__ 49 48 #define __USER_LABEL_PREFIX__ _ -
cpukit/score/cpu/sparc/rtems/asm.h
ra8b90ee r64b29600 45 45 /* XXX The following ifdef magic fixes the problem but results in a warning */ 46 46 /* XXX when compiling assembly code. */ 47 #undef __USER_LABEL_PREFIX__48 47 #ifndef __USER_LABEL_PREFIX__ 49 48 #define __USER_LABEL_PREFIX__ _
Note: See TracChangeset
for help on using the changeset viewer.