Hi Vincent,
For example, a simple script like this in the main configure may be enough (or
maybe wrapped into an autoconf macro) :
echo a >file
if test `cat file` != a
then
echo \`cat\` bug detected.
echo Please run configure from on a binmode filesystem
echo or use the igncr trick
exit 1
f
--- Additional Comments From nickc at redhat dot com 2007-06-05 11:55
---
Subject: Re: MAKE FAILED: cpu-powerpc.o isn't added to
libbfd.a ?
Hi Vincent,
> For example, a simple script like this in the main configure may be enough
> (or
> maybe wrapped into an autoconf macro) :
> ech
Hi Rob,
I hope it is OK to file bug reports this way. I couldn't see a bug report
script so I used the one from GCC.
We generally use bugzilla for filing binutils bug reports:
http://www.sourceware.org/bugzilla/
You do not actually say what bug you are reporting. Presumably you
conside
Hi Clint,
You are saying there is no way to do division in integer expressions with gas on
solaris, even though it works on all other OSes? Isn't that less than ideal?
Actually Alan was saying that you should look at the assembler source
file gas/app.c and see how you can modify it to interp
--- Additional Comments From nickc at redhat dot com 2007-06-05 12:15
---
Subject: Re: division doesn't work on solaris/x86
Hi Clint,
> You are saying there is no way to do division in integer expressions with gas
> on
> solaris, even though it works on all other OSes? Isn't that le
--- Additional Comments From nickc at redhat dot com 2007-06-05 13:48
---
Created an attachment (id=1878)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=1878&action=view)
Terminate tls_ops array.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4587
--- You are receivi
--- Additional Comments From nickc at redhat dot com 2007-06-05 13:51
---
Hi Joe,
I was just about to say, "oh gas 2.14 is so old, you need to upgrade to the
latest version (2.17)" when I decided to check first... It is a good thing I
did as this bug is present in those sources and t
--- Additional Comments From vincent dot riviere at freesbee dot fr
2007-06-05 19:27 ---
Hi, Nick !
> "igncr trick" ? What "igncr trick" ?
> So we would have to be a bit more explicit.
Of course, you're right. My little script was just an example to show that the
problem can be easil