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 make function static (fixes cross...



details:   https://anonhg.NetBSD.org/src/rev/eeee9b940148
branches:  trunk
changeset: 957706:eeee9b940148
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 07 20:28:53 2020 +0000

description:
make function static (fixes crossgdb build, reported by martin@)

diffstat:

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

diffs (12 lines):

diff -r 8528ed722e98 -r eeee9b940148 external/gpl3/gdb/dist/gdb/sparc-nbsd-tdep.c
--- a/external/gpl3/gdb/dist/gdb/sparc-nbsd-tdep.c      Mon Dec 07 13:24:15 2020 +0000
+++ b/external/gpl3/gdb/dist/gdb/sparc-nbsd-tdep.c      Mon Dec 07 20:28:53 2020 +0000
@@ -315,7 +315,7 @@
   frame_unwind_append_unwinder (gdbarch, &sparc32nbsd_sigcontext_frame_unwind);
 }
 
-void
+static void
 sparc32nbsd_elf_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 {
   sparc32nbsd_init_abi (info, gdbarch);



Home | Main Index | Thread Index | Old Index