This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Compatibility between object code of gcc versions
- From: "Wei Chen" <smartchenwei at gmail dot com>
- To: "Luís Carlos Carneiro Gonçalves" <lgoncalves at av dot it dot pt>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 27 May 2007 21:41:14 +0800
- Subject: Re: Compatibility between object code of gcc versions
- References: <web-11994075@av.it.pt>
i think it will work well
if the object file format isn't modified.
On 5/27/07, Luís Carlos Carneiro Gonçalves <lgoncalves@av.it.pt> wrote:
Dear all
I am some old programs compiled in gcc (".o") that I
do not have source code. If I link with others compiled
with gcc 3.2.1 will it work?
(I will call the old code from the new code)
(gcc for linux x86)
Thanks
Luis Gonçalves
--
i'm a newbie in GCC community.
Wei Chen