Age | Commit message (Expand) | Author | Files | Lines |
2003-06-04 | * alpha-tdep.c (alpha_dwarf2_init_abi): New. | Richard Henderson | 2 | -3/+3 |
2003-06-04 | * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o. | Joel Brobecker | 1 | -1/+1 |
2003-06-02 | * alpha-tdep.c (alpha_supply_int_regs, alpha_fill_int_regs): New. | Richard Henderson | 1 | -0/+3 |
2003-05-29 | * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): New. | Richard Henderson | 3 | -15/+4 |
2003-01-31 | * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ... | Richard Henderson | 1 | -2/+5 |
2002-12-04 | * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int. | Daniel Jacobowitz | 1 | -0/+4 |
2002-10-18 | * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1. | Daniel Jacobowitz | 4 | -4/+4 |
2002-08-18 | 2002-08-17 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -0/+2 |
2002-06-05 | * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm | Andrew Cagney | 2 | -2/+2 |
2002-05-22 | * config/alpha/tm-nbsd.h: Include solib.h. | Jason Thorpe | 1 | -0/+1 |
2002-05-22 | * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and | Jason Thorpe | 1 | -2/+0 |
2002-05-11 | * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c. | Jason Thorpe | 1 | -1/+1 |
2002-05-11 | * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o. | Jason Thorpe | 2 | -2/+3 |
2002-05-11 | * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c. | Jason Thorpe | 1 | -1/+1 |
2002-05-11 | * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c. | Jason Thorpe | 2 | -2/+2 |
2002-04-26 | * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member. | Jason Thorpe | 2 | -12/+0 |
2002-04-26 | * alpha-tdep.c (alpha_skip_prologue_internal): Remove | Jason Thorpe | 3 | -11/+0 |
2002-04-26 | * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members. | Jason Thorpe | 2 | -18/+0 |
2002-04-25 | * alpha-tdep.c (alpha_breakpoint_from_pc): New function. | Jason Thorpe | 1 | -9/+0 |
2002-04-25 | * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function. | Jason Thorpe | 2 | -11/+1 |
2002-04-25 | * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o. | Jason Thorpe | 1 | -1/+1 |
2002-04-25 | * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and | Jason Thorpe | 4 | -0/+75 |
2002-04-25 | * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c. | Jason Thorpe | 3 | -64/+5 |
2002-04-21 | * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset | Jason Thorpe | 1 | -1/+1 |
2002-04-21 | * config/alpha/tm-alpha.h: Move alpha_software_single_step | Jason Thorpe | 1 | -3/+0 |
2002-04-21 | * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove. | Jason Thorpe | 1 | -7/+0 |
2002-04-21 | * alphafbsd-tdep.c: Update copyright years. Include | Jason Thorpe | 1 | -7/+1 |
2002-04-21 | * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double | Jason Thorpe | 1 | -13/+0 |
2002-04-21 | * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member. | Jason Thorpe | 1 | -5/+0 |
2002-04-21 | * alpha-tdep.h: New file. Includes several Alpha target constants | Jason Thorpe | 1 | -317/+4 |
2002-04-19 | * alpha-tdep.c (setup_arbitrary_frame): Rename... | Jason Thorpe | 1 | -2/+3 |
2002-02-24 | s/Linux/.../ | Andrew Cagney | 4 | -16/+22 |
2002-01-29 | Eliminate TARGET_BYTE_ORDER. | Andrew Cagney | 1 | -4/+0 |
2002-01-20 | Eliminate IEEE_FLOAT. | Andrew Cagney | 1 | -3/+0 |
2002-01-20 | * alpha-tdep.c (alpha_register_byte): New function. | Jason Thorpe | 1 | -12/+17 |
2002-01-20 | Zap empty or unused xm-*.h files. | Andrew Cagney | 2 | -1/+0 |
2002-01-20 | * alpha-tdep.c (alpha_call_dummy_words): New. | Jason Thorpe | 1 | -2/+7 |
2002-01-19 | * alpha-tdep.c (alpha_register_virtual_type): New function. | Jason Thorpe | 1 | -17/+15 |
2002-01-19 | * alpha-tdep.c (frame_extra_info): New. | Jason Thorpe | 1 | -22/+12 |
2002-01-19 | * alpha-tdep.c (alpha_osf_in_sigtramp): New function. | Jason Thorpe | 1 | -8/+15 |
2002-01-19 | * alpha-tdep.c (alpha_register_name): New function. | Jason Thorpe | 1 | -14/+6 |
2002-01-18 | * alpha-tdep.c: Update copyright years. | Jason Thorpe | 1 | -0/+3 |
2002-01-18 | Remove XDEPFILES from GDB. | Andrew Cagney | 5 | -5/+0 |
2002-01-09 | 2002-01-03 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -1/+1 |
2002-01-08 | 2002-01-07 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -1/+1 |
2001-12-15 | LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE | Andrew Cagney | 1 | -1/+1 |
2001-12-02 | Delete HOST_BYTE_ORDER. | Andrew Cagney | 3 | -34/+0 |
2001-10-14 | * config/nm-linux.h (struct objfile): Remove forward declaration. | Mark Kettenis | 1 | -16/+0 |
2001-10-06 | * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Define. | Mark Kettenis | 1 | -0/+7 |
2001-08-27 | * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some | Mark Kettenis | 1 | -2/+1 |