This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Ada] Fix bootstrap with Ada on alphaev56-linux on debian sid


Laurent GUERBY <laurent@guerby.net> writes:

> On Mon, 2007-02-19 at 12:36 +0100, Arnaud Charlet wrote:
...
>
> $ nm stage1-gcc/ada/s-purexc.o
> 0000000000000000 D system__pure_exceptions_E
> 0000000000000000 T system__pure_exceptions__exception_typeIP
> $ nm gcc/ada/s-purexc.o
> 0000000000000000 D system__pure_exceptions_E
> 0000000000000000 T system__pure_exceptions__exception_typeIP
>
> Serge, could you report the output of the above nm commands
> on your build directory?

$ nm stage1-gcc/ada/s-purexc.o 
0000000000000000 S system__pure_exceptions_E
0000000000000004 T system__pure_exceptions___elabs
0000000000000000 T system__pure_exceptions__exception_typeIP
$ nm gcc/ada/s-purexc.o 
0000000000000000 G system__pure_exceptions_E
0000000000000000 T system__pure_exceptions__exception_typeIP
$


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]