RISC-V: Force variables to .data for code_elim.
[deliverable/binutils-gdb.git] / gdb / utils.h
index c728449429ef04799ba6f33804ea07b8d4ff5235..fa9a59087dacfbc56fb4040c5cc6fc6c7af0b3a3 100644 (file)
@@ -115,7 +115,7 @@ compare_cstrings (const char *str1, const char *str2)
    MATCHING, if non-NULL, is the corresponding argument to
    bfd_check_format_matches, and will be freed.  */
 
-extern const char *gdb_bfd_errmsg (bfd_error_type error_tag, char **matching);
+extern std::string gdb_bfd_errmsg (bfd_error_type error_tag, char **matching);
 
 /* Reset the prompt_for_continue clock.  */
 void reset_prompt_for_continue_wait_time (void);
@@ -248,10 +248,6 @@ private:
 \f
 /* Cleanup utilities.  */
 
-/* For make_cleanup_close see common/filestuff.h.  */
-
-extern struct cleanup *make_cleanup_value_free_to_mark (struct value *);
-
 /* A deleter for a hash table.  */
 struct htab_deleter
 {
This page took 0.024513 seconds and 4 git commands to generate.