bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/392] New: gas fails to understand ".set" statement


From: tsv at solvo dot ru
Subject: [Bug gas/392] New: gas fails to understand ".set" statement
Date: 20 Sep 2004 13:45:08 -0000

Linux 2.6.8.1 on alpha
GNU assembler version 2.15.92 (alpha-unknown-linux-gnu) using BFD version
2.15.92 20040920

gas generates the following error messages while trying to compile the following
code (libselinux-1.17.12-1.src.rpm package from Fedora development):
avc.s:2234: Warning: Tried to .set unrecognized mode `avc_av_stats'
avc.s:2234: Error: junk at end of line, first unrecognized character is `,'
avc.s:2958: Warning: Tried to .set unrecognized mode `avc_cleanup'
avc.s:2958: Error: junk at end of line, first unrecognized character is `,'

part of assembler code:

$L63:
        mov $15,$30
        ldq $26,16($30)
        ldq $15,24($30)
        lda $30,64($30)
        ret $31,($26),1
        .end avc_av_stats_internal
        .set    macro
        .globl avc_av_stats
.set avc_av_stats, avc_av_stats_internal
        .set    nomacro
        .align 2
        .ent avc_lookup
avc_lookup:
        .frame $15,64,$26,0
        .mask 0x4008000,-64
        ldah $29,0($27)         !gpdisp!66
        lda $29,0($29)          !gpdisp!66

when I change ".set avc_av_stats, avc_av_stats_internal" to
"avc_av_stats = avc_av_stats_internal" it compiles correctly

-- 
           Summary: gas fails to understand ".set" statement
           Product: binutils
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: tsv at solvo dot ru
                CC: bug-binutils at gnu dot org
 GCC build triplet: alpha-unknown-linux-gnu
  GCC host triplet: alpha-unknown-linux-gnu
GCC target triplet: alpha-unknown-linux-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=392

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]