Files
8sa1-binutils-gdb/sim
Stafford HorneandMike Frysinger 5bc4f5ca15 sim: cgen-accfp: Fix pointer sign warnings
When compiling we get the following warnings:

  common/cgen-accfp.c: In function 'fixsfsi':
  common/cgen-accfp.c:370:18: warning: pointer targets in passing argument 1 of 'sim_fpu_to32i' differ in signedness [-Wpointer-sign]
     sim_fpu_to32i (&res, &op1, sim_fpu_round_near);
                    ^
  common/cgen-accfp.c: In function 'fixdfsi':
  common/cgen-accfp.c:381:18: warning: pointer targets in passing argument 1 of 'sim_fpu_to32i' differ in signedness [-Wpointer-sign]
     sim_fpu_to32i (&res, &op1, sim_fpu_round_near);
                    ^
2021-01-31 15:26:58 -05:00
..
2021-01-11 08:05:54 -05:00
2021-01-11 08:05:54 -05:00
2021-01-11 08:05:54 -05:00
2021-01-11 08:05:54 -05:00
2021-01-11 08:05:54 -05:00
2021-01-11 08:05:54 -05:00
2021-01-11 08:05:54 -05:00
2021-01-11 08:05:54 -05:00
2021-01-11 08:05:54 -05:00
2021-01-31 12:06:29 -05:00
2021-01-11 08:05:54 -05:00
2021-01-19 10:54:06 -05:00
2021-01-11 08:05:54 -05:00
2021-01-11 08:05:54 -05:00
2021-01-31 15:19:16 -05:00
2021-01-09 09:29:17 -05:00
2021-01-29 22:11:45 -05:00