[Ada] Standard.Interger'Size = 32?

2005-03-02 Thread Bernd Trog
Hello, according to the gnat ref. manual http://gcc.gnu.org/onlinedocs/gnat_rm/Implementation-Defined-Characteristics.html Standard.Interger'Size is 32 bit for the compilation target. I'd like to know if the Ada frontend (not the runtime system) depends on t

Re: [Ada] Standard.Interger'Size = 32?

2005-03-06 Thread Bernd Trog
On Thu, 3 Mar 2005, Robert Dewar wrote: > Bernd Trog wrote: > > according to the gnat ref. manual > > http://gcc.gnu.org/onlinedocs/gnat_rm/Implementation-Defined-Characteristics.html > > > > Standard.Interger'Size is 32 bit for the compilation target. >

Re: GNAT package GNAT.Traceback.Symbolic

2005-12-10 Thread Bernd Trog
BTW, has someone ported the binutils-2.13.2.1 libaddr2line patches to binutils-2.16? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Status of -fstack-usage?

2006-01-10 Thread Bernd Trog
Hello, whats the status of -fstack-usage? Will it output the real or worst case stack usage? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Status of -fstack-usage?

2006-01-17 Thread Bernd Trog
On Sun, 15 Jan 2006, Olivier Hainque wrote: > Bernd Trog wrote: > > Will it output the real or worst case stack usage? > > The latter in any case, although I'm not sure what you mean by "real" > stack usage. Could you please enligthen ? By "real"

[Ada] Integer repesentation in the Ada FE

2006-04-26 Thread Bernd Trog
Hello, can someone please explain the huge change in the internal integer representation(Uint) from -32769 to -32767? What's the difference between these three values, from the Ada FE's point of view? Thanks! __ Do You Yahoo!? Tired of spam?

Re: [Ada] Integer repesentation in the Ada FE

2006-04-26 Thread Bernd Trog
On Wed, 26 Apr 2006, Robert Dewar wrote: > Bernd Trog wrote: > > can someone please explain the huge change in the internal > > integer representation(Uint) from -32769 to -32767? > > just a matter of efficiency for commonly used values Does this mean that ther

Re: [Ada] Integer repesentation in the Ada FE

2006-04-30 Thread Bernd Trog
On Wed, 26 Apr 2006, Robert Dewar wrote: > Bernd Trog wrote: > > > I'm chasing a bug that only appeares when Standard.Integer'Size is 16: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26849 > > Trying to make the compiler work with standard integer size of

Re: [Ada] Integer repesentation in the Ada FE

2006-04-30 Thread Bernd Trog
On Sun, 30 Apr 2006, Robert Dewar wrote: > Bernd Trog wrote: > > package i is > >subtype I32767 is Integer range -32767 .. 32767; > >-- Note: -32767 is in the Uint_Direct range! > > This is a host type, not a target type, and this Integer > is the hos

[Ada] cross-gnatmake and "gcc"

2006-05-25 Thread Bernd Trog
Hello, does anybody know why a cross-gnatmake needs a "gcc" (host version, no target prefix) in order to cross-build a static library? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [Ada] cross-gnatmake and "gcc"

2006-05-25 Thread Bernd Trog
--- Laurent GUERBY <[EMAIL PROTECTED]> wrote: > Hard to say without more information, looks like a bug though, I suggest > you post detailed commands and logs in gcc.gnu.org/bugzilla :) OK. It's PR27769. (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27769)

[Ada] Cross-compiling with gprmake

2006-09-01 Thread Bernd Trog
Hi, I'd like to use gprmake to cross-compile a mixed language project, but I don't know how to pass the RTS directory (--RTS=abc) to gprmake. BTW, where can I find the documentation for gprmake? __ Do You Yahoo!? Tired of spam? Yahoo! Mail ha