Opened 7 years ago

Closed 6 years ago

#692 closed defect (fixed)

Assembler warnings on IA64

Reported by: Jiří Zárevúcky Owned by:
Priority: minor Milestone: 0.7.1
Component: helenos/lib/c Version: mainline
Keywords: Cc: Jakub Jermář
Blocker for: Depends on:
See also:

Description

In uspace/lib/c/arch/ia64/src/entry.S

arch/ia64/src/entry.S: Assembler messages:
arch/ia64/src/entry.S:45: Warning: Use of 'br.call.sptk.many' violates WAW dependency 'CFM' (impliedf)
arch/ia64/src/entry.S:45: Warning: Only the first path encountering the conflict is reported
arch/ia64/src/entry.S:40: Warning: This is the location of the conflicting usage
arch/ia64/src/entry.S:45: Warning: Use of 'br.call.sptk.many' violates RAW dependency 'RSE' (impliedf)
arch/ia64/src/entry.S:45: Warning: Only the first path encountering the conflict is reported
arch/ia64/src/entry.S:40: Warning: This is the location of the conflicting usage
arch/ia64/src/entry.S:45: Warning: Use of 'br.call.sptk.many' violates WAW dependency 'RSE' (impliedf)
arch/ia64/src/entry.S:45: Warning: Only the first path encountering the conflict is reported
arch/ia64/src/entry.S:40: Warning: This is the location of the conflicting usage

In uspace/lib/c/arch/ia64/src/thread_entry.S

arch/ia64/src/thread_entry.S: Assembler messages:
arch/ia64/src/thread_entry.S:46: Warning: Use of 'br.call.sptk.many' violates WAW dependency 'CFM' (impliedf)
arch/ia64/src/thread_entry.S:46: Warning: Only the first path encountering the conflict is reported
arch/ia64/src/thread_entry.S:37: Warning: This is the location of the conflicting usage
arch/ia64/src/thread_entry.S:46: Warning: Use of 'br.call.sptk.many' violates RAW dependency 'RSE' (impliedf)
arch/ia64/src/thread_entry.S:46: Warning: Only the first path encountering the conflict is reported
arch/ia64/src/thread_entry.S:37: Warning: This is the location of the conflicting usage
arch/ia64/src/thread_entry.S:46: Warning: Use of 'br.call.sptk.many' violates WAW dependency 'RSE' (impliedf)
arch/ia64/src/thread_entry.S:46: Warning: Only the first path encountering the conflict is reported
arch/ia64/src/thread_entry.S:37: Warning: This is the location of the conflicting usage

Change History (1)

comment:1 by Jakub Jermář, 6 years ago

Resolution: fixed
Status: newclosed

Fixed in mainline,2892.

Note: See TracTickets for help on using tickets.