This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC][03/19] Target FP: Complete tdep move to convert_typed_floating


> ChangeLog:
> 
> 	* arm-tdep.c: Do not include "floatformat.h".
> 	(convert_from_extended): Remove.
> 	(convert_to_extended): Likewise.
> 	(arm_extract_return_value): Use convert_typed_floating.
> 	(arm_store_return_value): Likewise.
> 
> 	* sh-tdep.h (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
> 	* sh-tdep.c: Do not include "floatformat.h".
> 	(sh_littlebyte_bigword_type): New function.
> 	(sh_register_convert_to_virtual): Use convert_typed_floating.
> 	(sh_register_convert_to_raw): Likewise.
> 	* sh64-tdep.c: Do not include "floatformat.h".
> 	(struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
> 	(sh64_littlebyte_bigword_type): New function.
> 	(sh64_extract_return_value): Use convert_typed_floating.
> 	(sh64_register_convert_to_virtual): Likewise.
> 	(sh64_register_convert_to_raw): Likewise.

I've pushed this now.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]