Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#3341 closed defect (fixed)

sparc64: Macro Redefined

Reported by: Joel Sherrill Owned by: Gedare Bloom
Priority: normal Milestone: 5.1
Component: arch/sparc64 Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

log/sparc64-usiii.log:/home/joel/rtems-work/rtems-testing/rtems/rtems/bsps/sparc64/include/arch/stack.h:56:0: warning: "STACK_BIAS" redefined

This is defined in two header files with the same value. Not sure what the proper fix is.

Change History (2)

comment:1 Changed on 03/14/18 at 21:09:39 by Joel Sherrill

Owner: set to Gedare Bloom
Status: newassigned

comment:2 Changed on 03/23/18 at 16:35:50 by Gedare Bloom <gedare@…>

Resolution: fixed
Status: assignedclosed

In [changeset:"d7fd3bc0fc6e4bacd567cea1d12d93626956751b/rtems" d7fd3bc/rtems]:

sparc64: remove header file with duplicated macros

The boot/stack.h header contains duplicated macros that are
redundant to arch/stack.h. Delete the boot/stack.h and replace
its one use by the arch/stack.h.

Closes #3341.

Note: See TracTickets for help on using tickets.