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/2992403707af
branches: trunk
changeset: 978930:2992403707af
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 d6d657895ecd -r 2992403707af 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