Add SVR4 psABI specific parser for AUXV entries
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index e4fe833cf8315b3d115f8e795330ac4a21d0cd71..56dd4b3a1dc5eeb5f7c8e388408abc09bbaebcec 100644 (file)
@@ -1,3 +1,17 @@
+2020-04-09  Kamil Rytarowski  <n54@gmx.com>
+
+       * auxv.h (svr4_auxv_parse): New.
+       * auxv.c (default_auxv_parse): Split into default_auxv_parse
+       and generic_auxv_parse.
+       (svr4_auxv_parse): Add.
+       * obsd-tdep.c: Include "auxv.h".
+       (obsd_auxv_parse): Remove.
+       (obsd_init_abi): Remove comment.
+       (obsd_init_abi): Change set_gdbarch_auxv_parse passed argument
+       from `obsd_auxv_parse' to `svr4_auxv_parse'.
+       * nbsd-tdep.c: Include "auxv.h".
+       (nbsd_init_abi): Call set_gdbarch_auxv_parse.
+
 2020-04-08  Tom Tromey  <tromey@adacore.com>
 
        * nat/windows-nat.h (last_wait_event): Don't declare.
This page took 0.025335 seconds and 4 git commands to generate.