Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb let's do things in the order ever...



details:   https://anonhg.NetBSD.org/src/rev/4814e5a18058
branches:  trunk
changeset: 456891:4814e5a18058
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 30 21:16:03 2019 +0000

description:
let's do things in the order everyone else does (I don't think it matters)

diffstat:

 external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 94be0226d6fe -r 4814e5a18058 external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c       Thu May 30 21:15:47 2019 +0000
+++ b/external/gpl3/gdb/dist/gdb/amd64-nbsd-nat.c       Thu May 30 21:16:03 2019 +0000
@@ -131,7 +131,7 @@
   amd64_native_gregset32_num_regs = ARRAY_SIZE (amd64nbsd32_r_reg_offset);
   amd64_native_gregset64_reg_offset = amd64nbsd_r_reg_offset;
 
-  bsd_kvm_add_target (amd64nbsd_supply_pcb);
+  add_inf_child_target (&the_amd64_nbsd_nat_target);
 
-  add_inf_child_target (&the_amd64_nbsd_nat_target);
+  bsd_kvm_add_target (amd64nbsd_supply_pcb);
 }



Home | Main Index | Thread Index | Old Index