aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-pinsn.c
AgeCommit message (Collapse)AuthorFilesLines
1993-04-09 * rs6000-pinsn.c (print_operand): Deal with no operand instructions.Jim Kingdon1-4/+18
* rs6000-pinsn.c (print_operand, case LI): Print condition register operand in decimal rather than wrong textual versions.
1992-04-17 * rs6000-pinsn.c: New version from IBM (Metin).Per Bothner1-4/+10
* m2-exp.y: Re-write string initializers ("<>" => {'<', '>'}) to avoid warnings from some compilers.
1992-04-07* rs6000-pinsn.c: #include "opcode/rs6k.h"Stu Grossman1-1/+1
1992-03-26 * rs6000-pinsn.c: Make dis-assembly output more likePer Bothner1-50/+43
other targets: Don't print instruction in hex before the assembly; use print_address to print out jump destinations.
1992-03-03Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1-1/+0
* All GDB files that #include defs.h: Removed stdio.h. (defs.h): #include stdio.h. This has been tested by building GDBs for all targets hosted on Sun4. None of the build problems were related to stdio.h inclusion. (n.b. many configurations don't build for other reasons.)
1991-11-21Clean up rs6000 opcode stuff.John Gilmore1-16/+21
1991-11-12* rs6000-pinsn.c, rs6000-tdep.c, rs6000-xdep.c, tm-rs6000.h,John Gilmore1-0/+377
xm-rs6000.h: New files. * xcoffexec.c: New file for handling AIX shared libraries.