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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to