Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+5 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -5/+0 | |
1993-10-13 | * printcmd.c (printf_command): Instead of using makeva* and | Jim Kingdon | 1 | -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 so | Jim Kingdon | 1 | -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 Kingdon | 1 | -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-29 | bugfix | Jim Kingdon | 1 | -8/+10 | |
1993-06-28 | * config/pa/xm-pa.h: New file. | Jim Kingdon | 1 | -0/+19 | |
* config/pa/xm-hppa{b,h}.h: Include it. |