summaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-tdep.c
Commit message (Collapse)AuthorAgeFilesLines
* s/Linux/.../Andrew Cagney2002-02-241-11/+12
| | | | Fix PR gdb/378.
* 2001-12-09 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-12-091-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 Buettner2001-12-011-0/+41
|
* Add explicit #include of "value.h".Andrew Cagney2001-10-211-0/+1
|
* s/value_ptr/struct value */Andrew Cagney2001-07-151-2/+2
|
* Update/correct copyright notices.Kevin Buettner2001-03-061-2/+2
|
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-2/+4
|
* Make GNU/Linux/PPC work again.Kevin Buettner2000-07-311-11/+13
|
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-6/+2
|
* Add comment explaining ppc_linux_memory_remove_breakpoint ().Kevin Buettner2000-02-261-2/+124
|
* Shared library, function calling fixes for GNU/Linux PPC port.Kevin Buettner2000-02-241-0/+34
|
* Cleanups and signal handler backtrace fix for GNU/Linux PPC port.Kevin Buettner2000-02-221-3/+12
|
* Changes for GNU/Linux PPC native port of gdb.Kevin Buettner2000-02-221-0/+599