diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-10-22 10:48:30 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-10-22 10:48:30 +0000 |
commit | d298568482ac94bbb309d1d7f9af90c094b50ded (patch) | |
tree | 599341e082f145d5517ae0dbe11206264eac21d1 /gdb/TODO | |
parent | 82e683ab389c6a8d5c3bed0eafcba4a019b365ab (diff) | |
download | gdb-d298568482ac94bbb309d1d7f9af90c094b50ded.zip gdb-d298568482ac94bbb309d1d7f9af90c094b50ded.tar.gz gdb-d298568482ac94bbb309d1d7f9af90c094b50ded.tar.bz2 |
* valarith.c (value_binop): Take care of ANSI `value preserving'
rule, which was not addressed by the previous change.
* rs6000-tdep.c (skip_prologue): Handle `mr r31,r1', which is
generated by gcc-2.6, as a synonym for `oril r31,r1,0'.
* TODO: Remove item about RS/6000 shared libraries.
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -277,11 +277,6 @@ solution). investigate "x/s 0" (right now stops early) (I think maybe GDB is using a 0 address for bad purposes internally). -Play with RS/6000 shared libraries (using shared library tests -listed in testsuite/TODO as a guide). (Schauer has done shared -library stuff on most other platforms but has not touched the -RS/6000). - Make "info path" and path_command work again (but independent of the environment either of gdb or that we'll pass to the inferior). |