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 msp4
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:
--- 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 th
--- 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 ar