aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa/xm-pa.h
AgeCommit message (Collapse)AuthorFilesLines
2003-03-272003-03-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-5/+5
* NEWS: Mention removal of support for hppa*-*-bsd* and hppa*-*-osf* natives, and hppa*-*-pro* target. * config/pa/xm-hppah.h: Do not include "pa/xm-pa.h". * config/pa/xm-pa.h: Obsolete file. * config/pa/xm-hppab.h: Obsolete file. * config/pa/nm-hppab.h: Obsolete file. * config/pa/tm-hppab.h: Obsolete file. * config/pa/tm-hppao.h: Obsolete file. * config/pa/nm-hppao.h: Obsolete file. * config/pa/tm-pro.h: Obsolete file. * config/pa/hppaosf.mt: Obsolete file. * config/pa/hppaosf.mh: Obsolete file. * config/pa/hppapro.mt: Obsolete file. * config/pa/hppabsd.mt: Obsolete file. * config/pa/hppabsd.mh: Obsolete file. * configure.host: Disable hppa*-*-bsd* and hppa*-*-osf*. * configure.tgt: Disable hppa*-*-bsd*, hppa*-*-pro* and hppa*-*-osf*.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+5
1999-04-16Initial creation of sourceware repositoryStan Shebs1-5/+0
1993-10-13 * printcmd.c (printf_command): Instead of using makeva* andJim Kingdon1-25/+3
calling vprintf, just make the appropriate calls to printf. * printcmd.c, config/pa/xm-pa.h, config/mips/xm-makeva.h, config/alpha/xm-alpha.h, config/m88k/xm-m88k.h: Remove all traces of makeva*. My apologies to everyone (including me!) who spent so much time getting it to work on various machines, but look at the bright side, at least you won't have to do it again in the future. * printcmd.c (printf_command): Make a cleanup for val_args (fixes a memory leak).
1993-07-19 * printcmd.c, config/pa/xm-pa.h, config/alpha/xm-alpha.h: Make it soJim Kingdon1-13/+6
arg_bytes field of makeva_list is always aligned. * config/pa/xm-pa.h: Make arglist_address a char *.
1993-07-14 Changes from Jeffrey Law:Jim Kingdon1-13/+26
* printcmd.c (makeva_list): Use MAKEVA_EXTRA_INFO to define machine dependent fields in the makeva_list structure. (makeva_size): Allocate extra space to handle gaps made by alignment restrictions. * config/pa/xm-pa.h (MAKEVA_EXTRA_INFO): Define. (MAKEVA_START): Initialize arglist_address field. (MAKEVA_ARG): Always store arguments on natural alignment boundaries. Set arglist_address to the address right after the args. (MAKEVA_END): Simply return the value stored in arglist_address.
1993-06-29bugfixJim Kingdon1-8/+10
1993-06-28 * config/pa/xm-pa.h: New file.Jim Kingdon1-0/+19
* config/pa/xm-hppa{b,h}.h: Include it.