Changeset 64b29600 in rtems


Ignore:
Timestamp:
07/01/99 18:57:15 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4e556493
Parents:
a8b90ee
Message:

Removed hack to set USER_LABEL_PREFIX since late model gcc's and
egcs source tree handle this correctly. No one should be using
gcc 2.7.2 anymore.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/sparc/asm.h

    ra8b90ee r64b29600  
    4545/* XXX The following ifdef magic fixes the problem but results in a warning   */
    4646/* XXX when compiling assembly code.                                          */
    47 #undef  __USER_LABEL_PREFIX__
    4847#ifndef __USER_LABEL_PREFIX__
    4948#define __USER_LABEL_PREFIX__ _
  • cpukit/score/cpu/sparc/asm.h

    ra8b90ee r64b29600  
    4545/* XXX The following ifdef magic fixes the problem but results in a warning   */
    4646/* XXX when compiling assembly code.                                          */
    47 #undef  __USER_LABEL_PREFIX__
    4847#ifndef __USER_LABEL_PREFIX__
    4948#define __USER_LABEL_PREFIX__ _
  • cpukit/score/cpu/sparc/rtems/asm.h

    ra8b90ee r64b29600  
    4545/* XXX The following ifdef magic fixes the problem but results in a warning   */
    4646/* XXX when compiling assembly code.                                          */
    47 #undef  __USER_LABEL_PREFIX__
    4847#ifndef __USER_LABEL_PREFIX__
    4948#define __USER_LABEL_PREFIX__ _
Note: See TracChangeset for help on using the changeset viewer.