diff options
author | Mark Mitchell <mark@codesourcery.com> | 2006-02-02 06:45:49 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2006-02-02 06:45:49 +0000 |
commit | 59f6d9d6f82ccc6c306740f7eedb613fe0f281a3 (patch) | |
tree | 60db3cf8130901a9842110d26c450e43813e1bf3 /sim/ppc/tree.h | |
parent | e26af52fd134ceb47298a102d3a0d6ab46e7d69a (diff) | |
download | gdb-59f6d9d6f82ccc6c306740f7eedb613fe0f281a3.zip gdb-59f6d9d6f82ccc6c306740f7eedb613fe0f281a3.tar.gz gdb-59f6d9d6f82ccc6c306740f7eedb613fe0f281a3.tar.bz2 |
* emul_netbsd.c (emul_netbsd_create): Quote file-name property.
* emul_unix.c (emul_unix_create): Likewise.
* tree.c (libiberty.h): Include it.
(tree_quote_property): New function.
* tree.h (tree_quote_property): Declare.
Diffstat (limited to 'sim/ppc/tree.h')
-rw-r--r-- | sim/ppc/tree.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ppc/tree.h b/sim/ppc/tree.h index 46590cb..2ed7fd0 100644 --- a/sim/ppc/tree.h +++ b/sim/ppc/tree.h @@ -42,6 +42,10 @@ */ EXTERN_TREE\ +(char*) tree_quote_property +(const char *property_value); + +EXTERN_TREE\ (device *) tree_parse (device *root, const char *fmt, |