bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/22835] New: The unused rs_broken_word in enum _relax_state


From: hjl.tools at gmail dot com
Subject: [Bug gas/22835] New: The unused rs_broken_word in enum _relax_state
Date: Mon, 12 Feb 2018 12:45:43 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22835

            Bug ID: 22835
           Summary: The unused  rs_broken_word in enum _relax_state
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

enum _relax_state in as.h has

#ifndef WORKING_DOT_WORD
  /* JF: gunpoint */
  rs_broken_word,
#endif

Since WORKING_DOT_WORD is defined later, we leave the
unused rs_broken_word in as.h

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

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