* alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2460477268d403b8c81f939fe5625586668c529c..329e04d40baa19552785f10e7da791ae235fe876 100644 (file)
@@ -1,5 +1,37 @@
 2003-06-02  Richard Henderson  <rth@redhat.com>
 
+       * alpha-tdep.c (alpha_store_return_value): Avoid switch fallthru.
+
+       * alpha-tdep.c (alpha_extract_return_value): Use internal_error.
+       (alpha_store_return_value): Likewise.
+
+2003-06-02  David Carlton  <carlton@math.stanford.edu>
+
+       * block.c (contained_in): Add 'const' to arguments.
+       (block_function): Ditto.
+       * block.h: Update declarations for block_function and
+       contained_in.
+
+2003-06-02  David Carlton  <carlton@math.stanford.edu>
+
+       * objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'.
+       * c-valprint.c (c_val_print): Delete unneeded variable 's'.
+       * p-valprint.c (pascal_val_print): Ditto.
+       * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
+
+2003-06-02  Richard Henderson  <rth@redhat.com>
+
+        * alpha-tdep.c (alpha_push_dummy_call): Use
+        builtin_type_ieee_double_little instead of builtin_type_double.
+
+        * alpha-tdep.c (alpha_push_dummy_call): Handle ABI mandated 
+        sign-extension of 32-bit values.
+        (alpha_store_return_value): Similarly.
+
+        * alpha-tdep.c (alpha_push_dummy_call): Handle COMPLEX types.
+        (alpha_extract_return_value): Likewise.
+        (alpha_store_return_value): Likewise.
+
         * alpha-tdep.c (alpha_extract_return_value): Handle IEEE Quad floats.
         (alpha_store_return_value): Error on IEEE Quad floats.
 
This page took 0.025836 seconds and 4 git commands to generate.