Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/gdb/arch/arm Add _initialize_armnbsd_nat() (didn...
details: https://anonhg.NetBSD.org/src/rev/9081c293138c
branches: trunk
changeset: 517829:9081c293138c
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Nov 20 02:59:46 2001 +0000
description:
Add _initialize_armnbsd_nat() (didn't bother re-running the script;
this was a pretty simple manual change).
diffstat:
gnu/usr.bin/gdb/arch/arm/init.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 7719a5f005a3 -r 9081c293138c gnu/usr.bin/gdb/arch/arm/init.c
--- a/gnu/usr.bin/gdb/arch/arm/init.c Tue Nov 20 02:58:31 2001 +0000
+++ b/gnu/usr.bin/gdb/arch/arm/init.c Tue Nov 20 02:59:46 2001 +0000
@@ -35,6 +35,7 @@
extern initialize_file_ftype _initialize_infptrace;
extern initialize_file_ftype _initialize_inftarg;
extern initialize_file_ftype _initialize_corelow;
+extern initialize_file_ftype _initialize_armnbsd_nat;
extern initialize_file_ftype _initialize_remote;
extern initialize_file_ftype _initialize_dcache;
extern initialize_file_ftype _initialize_sr_support;
@@ -105,6 +106,7 @@
_initialize_infptrace ();
_initialize_inftarg ();
_initialize_corelow ();
+ _initialize_armnbsd_nat ();
_initialize_remote ();
_initialize_dcache ();
_initialize_sr_support ();
Home |
Main Index |
Thread Index |
Old Index