diff packages/hal/arm/aeb/current/misc/gdb_module.c @ 10:d3fbcdfa1b2f ecos-sw-1999-05-29

Merge from eCos master repository on 1999-05-29-00:13:11-BST
author jlarmour
date Fri, 28 May 1999 16:43:09 +0000
parents 443894e2e912
children c38311975d4f
line wrap: on
line diff
--- a/packages/hal/arm/aeb/current/misc/gdb_module.c
+++ b/packages/hal/arm/aeb/current/misc/gdb_module.c
@@ -51,10 +51,10 @@
 #define CHECKSUM 0x0
 #endif
 
-extern char _exception_handlers, _rom_data_end;
+extern char __exception_handlers, __rom_data_end;
 
 const char __title[] = "eCos";
-const char __help[] = "eCos            1.2  (26 Feb 1999) GDB stubs";
+const char __help[] = "eCos            1.2.2 (25 May 1999) GDB stubs";
 
 struct ModuleHeader {
     cyg_uint32    magic;
@@ -85,13 +85,13 @@ const static struct ModuleHeader __hdr =
     1,                              // major
     0,                              // minor
     CHECKSUM,                       // checksum
-    (cyg_uint32) &_exception_handlers,         // start of module (read-only) image
-    (cyg_uint32) &_rom_data_end,    // end of image
+    (cyg_uint32) &__exception_handlers,         // start of module (read-only) image
+    (cyg_uint32) &__rom_data_end,    // end of image
     0,                              // r/w base - unused
     0,                              // bss base - unused
     0,                              // bss limit - unused
     (cyg_uint32) &__hdr,            // self (for module identification)
-    (cyg_uint32) &_exception_handlers,         // startup 
+    (cyg_uint32) &__exception_handlers,         // startup 
     0,                              // init - unused
     0,                              // final - unused
     0,                              // service - unused