Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-10-21 | Add explicit #include of "value.h". | Andrew Cagney | 1 | -0/+1 | |
2001-08-31 | Don't let a branch unit nop terminate the prologue scan. | Kevin Buettner | 1 | -3/+4 | |
2001-08-01 | * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) | Andrew Cagney | 1 | -0/+1 | |
(HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT) (HOST_LONG_DOUBLE_FORMAT, DOUBLEST) (floatformat_to_doublest, floatformat_from_doublest) (floatformat_is_negative, floatformat_is_nan) (floatformat_mantissa, store_floating) (extract_floating): Move declaration from here. * doublest.h: To here. New file. * utils.c (get_field, floatformat_to_doublest, put_field) (ldfrexp, floatformat_from_doublest, floatformat_is_negative) (floatformat_is_nan, floatformat_mantissa) (FLOATFORMAT_CHAR_BIT): Move from here. * doublest.c: To here. New file. * findvar.c (store_floating, extract_floating): Move from here. * doublest.c: To here. * Makefile.in (SFILES): Add doublest.c. (COMMON_OBS): Add doublest.o. (doublest.o): Specify dependencies. (doublest_h): Define. * config/m88k/tm-m88k.h: Include "doublest.h". * config/i960/tm-i960.h: Ditto. * config/i386/tm-symmetry.h: Ditto. * rs6000-tdep.c, valarith.c: Ditto. * valprint.c, stabsread.c, sh-tdep.c: Ditto. * ia64-tdep.c, i387-tdep.c, i386-tdep.c: Ditto. * values.c, arm-tdep.c, arm-linux-tdep.c: Ditto. * alpha-tdep.c, ax.h, expression.h: Ditto. * sh-tdep.c, parse.c, top.c, value.h: Ditto. * Makefile.in (arm-tdep.o): Add $(doublest_h). (i386-tdep.o, i387-tdep.o, ia64-tdep.o): Ditto. (rs6000-tdep.o, stabsread.o, valarith.o): Ditto. (values.o, valprint.o, arm-linux-tdep.o): Ditto. (alpha-tdep.o, ax_h, parse.o, top.o, value_h): Ditto. (parser_defs_h): Ditto. (expression_h): Add $(doublest_h) and $(symtab_h). | |||||
2001-07-15 | s/value_ptr/struct value */ | Andrew Cagney | 1 | -2/+2 | |
2001-06-02 | Make alignment of struct arguments in inferior function calls comply with | Kevin Buettner | 1 | -6/+44 | |
the IA-64 Software Conventions and Runtime manual. | |||||
2001-06-01 | Prologue scanner modifications. | Kevin Buettner | 1 | -1/+71 | |
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -7/+7 | |
2001-03-27 | Fix problems encountered in compiling ia64-tdep.c with IBM's compiler. | Kevin Buettner | 1 | -4/+4 | |
2001-03-22 | * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater | Kevin Buettner | 1 | -1/+18 | |
than two instead of generating an error. | |||||
2001-03-01 | Create new file regcache.h. Update all uses. | Andrew Cagney | 1 | -0/+1 | |
2001-02-22 | Made changes to shared library support and added more of the support needed | Kevin Buettner | 1 | -2/+10 | |
for AIX/IA-64. | |||||
2001-02-21 | Enable new thread support for Linux/IA-64. | Kevin Buettner | 1 | -2/+2 | |
2001-02-08 | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 1 | -10/+11 | |
internal_verror(). | |||||
2000-11-20 | 2000-11-20 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+1 | |
* ia64-tdep.c (gdbarch_tdep): Change reference from ELFOSABI_MONTEREY to ELFOSABI_AIX. | |||||
2000-11-08 | AIX5 changes. | Kevin Buettner | 1 | -6/+35 | |
2000-09-06 | Add rotating register rename support. | Kevin Buettner | 1 | -1/+34 | |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -3/+1 | |
2000-05-02 | 2000-05-02 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+1 | |
* ia64-tdep.c (ia64_gdbarch_init): Reference to ELFOSABI_NONE instead of ELFOSABI_SYSV. | |||||
2000-04-26 | Add arch-utils.h to IA-64 *-tdep.c files. | Kevin Buettner | 1 | -0/+1 | |
2000-04-25 | Recognize store instructions in examine_prologue(). | Kevin Buettner | 1 | -3/+54 | |
2000-04-25 | Handle signal handler frames and call dummy frames. | Kevin Buettner | 1 | -147/+293 | |
2000-04-03 | IA-64 changes | Kevin Buettner | 1 | -14/+13 | |
2000-03-23 | HFA, function descriptor handling for IA-64. | Kevin Buettner | 1 | -81/+294 | |
2000-03-21 | New files for IA-64 port. | Kevin Buettner | 1 | -0/+1630 | |