Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-02-16 21:20:10 +0300
committerNick Clifton <nickc@redhat.com>2000-02-16 21:20:10 +0300
commit483b47749b7fd6341d066d8d4d879a9b4732117f (patch)
tree1a696ccf87095f5c69c94b71540ba06e26142d3f
parent8baddc6e19c7d9c57ad896700ffdb11972933169 (diff)
Add prototypes for ARM register name functions.
-rw-r--r--include/ChangeLog4
-rw-r--r--include/dis-asm.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 3b949c066..13faae474 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-16 Nick Clifton <nickc@cygnus.com>
+
+ * dis-asm.h: Add prototypes for ARM register name functions.
+
Wed Feb 9 18:45:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
* wait.h: Delete. No longer used by GDB.
diff --git a/include/dis-asm.h b/include/dis-asm.h
index 8dc9b712e..ee8696184 100644
--- a/include/dis-asm.h
+++ b/include/dis-asm.h
@@ -196,6 +196,9 @@ extern int print_insn_pj PARAMS ((bfd_vma, disassemble_info*));
extern void print_arm_disassembler_options PARAMS ((FILE *));
extern void parse_arm_disassembler_option PARAMS ((char *));
+extern int get_arm_regname_num_options PARAMS ((void));
+extern int set_arm_regname_option PARAMS ((int));
+extern int get_arm_regnames PARAMS ((int, const char **, const char **, const char ***));
/* Fetch the disassembler for a given BFD, if that support is available. */
extern disassembler_ftype disassembler PARAMS ((bfd *));