diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:07 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:34:07 +0000 |
commit | 071ea11e85eb9d529cc5eb3d35f6247466a21b99 (patch) | |
tree | 5deda65b8d7b04d1f4cbc534c3206d328e1267ec /sim/ppc/BUGS | |
parent | * config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that (diff) | |
download | binutils-gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.tar.gz binutils-gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.tar.bz2 binutils-gdb-071ea11e85eb9d529cc5eb3d35f6247466a21b99.zip |
Initial creation of sourceware repository
Diffstat (limited to 'sim/ppc/BUGS')
-rw-r--r-- | sim/ppc/BUGS | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/sim/ppc/BUGS b/sim/ppc/BUGS deleted file mode 100644 index 81e7870b885..00000000000 --- a/sim/ppc/BUGS +++ /dev/null @@ -1,47 +0,0 @@ -ChangeLog - -See the ChangeLog file looking for lines taged with the word FIXME. - -COREFILE.C: - -The implementation of corefile.c (defined by corefile.h) isn't the -best. It is intended to be functionaly correct rather than fast. One -option being considered is to add a data cache to reduce the overhead -of the most common case of data read/writes. - -VEA - -Missing VEA system calls. - -ppc-instructions: - -Missing or commented out instructions. - -64bit: - -64bit target untested. 64bit host broken. For instance use of scanf -"%x", &long long. - -events.c: - -Event code for pending events from within signal handlers not -finished/tested. - -hw_*.c: - -Better and more devices. - -PORTABILITY: - -(Notes taken from Michael Meissner): Heavy use of the ## operator - -fix using the clasic X/**/Y hack; Use of the signed keyword. In -particular, signed char has no analogue in classic C (though most -implementations of classic C use signed chars); Use of long long which -restricts the target compiler to be GCC. - - -device_ioctl(): - -Should have an extra argument (unsigned request) as standard. - - |