summaryrefslogtreecommitdiffstats
path: root/gdb/arch-utils.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Use config.bfd to determine the default architecture and byte order.Andrew Cagney2000-06-081-8/+82
| | | | Flush all BYTE_ORDER_DEFAULT macros from mips. Can rely on BFD's value.
* Change signature of function add_set_enum_cmd() so that it usesAndrew Cagney2000-06-081-7/+7
| | | | | constant character pointers. Update everything. As a consequence fix infrun's follow-fork plugging a small memory leak.
* The attatched moves the remaining guff from gdbarch.{h,c,sh} toAndrew Cagney2000-06-071-2/+390
| | | | | | 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/+17
| | | | gdbarch.* to arch-utils.*.
* Multiarch TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT,Andrew Cagney2000-06-021-0/+43
| | | | TARGET_LONG_DOUBLE_FORMAT. Update d10v.
* Move core_addr_lessthan and core_addr_greaterthan to arch-utils.Andrew Cagney2000-05-151-0/+19
|
* Convert SKIP_PROLOGUE_FRAMELESS_P into PROLOGUE_FRAMELESS_P.Andrew Cagney2000-04-291-0/+11
|
* Bring RETURN_VALUE_ON_STACK under gdbarch's control.Jim Blandy2000-04-191-0/+6
| | | | | | | | * 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]Andrew Cagney2000-04-091-0/+137
OpenPOWER on IntegriCloud