summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Update/correct copyright notices.Kevin Buettner2001-03-061-1/+1
|
* 2000-12-20 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2001-01-021-0/+5
| | | | | | | | | | | | * arch-utils.c (default_frame_address): New function. Default implementation of frame_args_address and frame_locals_address. * arch-utils.h (default_frame_address): Export. * d10v-tdep.c (d10v_gdbarch_init): Use default_frame_address. (d10v_frame_args_address, d10v_frame_locals_address): Delete. * sh-tdep.c (sh_gdbarch_init): Use default_frame_address. (sh_frame_args_address, sh_frame_locals_address): Delete. * sparc-tdep.c (sparc_gdbarch_init): Use default_frame_address. (sparc_frame_address): Delete.
* Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM,Andrew Cagney2000-12-041-0/+4
| | | | DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM.
* * arch-utils.c, arch-utils.h (default_convert_from_func_ptr_addr):Peter Schauer2000-10-261-0/+4
| | | | | | | | | | | | | | | | New function. * gdbarch.sh (CONVERT_FROM_FUNC_PTR_ADDR): Add. * gdbarch.c, gdbarch.h: Regenerate. * valops.c (find_function_addr): Use CONVERT_FROM_FUNC_PTR_ADDR unconditionally. * config/rs6000/tm-rs6000.h (CONVERT_FROM_FUNC_PTR_ADDR): Delete definition. * config/powerpc/tm-linux.h (CONVERT_FROM_FUNC_PTR_ADDR): Remove undef. * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Fix comment. (rs6000_gdbarch_init): Register rs6000_convert_from_func_ptr_addr if not ELFOSABI_LINUX.
* spelling correction: depdendant->dependentDavid Anderson2000-09-011-2/+2
|
* Multi-arch REGISTER_SIM_REGNO. Update d10v.Andrew Cagney2000-08-021-0/+5
|
* The attatched moves the remaining guff from gdbarch.{h,c,sh} toAndrew Cagney2000-06-071-0/+16
| | | | | | arch-utils.{h,c}. The ``set architecutre'' and ``set endian'' commands (part of the move) were implemented to use add_set_enum_cmd() so that ``set architecture <tab>'' works.
* Move generic_register_convertible_not and frame_num_args_unknown fromAndrew Cagney2000-06-061-0/+5
| | | | gdbarch.* to arch-utils.*.
* Multiarch TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,Andrew Cagney2000-06-021-0/+4
| | | | TARGET_LONG_DOUBLE_FORMAT. Update d10v.
* Move core_addr_lessthan and core_addr_greaterthan to arch-utils.Andrew Cagney2000-05-151-0/+4
|
* Convert SKIP_PROLOGUE_FRAMELESS_P into PROLOGUE_FRAMELESS_P.Andrew Cagney2000-04-291-0/+5
|
* Bring RETURN_VALUE_ON_STACK under gdbarch's control.Jim Blandy2000-04-191-0/+5
| | | | | | | | * gdbarch.sh (RETURN_VALUE_ON_STACK): New entry. * gdbarch.c, gdbarch.h: Regenerated. * arch-utils.c (default_return_value_on_stack): New function. * arch-utils.h (default_return_value_on_stack): New declaration. * values.c (RETURN_VALUE_ON_STACK): Delete default definition.
* Rename gdbarch-utils.[hc] to arch-utils.[hc]gdb_5_0-2000-04-10-branchpointAndrew Cagney2000-04-091-0/+52