gdb/
[deliverable/binutils-gdb.git] / gdb / arm-symbian-tdep.c
index 32f65f40a50aeccc8dc3ed894188dbd376f8050d..034488183e95f8d6083878b5b25fac0689a09b0d 100644 (file)
@@ -1,7 +1,6 @@
 /* ARM Symbian OS target support.
 
-   Copyright (C) 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -78,6 +77,10 @@ arm_symbian_init_abi (struct gdbarch_info info,
      corresponding ELF files on the host's filesystem.  */
   set_gdbarch_solib_symbols_extension (gdbarch, "sym");
 
+  /* Canonical paths on this target look like `c:\sys\bin\bar.dll',
+     for example.  */
+  set_gdbarch_has_dos_based_file_system (gdbarch, 1);
+
   set_solib_ops (gdbarch, &solib_target_so_ops);
 }
 
This page took 0.02697 seconds and 4 git commands to generate.