[Bug binutils/5449] strip/objcopy doesn't work on ia64/hpux

2007-12-18 Thread haubi at gentoo dot org
--- Additional Comments From haubi at gentoo dot org 2007-12-18 08:44 --- Created an attachment (id=2148) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2148&action=view) patch for binutils-2.18 (In reply to comment #9) > That is because 2.16.1 uses 4K maximum page size and my p

[Bug gas/5457] INTOUCH instruction incorrectly disassembled.

2007-12-18 Thread shap at eros-os dot com
--- Additional Comments From shap at eros-os dot com 2007-12-18 15:59 --- Created an attachment (id=2149) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2149&action=view) Revised patch, splitting CPUSHL per suggestion This patch splits CPUSHL as suggested (I think -- would appre

Fixing m68k movec disassembly

2007-12-18 Thread Jonathan S. Shapiro
I've gotten annoyed enough to want to fix something :-) The disassembly logic for M68k MOVEC is awful. To do it right requires knowledge of the actual target CPU model, and we don't have that from BFD. We *do* have the target architecture level, and we can at least use that to refine the output.