gas: blackfin: handle multibyte symbols
[deliverable/binutils-gdb.git] / gdb / charset.h
index 77001685de65d794d7b98904693b1ad064298849..bd93d01d7d02f9d48904deaef6c07479fa8a23bc 100644 (file)
@@ -33,8 +33,8 @@
    result is owned by the charset module; the caller should not free
    it.  */
 const char *host_charset (void);
-const char *target_charset (void);
-const char *target_wide_charset (enum bfd_endian byte_order);
+const char *target_charset (struct gdbarch *gdbarch);
+const char *target_wide_charset (struct gdbarch *gdbarch);
 
 /* These values are used to specify the type of transliteration done
    by convert_between_encodings.  */
This page took 0.028308 seconds and 4 git commands to generate.