aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-rs6000.h
AgeCommit message (Collapse)AuthorFilesLines
1992-04-03 * munch: Must pre-pend "_" to "initialize" for SYSV style nm.Per Bothner1-17/+7
* tm-rs6000.h, xcoffexec.c, xcoffread.c, xm-rs6000.h: Merge in more patches for rs6000 from Metin Ozisik. * utils.c: Fix typo in comment.
1992-03-29Merged in latest RS6000 diffs from Metin G. Ozisik.Per Bothner1-9/+63
1992-03-21Many changes, most related to creating entry point information on a per-objfileFred Fish1-8/+2
basis. See comments in objfiles.h and details in ChangeLog. Also remove redundant definitions of FRAME_CHAIN_VALID from most of the tm-* files and use a default definition in frame.h.
1992-03-12 * solib.h, infrun.c, tm-rs6000.h: Add a PID parameterPer Bothner1-2/+2
to SOLIB_CREATE_INFERIOR_HOOK macro.
1992-03-02More changes, mostly from IBM for rs6000. (See ChangeLog.)Per Bothner1-16/+48
1992-03-01More changes, mostly from IBM, for the rs6000. See ChangeLog.Per Bothner1-3/+45
1992-02-29Mostly rs6000 changes from IBM.Per Bothner1-9/+79
1991-11-18Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,John Gilmore1-7/+1
since it was always defined exactly the same in all of them.
1991-11-12* rs6000-pinsn.c, rs6000-tdep.c, rs6000-xdep.c, tm-rs6000.h,John Gilmore1-0/+461
xm-rs6000.h: New files. * xcoffexec.c: New file for handling AIX shared libraries.