Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2001-12-09 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2001-12-09 | 1 | -8/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | * config/rs6000/tm-rs6000.h (STAB_REG_TO_REGNUM): Remove definition, it is now multiarched. * ppc-tdep.h (struct gdbarch_tdep): Move from rs6000-tdep.c. Add fields for special register numbers. * rs6000-tdep.c (rs6000_gdbarch_init): Initialize new tdep special regnum fields. (rs6000_saved_pc_after_call): Use gdbarch_tdep registers fields instead of hardcoded macros. (branch_dest, rs6000_pop_frame, rs6000_fix_call_dummy, ppc_push_return_address, rs6000_frame_saved_pc, frame_get_saved_regs, rs6000_frame_chain, rs6000_store_return_value): Ditto. (rs6000_stab_reg_to_regnum): New function. * ppcnbsd-nat.c (fetch_inferior_registers, store_inferior_registers, fetch_core_registers): Ditto. * ppc-linux-tdep.c (ppc_linux_in_sigtramp, ppc_linux_frame_init_saved_regs): Ditto. * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset, fill_gregset): Ditto. * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Ditto. | ||||
* | Add cross platform SVR4 shared library support for PowerPC. | Kevin Buettner | 2001-12-01 | 1 | -0/+41 |
| | |||||
* | Add explicit #include of "value.h". | Andrew Cagney | 2001-10-21 | 1 | -0/+1 |
| | |||||
* | s/value_ptr/struct value */ | Andrew Cagney | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -2/+2 |
| | |||||
* | Create new file regcache.h. Update all uses. | Andrew Cagney | 2001-03-01 | 1 | -2/+4 |
| | |||||
* | Make GNU/Linux/PPC work again. | Kevin Buettner | 2000-07-31 | 1 | -11/+13 |
| | |||||
* | Protoization. | Kevin Buettner | 2000-07-30 | 1 | -6/+2 |
| | |||||
* | Add comment explaining ppc_linux_memory_remove_breakpoint (). | Kevin Buettner | 2000-02-26 | 1 | -2/+124 |
| | |||||
* | Shared library, function calling fixes for GNU/Linux PPC port. | Kevin Buettner | 2000-02-24 | 1 | -0/+34 |
| | |||||
* | Cleanups and signal handler backtrace fix for GNU/Linux PPC port. | Kevin Buettner | 2000-02-22 | 1 | -3/+12 |
| | |||||
* | Changes for GNU/Linux PPC native port of gdb. | Kevin Buettner | 2000-02-22 | 1 | -0/+599 |