aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-20* sparc-tdep.c (sparc_get_saved_register): Use get_prev_frameAndrew Cagney1-3/+1
2002-04-18* gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.Andrew Cagney1-1/+1
2002-04-06* h8500-tdep.c (h8500_write_fp): Delete function.Andrew Cagney1-8/+0
2002-02-24s/Linux/.../Andrew Cagney1-8/+12
2002-02-23From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:Andrew Cagney1-2/+2
2002-01-20Eliminate IEEE_FLOAT.Andrew Cagney1-1/+0
2001-12-20* s390-tdep.c (s390_pop_frame_regular): Make sure the saved_regsJim Blandy1-13/+16
2001-12-20* s390-tdep.c (s390_frame_saved_pc_nofix): If we get the saved PCJim Blandy1-12/+10
2001-12-20* s390-tdep.c (s390_get_frame_info): Give orig_sp a reasonableJim Blandy1-1/+2
2001-12-20* s390-tdep.c (s390_readinstruction): Don't callJim Blandy1-2/+5
2001-12-20* gdbarch.sh (TARGET_CHAR_SIGNED): New macro.Jim Blandy1-0/+1
2001-12-19* s390-tdep.c (s390_register_name): S390_LAST_REGNUM is, in fact,Jim Blandy1-4/+7
2001-12-19* s390-tdep.c (s390_gdbarch_init): Revert accidentally committedJim Blandy1-1/+0
2001-12-19* s390-tdep.c (s390_register_raw_size): Replace unnecessarilyJim Blandy1-5/+7
2001-12-07* s390-tdep.c (s390_store_return_value): Don't convert floatJim Blandy1-6/+7
2001-12-05* s390-tdep.c (s390_get_frame_info): Recognize argument registerJim Blandy1-4/+17
2001-12-05* s390-tdep.c (s390_get_frame_info): Recognize spills of regJim Blandy1-0/+17
2001-12-05* s390-tdep.c (s390_get_frame_info): More doc fixes.Jim Blandy1-6/+14
2001-12-04* s390-tdep.c (s390_get_frame_info): Doc fixes.Jim Blandy1-3/+26
2001-12-03* s390-tdep.c (s390_get_frame_info): Don't used fextra_info to setJim Blandy1-1/+2
2001-11-29Tighten up GDB's support for returning structs by value.Jim Blandy1-2/+14
2001-11-29* s390-tdep.c (s390_frame_saved_pc_nofix): If the prologue didn'tJim Blandy1-0/+2
2001-11-28* s390-tdep.c: Get frame chains and saved pc values properly fromJim Blandy1-0/+8
2001-11-28* s390-tdep.c (s390_frame_chain): Remember that the SP's elementJim Blandy1-9/+15
2001-11-27* s390-tdep.c (s390_push_dummy_frame): Delete function; it's noJim Blandy1-16/+0
2001-11-27* s390-tdep.c (register_names): Call the general-purpose registersJim Blandy1-4/+4
2001-11-16* s390-tdep.c: Tweak argument-passing to match GCC bugs.Jim Blandy1-14/+73
2001-11-16* s390-tdep.c (is_simple_arg): Structs and unions exactly eightJim Blandy1-2/+5
2001-11-14* s390-tdep.c (s390_pop_frame_regular): On the S/390, the frameJim Blandy1-2/+4
2001-11-14* s390-tdep.c (s390_extract_return_value): Returned `float' valuesJim Blandy1-14/+1
2001-11-14* s390-tdep.c (s390_get_frame_info): Initialize SP's element ofJim Blandy1-0/+4
2001-11-13* s390-tdep.c: Rewrite inferior function call code. This mayJim Blandy1-98/+325
2001-11-13* s390-tdep.c (s390_pop_frame): Call generic_pop_current_frame, toJim Blandy1-9/+35
2001-11-13* s390-tdep.c (s390_gdbarch_init): Register the functionJim Blandy1-0/+2
2001-11-09* s390-tdep.c: Don't use a call dummy.Jim Blandy1-58/+17
2001-11-09* s390-nat.c: (s390_push_arguments): Write a back chain pointerJim Blandy1-1/+10
2001-11-08* s390-tdep.c (s390_get_frame_info): Initialize got_load_addr andJim Blandy1-1/+1
2001-11-08* s390-tdep.c (s390_gdbarch_init): Use func_frame_chain_valid, notJim Blandy1-1/+1
2001-11-08* s390-tdep.c (s390_get_frame_info): If the prologue loads r12Jim Blandy1-4/+33
2001-11-08* s390-tdep.c (s390_gdbarch_init): Use the defaultJim Blandy1-3/+0
2001-11-01s/value_ptr/struct value */Andrew Cagney1-2/+2
2001-10-31From DJ Barrow.Andrew Cagney1-1/+1
2001-10-21Add explicit #include of "value.h".Andrew Cagney1-1/+1
2001-10-13S/390 31 & 64 bit target and GNU/Linux native support.Andrew Cagney1-0/+1504