[Bug gas/18427] GNU as slow on hppa architecture

2015-06-01 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18427

--- Comment #5 from Nick Clifton nickc at redhat dot com ---
Hi Dave,

 Thanks for helping with this change.

 I'm not sure about the option.  Alpha has somewhat similar code without
 an option.

 As I understand it, this code is to handle a number of instructions
 which require a preceding
 label.  It usually emitted on the previous line.  It seems to me that
 changing segments between
 the label and its related instruction should be an error.  I don't think
 this feature is needed
 even for the HP-UX SOM target.

 I will check whether GCC needs this for SOM.

OK - thanks.  If you can confirm that support for this behaviour is no 
longer needed then I will be happy to go with the simpler patch.  (Or 
maybe the simpler one + an error message if the preceding label cannot 
be found).  I just did not want to break anybody's builds because of a 
speed optimization,

Cheers
   Nick

-- 
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


[Bug binutils/18474] New: src/opcodes/msp430-dis.c:69: bad test ?

2015-06-01 Thread dcb314 at hotmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18474

Bug ID: 18474
   Summary: src/opcodes/msp430-dis.c:69: bad test ?
   Product: binutils
   Version: 2.26 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
  Assignee: unassigned at sourceware dot org
  Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

[src/opcodes/msp430-dis.c:69]: (style) Expression '(X  0xf00) != 0x3' is
always true.
[src/opcodes/msp430-dis.c:69]: (style) Expression '(X  0xf00) != 0x2' is
always true.

 if ((insn  0x0f00) != 3 || (insn  0x0f00) != 2)
return 0;

-- 
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