From: Mark Kettenis Date: Sun, 18 Aug 2002 17:18:45 +0000 (+0000) Subject: * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2848c82cee21a0e54656f3e4a1a81285411c9d6;p=binutils-gdb.git * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call write_register_gen instead of write_register_bytes. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c9b4310d949..7cf29c8e98c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-08-18 Mark Kettenis + * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call + write_register_gen instead of write_register_bytes. + * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and i[3456]-*-osf1mk* configurations have been made obsolete. * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index bd4eb9e7612..42301367e50 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -833,8 +833,7 @@ i386_do_pop_frame (struct frame_info *frame) if (addr) { read_memory (addr, regbuf, REGISTER_RAW_SIZE (regnum)); - write_register_bytes (REGISTER_BYTE (regnum), regbuf, - REGISTER_RAW_SIZE (regnum)); + write_register_gen (regnum, regbuf); } } write_register (FP_REGNUM, read_memory_integer (fp, 4)); @@ -1003,8 +1002,7 @@ i386_store_return_value (struct type *type, char *valbuf) not exactly how it would happen on the target itself, but it is the best we can do. */ convert_typed_floating (valbuf, type, buf, builtin_type_i387_ext); - write_register_bytes (REGISTER_BYTE (FP0_REGNUM), buf, - FPU_REG_RAW_SIZE); + write_register_gen (FP0_REGNUM, buf); /* Set the top of the floating-point register stack to 7. The actual value doesn't really matter, but 7 is what a normal