summaryrefslogtreecommitdiff
path: root/gdb/ia64-tdep.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle breakpoints on L instruction type in MLX instruction bundle byPetr Sorfa2002-05-101-0/+20
| | | | | moving the breakpoint to the third slot (X instruction type) as L holds only data.
* * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.Andrew Cagney2002-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gdbarch.h, gdbarch.c: Regenerate. * defs.h (breakpoint_from_pc_fn): Delete type definition. * target.h (memory_breakpoint_from_pc): Update declaration. * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto. * arch-utils.c (legacy_breakpoint_from_pc): Update return type. * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto. * mem-break.c (memory_breakpoint_from_pc): Ditto. * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto. * s390-tdep.c (s390_breakpoint_from_pc): Ditto * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto. * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto. * mips-tdep.c (mips_breakpoint_from_pc): Ditto. * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto. * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto. * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto. * arch-utils.c (legacy_breakpoint_from_pc): Ditto.. * mem-break.c (default_memory_insert_breakpoint): Make `bp' a const pointer. * monitor.c (monitor_insert_breakpoint): Ditto. * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'. * config/mcore/tm-mcore.h: Update copyright. * mem-break.c: Ditto. * xstormy16-tdep.c: Ditto.
* * h8500-tdep.c (h8500_write_fp): Delete function.Andrew Cagney2002-04-061-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * dwarf2cfi.c (cfi_write_fp): Document as not used. * mips-tdep.c (mips_gdbarch_init): Do not set write_fp. * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp. * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp. * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp. * s390-tdep.c (s390_gdbarch_init): Do not set write_fp. (s390_write_fp): * sh-tdep.c (sh_gdbarch_init): Do not set write_fp. * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp. * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp. (d10v_write_fp): Delete function. * inferior.h (write_fp, generic_target_write_fp): Delete declarations. * regcache.c (generic_target_write_fp): Delete function. (write_fp): Delete function. * gdbarch.sh (TARGET_WRITE_FP): Delete. * gdbarch.h, gdbarch.c: Regenerate. * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro. * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro. (sparc64_write_fp): Delete declaration. * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro. (h8500_write_fp): Delete declaration.
* * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,Peter Schauer2002-03-161-0/+1
| | | | to fix internal_error from ``maintenance print architecture''.
* s/Linux/.../Andrew Cagney2002-02-241-13/+15
| | | | Fix PR gdb/378.
* From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:Kevin Buettner2002-02-181-3/+3
| | | | | * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use of ``current_gdbarch''.
* Add explicit #include of "value.h".Andrew Cagney2001-10-211-0/+1
|
* Don't let a branch unit nop terminate the prologue scan.Kevin Buettner2001-08-311-3/+4
|
* * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)Andrew Cagney2001-08-011-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).
* s/value_ptr/struct value */Andrew Cagney2001-07-151-2/+2
|
* Make alignment of struct arguments in inferior function calls comply withKevin Buettner2001-06-021-6/+44
| | | | the IA-64 Software Conventions and Runtime manual.
* Prologue scanner modifications.Kevin Buettner2001-06-011-1/+71
|
* Phase 1 of the ptid_t changes.gdb-post-ptid_t-2001-05-03Kevin Buettner2001-05-041-7/+7
|
* Fix problems encountered in compiling ia64-tdep.c with IBM's compiler.Kevin Buettner2001-03-271-4/+4
|
* * ia64-tdep.c (fetch_instruction): Warn about slot numbers greaterKevin Buettner2001-03-221-1/+18
| | | | than two instead of generating an error.
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-0/+1
|
* Made changes to shared library support and added more of the support neededKevin Buettner2001-02-221-2/+10
| | | | for AIX/IA-64.
* Enable new thread support for Linux/IA-64.Kevin Buettner2001-02-211-2/+2
|
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-081-10/+11
| | | | internal_verror().
* 2000-11-20 H.J. Lu <hjl@gnu.org>H.J. Lu2000-11-201-1/+1
| | | | | * ia64-tdep.c (gdbarch_tdep): Change reference from ELFOSABI_MONTEREY to ELFOSABI_AIX.
* AIX5 changes.Kevin Buettner2000-11-081-6/+35
|
* Add rotating register rename support.Kevin Buettner2000-09-061-1/+34
|
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-3/+1
|
* 2000-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu2000-05-021-1/+1
| | | | | * ia64-tdep.c (ia64_gdbarch_init): Reference to ELFOSABI_NONE instead of ELFOSABI_SYSV.
* Add arch-utils.h to IA-64 *-tdep.c files.Kevin Buettner2000-04-261-0/+1
|
* Recognize store instructions in examine_prologue().Kevin Buettner2000-04-251-3/+54
|
* Handle signal handler frames and call dummy frames.Kevin Buettner2000-04-251-147/+293
|
* IA-64 changesKevin Buettner2000-04-031-14/+13
|
* HFA, function descriptor handling for IA-64.Kevin Buettner2000-03-231-81/+294
|
* New files for IA-64 port.Kevin Buettner2000-03-211-0/+1630