]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ppc-linux-tdep.c (ppc_linux_init_abi): Register
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 31 Jul 2012 19:46:51 +0000 (19:46 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 31 Jul 2012 19:46:51 +0000 (19:46 +0000)
linux_get_siginfo_type.

gdb/ChangeLog
gdb/ppc-linux-tdep.c

index 85d70f45088c481e43cc1a7635cd6e64c675a8da..7309c22e2b1f3fac67a953b557dd69ca66e27e62 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * ppc-linux-tdep.c (ppc_linux_init_abi): Register
+       linux_get_siginfo_type.
+
 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * infcall.c (call_function_by_hand): Move BP_ADDR comment to
 
 2012-07-26  Tom Tromey  <tromey@redhat.com>
 
-       * Makefile.in (SFILES): Remove objc-exp.y.
-       (YYFILES): Remove objc-exp.c.
-       (YYOBJ): Remove objc-exp.o.
-       (local-maintainer-clean): Don't mention objc-exp.c.
-       * c-exp.y: Include objc-lang.h.
-       (%union) <class>: New field.
-       (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
-       (exp): Clone subscript production for OBJC_LBRAC.  Add various
-       Objective C productions.
-       (msglist, msgarglist, msgarg): New productions.
-       (array_mod, func_mod, operator): Clone productions for
-       OBJC_LBRAC.
-       (parse_string_or_char): Handle '@' strings.
-       (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
-       (classify_name): Check la_name_of_this.  Recognize ObjC class
-       names.
-       * objc-exp.y: Remove.
-       * objc-lang.c (objc_language_defn): Use c_parse, c_error.
-       * objc-lang.h (objc_parse, objc_error): Don't declare.
+       * Makefile.in (SFILES): Remove objc-exp.y.
+       (YYFILES): Remove objc-exp.c.
+       (YYOBJ): Remove objc-exp.o.
+       (local-maintainer-clean): Don't mention objc-exp.c.
+       * c-exp.y: Include objc-lang.h.
+       (%union) <class>: New field.
+       (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
+       (exp): Clone subscript production for OBJC_LBRAC.  Add various
+       Objective C productions.
+       (msglist, msgarglist, msgarg): New productions.
+       (array_mod, func_mod, operator): Clone productions for
+       OBJC_LBRAC.
+       (parse_string_or_char): Handle '@' strings.
+       (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
+       (classify_name): Check la_name_of_this.  Recognize ObjC class
+       names.
+       * objc-exp.y: Remove.
+       * objc-lang.c (objc_language_defn): Use c_parse, c_error.
+       * objc-lang.h (objc_parse, objc_error): Don't declare.
 
 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
 
 
 2012-07-25  Tom Tromey  <tromey@redhat.com>
 
-       * NEWS: Mention maint info bfds.
-       * gdb_bfd.c (all_bfds): New global.
-       (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
-       (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
-       New functions.
+       * NEWS: Mention maint info bfds.
+       * gdb_bfd.c (all_bfds): New global.
+       (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
+       (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
+       New functions.
 
 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
 
        * ser_base (ser_base_read_error_fd): New function.
        (do_ser_base_readchar): Poll error file descriptor as well as
        standard output.
-       (generic_readchar): Refactor error handling. 
+       (generic_readchar): Refactor error handling.
 
 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
 
 2012-06-25  Michael Eager  <eager@eagercon.com>
 
        PR python/14291
-       * python/python.c (gdbpy_write): Check for interrupted output. 
+       * python/python.c (gdbpy_write): Check for interrupted output.
 
 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
 
        * valarith.c (binop_types_user_defined_p): Fix a typo.
 
 2012-06-08  Yao Qi  <yao@codesourcery.com>
-            Chung-Lin Tang <cltang@codesourcery.com>
+           Chung-Lin Tang <cltang@codesourcery.com>
 
        * arch-utils.c (default_return_in_first_hidden_param_p): New.
        * arch-utils.h: Declare.
 
        PR gdb/7205
 
-        Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
+       Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
 
 2012-05-24  Pedro Alves  <palves@redhat.com>
 
        (mips16_instruction_has_delay_slot): Simplify making use of the
        updated mips_fetch_instruction interface.
        (mips_adjust_breakpoint_address): Check for the standard MIPS
-       ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr 
+       ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
        calls.  Handle microMIPS code.
        (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
        (mips_skip_trampoline_code): Handle microMIPS code.
        * dwarf2read.c (macro_start_file): Call macro_define_special.
 
 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
-            Maciej W. Rozycki  <macro@mips.com>
+           Maciej W. Rozycki  <macro@mips.com>
 
        * breakpoint.h (bp_location): Add related_address member.
        * inferior.h (get_return_value): Take a pointer to struct value
        no default by the DWARF standard.
 
 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
-            Maciej W. Rozycki  <macro@codesourcery.com>
+           Maciej W. Rozycki  <macro@codesourcery.com>
 
        * infrun.c (handle_inferior_event): Move the check for return
        trampolines ahead of the check for function trampolines.
        Revert this patch to allow breakpoint always-inserted
        in record target.
        2011-12-05  Pedro Alves  <pedro@codesourcery.com>
-        * breakpoint.c: Include record.h.
-        (breakpoints_always_inserted_mode): Return false when the record
-        target is in use.
+       * breakpoint.c: Include record.h.
+       (breakpoints_always_inserted_mode): Return false when the record
+       target is in use.
 
        * breakpoint.c (iterate_over_bp_locations): New.
        * breakpoint.h: Declare.
 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
 
        * ada-lang.c (ada_evaluate_subexp): Add cases for
-        TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
-        their treatment in eval.c.
+       TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
+       their treatment in eval.c.
 
 2012-04-21  David S. Miller  <davem@davemloft.net>
 
        * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
 
 2012-04-20  Nigel Stephens  <nigel@mips.com>
-            Maciej W. Rozycki  <macro@codesourcery.com>
+           Maciej W. Rozycki  <macro@codesourcery.com>
 
        * mips-tdep.c (mips_float_register_p): New function.
        (mips_convert_register_float_case_p): Use mips_float_register_p.
index 98704c1e6ee09a51578d9736e140e369a684762e..c7b70dbe38cfea1d2cb0e2d2d3ca5ff9a11def56 100644 (file)
@@ -1822,6 +1822,8 @@ ppc_linux_init_abi (struct gdbarch_info info,
       set_gdbarch_displaced_step_location (gdbarch,
                                           ppc_linux_displaced_step_location);
     }
+
+  set_gdbarch_get_siginfo_type (gdbarch, linux_get_siginfo_type);
 }
 
 /* Provide a prototype to silence -Wmissing-prototypes.  */