2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4d789f6716347514321c372ba8b58a317c3288e5..e8fa5926b00005bb7f63ce7fb5939a8247d3e14e 100644 (file)
@@ -1,3 +1,50 @@
+2004-10-07  Kei Sakamoto  <sakamoto.kei@renesas.com>
+
+       * m32r-tdep.c (decode_prologue): Support functions written
+       in assembler language. Recognize trap instructions as the
+       end of prologue.
+       (m32r_frame_unwind_cache): Ditto.
+       (m32r_skip_prologue): Extend search limit. Quit analyzing
+       prologue if pc's location is not readable.
+
+2004-10-06  Paul N. Hilfinger  <Hilfinger@gnat.com>
+
+       * Makefile.in (.l.c): Do conversions of names of alloc and free 
+       functions that are done for .y.c files, plus special one
+       for yy_flex_realloc.  Also, correct missing-file tests here.
+       * ada-lex.l (malloc, free): Remove macros.
+       (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
+       xrealloc.
+       (ada_flex_use): Dummy definition to remove warnings about unused
+       functions.
+       * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
+       to suppress warning.
+       
+2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c (sh_return_value_nofpu): New function, implementing
+       RETURN_VALUE.
+       (sh_return_value_fpu): Ditto for CPUs with FPU.
+       (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
+       RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
+       Install sh_return_value_nofpu resp. sh_return_value_fpu as
+       RETURN_VALUE functions.
+
+2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling. 
+       (sh_pseudo_register_write): Ditto.
+
+2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
+
+       * sh-tdep.c (IS_MACL_STS): New define.
+       (IS_MOVI20): Ditto.
+       (IS_MACL_LDS): Ditto.
+       (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
+       instructions in prologue.
+       (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
+       instructions in epilogue.
+
 2004-10-06  Corinna Vinschen  <vinschen@redhat.com>
 
        * sh-tdep.c (SH_NUM_REGS): Define as 67.
This page took 0.029822 seconds and 4 git commands to generate.