aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2004-08-27 10:12:51 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2004-08-27 10:12:51 +0000
commit57406c63cd1ce307b1f4df4d24468a1df7fc59d7 (patch)
tree19986beafca6533f327d3eb48031c4616e3a888d /gcc/rtl.h
parent6a6bfc8e70897234a262527a07d80b6036282b8e (diff)
downloadgcc-57406c63cd1ce307b1f4df4d24468a1df7fc59d7.zip
gcc-57406c63cd1ce307b1f4df4d24468a1df7fc59d7.tar.gz
gcc-57406c63cd1ce307b1f4df4d24468a1df7fc59d7.tar.bz2
rtl.h (read_rtx): Change prototype.
* rtl.h (read_rtx): Change prototype. * read-rtl.c (read_rtx): Provide the caller with both an rtx and a line number. Return true on success. * gensupport.c (process_include, init_md_reader_args_cb): Adjust callers accordingly. From-SVN: r86657
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 99cb3cf..f809519 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2147,7 +2147,7 @@ struct md_constant { char *name, *value; };
/* In read-rtl.c */
extern int read_skip_spaces (FILE *);
-extern rtx read_rtx (FILE *);
+extern bool read_rtx (FILE *, rtx *, int *);
extern const char *read_rtx_filename;
extern int read_rtx_lineno;