summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.sh
Commit message (Expand)AuthorAgeFilesLines
* * gdbarch.sh (REGISTER_NAME): Change return type a constant stringAndrew Cagney2002-06-171-1/+1
* + * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): RenameAndrew Cagney2002-06-141-2/+2
* Make print_float_info() multi-arch pure. Add ui_file and frame parameters.Andrew Cagney2002-06-111-1/+1
* * frame.c (GET_SAVED_REGISTER): Delete macro definition.Andrew Cagney2002-06-081-4/+1
* * gdbarch.sh (FRAME_CHAIN_VALID): Set default toAndrew Cagney2002-06-081-1/+1
* Oops, missed DanielJ's tipo.Andrew Cagney2002-06-081-1/+1
* * gdbarch.sh (struct gdbarch_data): Add field init_p.Andrew Cagney2002-06-081-40/+35
* * Makefile.in (arch-utils.o): Add $(sim_regno_h).Andrew Cagney2002-05-291-2/+0
* * sim-regno.h: New file.Andrew Cagney2002-05-291-1/+3
* * config/m88k/tm-m88k.h: Update copyright.Andrew Cagney2002-05-131-1/+0
* * arch-utils.h (legacy_register_to_value): Declare.Andrew Cagney2002-05-121-0/+4
* * arch-utils.h (generic_register_size): Declare.Andrew Cagney2002-05-121-2/+2
* * gdbarch.sh (gdbarch_data): Add gdbarch parameter.Andrew Cagney2002-05-121-4/+4
* * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.Andrew Cagney2002-05-081-7/+40
* * gdbarch.sh: Assert that gdbarch is non-NULL.Andrew Cagney2002-05-031-0/+4
* Yank previous change - set current arch to NULL.Andrew Cagney2002-05-021-21/+14
* * gdbarch.sh (gdbarch_update_p): Swap out the old architectureAndrew Cagney2002-05-011-14/+21
* * gdbarch.sh (LC_ALL): Set to `c'.Andrew Cagney2002-04-251-0/+1
* * arch-utils.h: Update copyright.Andrew Cagney2002-04-241-0/+21
* * gdbarch.sh (gdbarch_update_p): Keep the list of architecturesAndrew Cagney2002-04-201-27/+50
* * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.Andrew Cagney2002-04-181-1/+1
* * gdbarch.sh (LANG): Set to ``c''.Andrew Cagney2002-04-171-0/+5
* * maint.c (maint_print_section_info): Rename print_section_info.Andrew Cagney2002-04-101-0/+2
* * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default ofAndrew Cagney2002-04-071-6/+4
* * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.Andrew Cagney2002-04-061-0/+7
* Correct bad checkin (missing semicolon somehow)Daniel Jacobowitz2002-04-061-1/+1
* 2002-04-05 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-061-0/+1
* * h8500-tdep.c (h8500_write_fp): Delete function.Andrew Cagney2002-04-061-1/+0
* * defs.h (XMALLOC): Define.Andrew Cagney2002-03-191-7/+0
* * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.Andrew Cagney2002-02-181-2/+8
* * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.Richard Earnshaw2002-02-181-0/+2
* * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.Andrew Cagney2002-02-161-1/+1
* * gdbarch.sh: For for level one methods, disallow a definitionAndrew Cagney2002-02-101-8/+19
* * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require whenAndrew Cagney2002-02-101-1/+1
* * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on badAndrew Cagney2002-02-101-4/+13
* * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-archAndrew Cagney2002-02-101-1/+1
* * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require whenAndrew Cagney2002-02-101-2/+2
* * valops.c (PUSH_ARGUMENTS): Delete definition.Andrew Cagney2002-02-101-1/+1
* * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default toAndrew Cagney2002-02-101-1/+1
* * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.Richard Earnshaw2002-02-061-0/+1
* 2002-02-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-02-061-0/+3
* * gdbarch.sh (copyright): Update years in generated header.Richard Earnshaw2002-02-041-2/+5
* Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true.Andrew Cagney2002-01-201-26/+0
* Eliminate IEEE_FLOAT.Andrew Cagney2002-01-201-2/+0
* s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney2002-01-051-3/+3
* * arch-utils.c (initialize_current_architecture): Test byte_orderAndrew Cagney2001-12-291-8/+7
* * gdbarch.sh: When an int variable, print value using %d insteadAndrew Cagney2001-12-251-0/+18
* * gdbarch.sh (TARGET_CHAR_SIGNED): Do not specify the printAndrew Cagney2001-12-201-1/+1
* * gdbarch.sh (TARGET_CHAR_SIGNED): New macro.Jim Blandy2001-12-201-0/+3
* LITTLE_ENDIAN -> BFD_ENDIAN_LITTLEAndrew Cagney2001-12-151-2/+2