]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/ppc/BUGS
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / sim / ppc / BUGS
CommitLineData
5c04f4f7
MM
1ChangeLog
2
3See the ChangeLog file looking for lines taged with the word FIXME.
4
5COREFILE.C:
6
7The implementation of corefile.c (defined by corefile.h) isn't the
8best. It is intended to be functionaly correct rather than fast. One
9option being considered is to add a data cache to reduce the overhead
10of the most common case of data read/writes.
11
12VEA
13
14Missing VEA system calls.
15
16ppc-instructions:
17
18Missing or commented out instructions.
19
2064bit:
21
2264bit target untested. 64bit host broken. For instance use of scanf
23"%x", &long long.
24
25events.c:
26
27Event code for pending events from within signal handlers not
28finished/tested.
29
30hw_*.c:
31
32Better and more devices.
33
34PORTABILITY:
35
36(Notes taken from Michael Meissner): Heavy use of the ## operator -
37fix using the clasic X/**/Y hack; Use of the signed keyword. In
38particular, signed char has no analogue in classic C (though most
39implementations of classic C use signed chars); Use of long long which
40restricts the target compiler to be GCC.
41
42
43device_ioctl():
44
45Should have an extra argument (unsigned request) as standard.
46
47