This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Compatibility between object code of gcc versions
- From: "Luís Carlos Carneiro Gonçalves" <lgoncalves at av dot it dot pt>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 27 May 2007 14:29:57 +0100
- Subject: Compatibility between object code of gcc versions
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