This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug sim/20451] integer constant is too large errors when compiling ppc sim


https://sourceware.org/bugzilla/show_bug.cgi?id=20451

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|integer constant is too     |integer constant is too
                   |large errors when compiling |large errors when compiling
                   |gdb                         |ppc sim

--- Comment #3 from Pedro Alves <palves at redhat dot com> ---
And also:

/ppc/../../gdb/config  -DHAVE_COMMON_FPU -I../common
-I../../../sim/ppc/../common ../../../sim/ppc/sim_calls.c
../../../sim/ppc/sim_calls.c: In function ‘sim_open’:
../../../sim/ppc/sim_calls.c:80: warning: passing argument 2 of ‘psim_options’
discards qualifiers from pointer target type
../../../sim/ppc/sim_calls.c: In function ‘sim_create_inferior’:
../../../sim/ppc/sim_calls.c:184: warning: passing argument 2 of ‘psim_stack’
discards qualifiers from pointer target type
../../../sim/ppc/sim_calls.c:184: warning: passing argument 3 of ‘psim_stack’
discards qualifiers from pointer target type
gcc -c -g -O2 -DDEFAULT_INLINE=PSIM_INLINE_LOCALS 
-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN -DWITH_SMP=5      -DWITH_E500   
-DHAVE_TERMIOS_STRUCTURE -DHAVE_TERMIOS_CLINE 

The rest of the warnings seem to be out of the sim dir.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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