aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-212002-08-21 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-2/+35
2002-08-202002-08-20 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+34
2002-08-162002-08-15 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-0/+33
2002-08-152002-08-15 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-5/+11
2002-08-102002-08-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-4/+3
2002-08-072002-08-07 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-86/+0
2002-08-02Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+1
2002-08-022002-08-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-28/+28
2002-07-11Fix some K&R isms.Andrew Cagney1-1/+1
2002-07-03* gdbarch.sh (struct regcache): Add opaque declaration.Andrew Cagney1-0/+77
2002-06-17* gdbarch.sh (REGISTER_NAME): Change return type a constant stringAndrew Cagney1-1/+1
2002-06-14+ * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): RenameAndrew Cagney1-48/+48
2002-06-11Make print_float_info() multi-arch pure. Add ui_file and frame parameters.Andrew Cagney1-15/+5
2002-06-08* frame.c (GET_SAVED_REGISTER): Delete macro definition.Andrew Cagney1-4/+3
2002-06-08* gdbarch.sh (FRAME_CHAIN_VALID): Set default toAndrew Cagney1-1/+1
2002-06-08* gdbarch.sh (struct gdbarch_data): Add field init_p.Andrew Cagney1-29/+29
2002-05-29* Makefile.in (arch-utils.o): Add $(sim_regno_h).Andrew Cagney1-1/+0
2002-05-29* sim-regno.h: New file.Andrew Cagney1-1/+2
2002-05-13* config/m88k/tm-m88k.h: Update copyright.Andrew Cagney1-29/+0
2002-05-12* arch-utils.h (legacy_register_to_value): Declare.Andrew Cagney1-0/+108
2002-05-12* arch-utils.h (generic_register_size): Declare.Andrew Cagney1-8/+6
2002-05-12* gdbarch.sh (gdbarch_data): Add gdbarch parameter.Andrew Cagney1-3/+3
2002-05-08* gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.Andrew Cagney1-7/+40
2002-05-03* gdbarch.sh: Assert that gdbarch is non-NULL.Andrew Cagney1-0/+146
2002-05-02Yank previous change - set current arch to NULL.Andrew Cagney1-21/+14
2002-05-01* gdbarch.sh (gdbarch_update_p): Swap out the old architectureAndrew Cagney1-14/+21
2002-04-24* arch-utils.h: Update copyright.Andrew Cagney1-0/+33
2002-04-20* gdbarch.sh (gdbarch_update_p): Keep the list of architecturesAndrew Cagney1-24/+40
2002-04-18* gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.Andrew Cagney1-1/+1
2002-04-07* gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default ofAndrew Cagney1-21/+9
2002-04-06* gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.Andrew Cagney1-0/+28
2002-04-06Correct bad checkin (missing semicolon somehow)Daniel Jacobowitz1-1/+1
2002-04-062002-04-05 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-0/+1
2002-04-06* h8500-tdep.c (h8500_write_fp): Delete function.Andrew Cagney1-36/+0
2002-03-19* defs.h (XMALLOC): Define.Andrew Cagney1-7/+0
2002-02-18* gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.Andrew Cagney1-3/+2
2002-02-18* gdbarch.sh (GET_LONGJMP_TARGET): Add rule.Richard Earnshaw1-0/+38
2002-02-16* gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.Andrew Cagney1-1/+1
2002-02-10* gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on badAndrew Cagney1-43/+43
2002-02-10* gdbarch.sh (REGISTER_CONVERTIBLE): Don't require whenAndrew Cagney1-2/+2
2002-02-10* valops.c (PUSH_ARGUMENTS): Delete definition.Andrew Cagney1-3/+2
2002-02-10* gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default toAndrew Cagney1-1/+1
2002-02-06* gdbarch.sh (PRINT_FLOAT_INFO): Add rule.Richard Earnshaw1-53/+89
2002-02-062002-02-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-53/+125
2002-02-04* gdbarch.sh (copyright): Update years in generated header.Richard Earnshaw1-1/+34
2002-01-20Eliminate IEEE_FLOAT.Andrew Cagney1-27/+0
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney1-3/+3
2001-12-29* arch-utils.c (initialize_current_architecture): Test byte_orderAndrew Cagney1-5/+5
2001-12-25* gdbarch.sh: When an int variable, print value using %d insteadAndrew Cagney1-66/+66
2001-12-20* gdbarch.sh (TARGET_CHAR_SIGNED): Do not specify the printAndrew Cagney1-1/+1