summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-27 10:12:51 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-27 10:12:51 +0000
commitfea520ebeeebe1392a25a319518fb7c9655cb329 (patch)
tree19986beafca6533f327d3eb48031c4616e3a888d /gcc/rtl.h
parent2789b0849920e070834d3d98aea1d9584371e85a (diff)
downloadgcc-fea520ebeeebe1392a25a319518fb7c9655cb329.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86657 138bc75d-0d04-0410-961f-82ee72b054a4
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 99cb3cf7aa9..f8095192ec9 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;