[Bug gas/2623] New: No line separator character is defined for msp430-gas

2006-04-28 Thread c dot plouet at medria dot fr
This prevents from (ab)using the C preprocessor to generate assembly code (e.g.
to generate different versions of a time-critical routine by inserting a
variable amount of wait cycles/NOP instructions through a macro), because
multiline macros (using '\') are turned into single lines. And when msp430-gas
reads multiple instructions on a single line it translates the first one only
and silently ignores the other ones.

Could line 171 of file src/gas/config/tc-msp430.c (revision 1.23) be changed to
something else? Maybe something like:

const char line_separator_chars[] = ":";

instead of :

const char line_separator_chars[] = "";


I have no idea if ":" really is reasonable here; it looks like it's of no use in
MSP430 assembly code anyway, but I could be wrong.

-- 
   Summary: No line separator character is defined for msp430-gas
   Product: binutils
   Version: unspecified
Status: NEW
  Severity: enhancement
  Priority: P3
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: c dot plouet at medria dot fr
CC: bug-binutils at gnu dot org
GCC target triplet: msp430


http://sourceware.org/bugzilla/show_bug.cgi?id=2623

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


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/2624] New: Register %g7 used incompatibly - Sparc64

2006-04-28 Thread giffordj at linkline dot com
When using Binutils 2.16.92 and GCC 4.1.0 when compiling GLIBC 2.4 the following
error occurs.

Register %g7 used incompatibly: #scratch in 
/usr/src/glibc-64bit/nscd/dbg_log.o, previously __thread_self in
/usr/src/glibc-64bit/nscd/nscd.o

Will be attaching file for review.

-- 
   Summary: Register %g7 used incompatibly - Sparc64
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: giffordj at linkline dot com
CC: bug-binutils at gnu dot org
  GCC host triplet: sparc64-unknown-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=2624

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


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/2624] Register %g7 used incompatibly - Sparc64

2006-04-28 Thread giffordj at linkline dot com

--- Additional Comments From giffordj at linkline dot com  2006-04-29 02:48 
---
Created an attachment (id=990)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=990&action=view)
File that errors


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2624

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


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/2624] Register %g7 used incompatibly - Sparc64

2006-04-28 Thread giffordj at linkline dot com

--- Additional Comments From giffordj at linkline dot com  2006-04-29 03:27 
---
Created an attachment (id=991)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=991&action=view)
Cross-Compiled Working Version


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2624

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


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils