H. J. Lu | 22 Aug 2005 22:00

The Linux binutils 2.16.91.0.3 is released

This is the beta release of binutils 2.16.91.0.3 for Linux, which is
based on binutils 2005 0821 in CVS on sources.redhat.com plus various
changes. It is purely for Linux.

The new i386/x86_64 assemblers no longer accept instructions for moving
between a segment register and a 32bit memory location, i.e.,

	movl (%eax),%ds
	movl %ds,(%eax)

To generate instructions for moving between a segment register and a
16bit memory location without the 16bit operand size prefix, 0x66,

	mov (%eax),%ds
	mov %ds,(%eax)

should be used. It will work with both new and old assemblers. The
assembler starting from 2.16.90.0.1 will also support

	movw (%eax),%ds
	movw %ds,(%eax)

without the 0x66 prefix. Patches for 2.4 and 2.6 Linux kernels are
available at

http://www.kernel.org/pub/linux/devel/binutils/linux-2.4-seg-4.patch
http://www.kernel.org/pub/linux/devel/binutils/linux-2.6-seg-5.patch

The ia64 assembler is now defaulted to tune for Itanium 2 processors.
To build a kernel for Itanium 1 processors, you will need to add
(Continue reading)

kranthi | 29 Aug 2005 07:17

How can execute .cpp program with gcc command

How can  execute .cpp program with  gcc command

Plz..

--

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe from this list: send the line "unsubscribe linux-gcc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Vikas | 29 Aug 2005 07:33
Picon

RE: How can execute .cpp program with gcc command

To my knowledge c++ program with gcc you should use g++ to execute cpp program 

-----Original Message-----
From: linux-gcc-owner <at> vger.kernel.org [mailto:linux-gcc-owner <at> vger.kernel.org]On Behalf Of kranthi
Sent: Monday, August 29, 2005 10:47 AM
To: linux-gcc <at> vger.kernel.org
Subject: How can execute .cpp program with gcc command

How can  execute .cpp program with  gcc command

Plz..

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
-
To unsubscribe from this list: send the line "unsubscribe linux-gcc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

-
To unsubscribe from this list: send the line "unsubscribe linux-gcc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Vikas | 30 Aug 2005 06:46
Picon

Performance tuning

Hi ,
Can anyone tell me about library optimizer (monta vista )
Or do any one provide some pointer on library optimization ...

-
To unsubscribe from this list: send the line "unsubscribe linux-gcc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

raja | 30 Aug 2005 12:02

(no subject)

subscribe
-
To unsubscribe from this list: send the line "unsubscribe linux-gcc" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Gmane